Search results

  1. docs.oracle.com/cd/B12037_01/server.101/​b10770/rcmsynta...   Cached
    This example issues a PL/SQL stored procedure called scott.update_log: RUN { SQL ' BEGIN scott.update_log; END; '; } Previous: Up: Next:
  2. www.oraclesolved.com/PL-SQL/Q_26791357-​Stored-Procedure...
    PL / SQL; Stored Procedure Issue; Oracle 9; Oracle 10; Oracle 11; Question. Asked on 2010-02-09 at 06:47:25 ID: 26791357. Stored Procedure Issue. by: jln1980 500 ...
  3. www.oraclesolved.com/general/Q_25457356-​PL-SQL-Procedure...
    i have a situation here while designing a procedure..i have a input to the procedure as datatype varchar2 ..so numbers enter the procedure as e.g '123' and strings ...
  4. www.freelists.org/post/oracle-l/Issue-​involving-Trigger...   Cached
    Re: Issue involving Trigger , PL/SQL Procedure & a Java stored procedure. From: Mladen Gogala <mladen@xxxxxxxxxxxxxxx> To: oracle-l@xxxxxxxxxxxxx
  5. www.oracle.com/.../2012/12-may/o32plsql-​1578019.html   Cached
    When this procedure is compiled, PL/SQL looks up the structure of the omag ... check your answers in the next issue. If, however, you take the quiz at PL/SQL ...
  6. www.oracle.com/technetwork/issue-​archive/o60asktom...   Cached
    TECHNOLOGY: Ask Tom . Java Tips, JDBC, PL/SQL Stored Procedures, and Custom Prompts By Tom Kyte . Working with Java is simpler now that it's a native part of the ...
  7. download.oracle.com/docs/cd/B19306_01/​backup.102/b14194/...   Cached
    Executing a PL/SQL Stored Procedure Within RMAN: Example This example issues a PL/SQL stored procedure called scott.update_log: RUN { SQL ' BEGIN scott.update_log; ...
  8. www.orafaq.com/forum/t/145437/2   Cached
    Procedure -Performance Issue.. 10.2.0.3.0 ... Hi All, I have written the following procedure. But It's taking more than 5 hours for execution .
  9. www.orafaq.com/forum/t/55837/0   Cached
    Ah yes I see now I didn't realise that the SELECT INTO was only for one row. I am currently reading a Bill Pribyl book (Learning Oracle pl/sql) could you recommend ...
  10. stackoverflow.com/.../to-date-issue-​with-oracle-dbms-sql...   Cached
    I am trying to invoke an Oracle stored procedure using the DBMS_SQL.EXECUTE function. I am passing the PL/SQL block as the input argument to the function which ...
  11. stackoverflow.com/questions/529654   Cached
    PL/SQL issues returning a sequence scalar value. up vote 1 down vote favorite. ... Use a PL/SQL function instead of a procedure. You won't need to use a parameter at all.
  12. stackoverflow.com/questions/11920966/​oracle-ref-cursor...   Cached
    Please edit your post and include the code which issues the call to the PL/SQL procedure. Thanks. – Bob Jarvis Aug 12 '12 at 15:13.