Problem with explicit Cursor221 (11/8/2007 7:18:17 AM) comp.databases.oracle.server Hi, I have problem with following program. Here I have a named cursor defined inside the declare section. Then use a cursor for loop. Assume that inside the cursor for loop there is a exception generated. When... sujee
Render Table Cell078 (11/8/2005 11:30:44 AM) comp.lang.java.gui I want to render the table cell by highlighting part of its area(amount may change) and display some strings as normal. To do that one i have created an UI class for the textbox and using that i have rendered t... sujee
JDBC problem052 (6/27/2005 1:14:11 PM) comp.databases.oracle.server 1.I have created a plsql function which return an single row of a table. when i register the output paramenter in the jdbc callable statment, what is the JDBC OracleTypes mapping class for that return type; My... sujee
dbms_profiler226 (6/20/2005 5:19:16 PM) comp.databases.oracle.server hi, i am creating a tool using java to profiler plsql stored procedures. there are two way of installing dbms_packages 1. install profload.sql as sys. Then creat plsql profiler table(proftab.sql) for each user ... sujee
package access level problem022 (4/1/2005 6:28:33 AM) comp.lang.java.programmer Hi, i am doing a project in java. I have an package called PkMain.Inside that i have 2 sub packages PkC(It contains the classes related to my program. i have define access level of those classes within that pac... sujee
Vector API problem519 (3/27/2005 2:22:13 PM) comp.lang.java.programmer Hi, import java.util.*; class test{ public static void main(String args[]){ Move curr=new Move(0,0); //create move object represent current state MoveGenerator mg=new MoveGenerator(7,8); //create move... sujee
MySql538 (2/28/2005 10:54:30 AM) comp.databases.oracle.server Hi, I have used Mysql to my project instead of oracle since my target is to create a software with one machine. Since i could not find any news group for mysql i send to message to this news group. If there any... sujee
Swing #3020 (2/14/2005 6:25:17 AM) comp.lang.java.programmer If we register one object of receiver to multiple sources that sends events same time. How the receiver handle those events. is there any time delay? If it won`t handle like that, registering seperate receiver... sujee
Swing #2021 (2/14/2005 6:21:47 AM) comp.lang.java.programmer If we register one object of receiver to multiple sources that sends events same time. How the receiver handle those events. is there any time delay? If it won`t handle like that, registering seperate receiver... sujee
abstract324 (2/2/2005 1:02:44 PM) comp.lang.java.programmer abstract class A{ //implemented methods void test1(){System.out.println("test1: A");} //abstract methods abstract void test2(); } class B extends A{ void test1(){System.out.println("test1: B");} void test2()... sujee
sujee81's replies:
Items(10) /1
cluster CRS440 (1/26/2005 8:47:26 AM) comp.databases.oracle.server i want to create a cluster on oracle 10g with 2 IBM machine. It ask to setup oracle cluster ready servises before install RAC. is this include in oracle 10g standard edition. if it is not from where i can get i... sujee81(25)
HELP W/ PHP Session Login App321 (1/27/2005 3:37:45 AM) comp.lang.php Hi Guys, Please HELP! I'm new to PHP and would like to get your professional help! I"m writing simple and small login app using php session variable. I have 3 php scripts. The first is just a simple php form,... neilphan(4)
Best code editor1719 (1/27/2005 11:51:20 AM) comp.lang.java.programmer What Java source code editor do you use, and what do you like about it? I'm using Gel (http://www.gexperts.com/) at the moment, but I notice that it seems to have been some time since any development was done... no.spam14(51)
oracle 9i RAC setup problem in window 2k server430 (2/1/2005 11:34:20 AM) comp.databases.oracle.server Hi, I need to create a oracle 9i RAC in 2 IBM machine(with windows 2k server). Those machine are in a public network. According the requirement i has created a private network within that machines using subnet(... sujee81(25)
Deleting & inserting problem640 (2/1/2005 11:58:36 AM) comp.databases.oracle.server Hi All I have a scenario like this... Suppose Table A Contains colA ------ AA BB suppose i delete the record AA.. and inserting record CC its displaying like this Table A Contains colA ------ BB CC Ac... gururajan.n(9)
My own JAVA IDE #2122 (2/16/2005 11:22:44 PM) comp.lang.java.programmer Hi, I added some information about my editor. It could be found at http://www.freewebs.com/rafalr. When I will have time I should include some tutorials about using it or even a new version so please be patien... remraf(8)
How to restrict multi-dimensional array?714 (2/18/2005 2:17:35 AM) comp.lang.java.programmer Hi, I'd like to make a routine that takes and array of arrays where the second dimension is always two. I'm suprised that code like this works: package experiment; public class MultiDimensionalArrays { __priv... opalpa(277)
dbms_profiler226 (6/20/2005 5:19:16 PM) comp.databases.oracle.server hi, i am creating a tool using java to profiler plsql stored procedures. there are two way of installing dbms_packages 1. install profload.sql as sys. Then creat plsql profiler table(proftab.sql) for each user ... sujee81(25)
Problem with explicit Cursor221 (11/8/2007 7:18:17 AM) comp.databases.oracle.server Hi, I have problem with following program. Here I have a named cursor defined inside the declare section. Then use a cursor for loop. Assume that inside the cursor for loop there is a exception generated. When... sujee81(25)