search results

  1. 3.2.1.3 Compound DECLARE Statement. ... In Oracle PL/SQL stored procedures, an error condition is called an exception. Exceptions may be internally defined ...
    docs.oracle.com/cd/E12151_01/doc.150/​e12155/triggers... - Cached
  2. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/15270968/​oracle-error-in-declare - Cached
  3. As with Oracle SQL programs, ... This length is required, and there is no default. For example, we might declare: ... you will not get an error.
    infolab.stanford.edu/~ullman/fcdb/​oracle/or-plsql.html - Cached
  4. DECLARE pe_ratio NUMBER(3,1); ... The maximum length of an Oracle error message is 512 characters including the error code, nested messages, ...
    docs.oracle.com/cd/B10501_01/appdev.920/​a96624/07_errs.htm - Cached
  5. For problems that are not recognised as an error by Oracle ... message An example of using these: DECLARE v_error_code NUMBER; v_error_message VARCHAR2(255); ...
    ss64.com/oraplsql/exception.html - Cached
  6. Works for me: CREATE OR REPLACE PROCEDURE test ( bld_tran_type_cd IN VARCHAR2 DEFAULT NULL, v_purge_age IN NUMBER DEFAULT NULL, row_count IN INTEGER DEFAULT NULL ) AS ...
    forums.oracle.com/thread/952269 - Cached
  7. Declare Cursor error while implementing SCROLL CURSOR; ... \"Acme Acmeson\" <nahdsl232734.oracle.itags.org.nahvip.cybercity.dk> wrote in message.
    oracle.itags.org/q_oracle_56957.html - Cached
  8. I am getting all kinds of errors ... I am using SQLDeveloper to access an Oracle DB. How can I declare a ... SQL> set serveroutput on size unlimited SQL> declare ...
    stackoverflow.com/questions/3564283/​howto-declare... - Cached
  9. In Oracle/PLSQL, a variable allows a programmer to store data temporarily during the execution ... Below is an example of how to declare a variable called LDescription.
    www.techonthenet.com/oracle/declare_​vars.php
  10. Table 3-18 Comparison of DECLARE Statement in Oracle and Microsoft SQL Server or Sybase ... The Oracle RAISE_APPLICATION_ERROR statement allows the user to customize ...
    download.oracle.com/docs/cd/E12151_01/​doc.150/e12156/... - Cached