Recent IT Questions

1 - 8 of 8
<<PREVIOUS 1 NEXT>>

4 to 5 sql statements in procedures

I want to create 5 sql statements in one procedures which are performing diff tasks. can u provide the pl/sql PROC which can be include 5 sql statements.

View Answer   |  Jun 29 2009  4:26 AM GMT
PL/SQL, PL/SQL procedure
asked by Ggalla

  15 pts.

calling reports in pl/sql code

how to call reports 6i report from pl/sql code procedure in pdf format

View Answer   |  Apr 11 2009  6:03 AM GMT
PL/SQL procedure, Oracle Reports, Oracle Reports 6i
asked by P009

  5 pts.

DDL in PL/SQL procedure

I have a question, i create drop and create a table in pl/sql proc using execute immediate. Later I declare a ref cursor, to process data from table created. Problem is the procedure executes correctly, but after execution procedure becomes invalid. How can i solve this issue. Thanks in advance.

View Answer   |  Mar 11 2009  7:13 AM GMT
PL/SQL procedure, DDL, PL/SQL
asked by Binwal

  5 pts.

PL/SQL: How to check address NOT NULL but can take -(hyphen) instead being NULL

Hi Experts, How can we make a check on an attribute not null but can take - rather I have address 3 which can't take null instead - would be fine how this can be check n PL/SQL procedure I can check IF address 3 IS NULL THEN ... END IF But i want to test with test case tat it can't take...

View Answer   |  Feb 10 2009  3:59 AM GMT
PL/SQL procedure, NOT NULL, NULL
asked by Inprise

  525 pts.

PL/SQL - Attribute to test not null and can take specific value instead

Hi Experts, How can we make a check on an attribute not null but can take - rather I have address 3 which can't take null instead - would be fine how this can be check n PL/SQL procedure

View Answer   |  Feb 9 2009  11:13 AM GMT
PL/SQL procedure, Oracle development, PL/SQL
asked by Inprise

  525 pts.

PL/SQL Insert

Hi Experts, I am trying to do 2 INSERT stms on 2 tables consecutively n same transaction and my first insert is successful while doing the insert on second table which is completely carry same set of attibutes and values of 1st table + 1 additional static value attribute,it gives ORA :01400...

View Answer   |  Jan 15 2009  11:00 AM GMT
PL/SQL procedure, ORA-01400, INSERT statement
asked by Inprise

  525 pts.

pl/sql procedure ,urgent!!!

How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id's) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m now i need to display the o/p in a TREE...

asked by Ecsbc

  35 pts.

$$PLSQL_UNIT

Dear All, I know that using the $$PLSQL_UNIT i can get the current procedure executing. but there is a problem when i use it to get the procedure name inside the package. it only returns the Package name not the procedure name. how can i get the PACKAGE.PROCEDUE_NAME please help .. Ahmad Saeed...

Answer Question   |  Dec 22 2008  6:51 AM GMT
Oracle development, PL/SQL, $$PLSQL_UNIT
asked by AhmadSaeed

  5 pts.

1 - 8 of 8
<<PREVIOUS 1 NEXT>>