Recent content by arthurtangel

  1. A

    Is there any plan on MAC OS?

    hi,there Is there any plan on MAC OS?
  2. A

    what the difference between object u and object v?

    ohh,V is a funtion for schema APEX_030200 .
  3. A

    what the difference between object u and object v?

    query in sql windows: SELECT * FROM v; ORA-04044: procedure, function, package, or type is not allowed here select * from u; ORA-00942: table or view does not exist both object u and v doesn't exists in oracle, why they return different error message?
  4. A

    SERVERERROR trigger catch errors(ORA-04044,ORA-00942) when using WITH query statement in plsql dev

    here is my debug.txt PL/SQL Developer Version 8.0.4.1514 Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1) Physical memory : 4,194,304 kB (4,194,304 available) Paging file : 4,194,304 kB (4,194,304 available) Virtual memory : 2,097,024 kB (1,968,444 available) Parameters...
  5. A

    SERVERERROR trigger catch errors(ORA-04044,ORA-00942) when using WITH query statement in plsql dev

    forget to tell: OS:windows 7 x64 verseion: oracle 11.2.0.3 enterprise plsql dev: 8.0.4
  6. A

    SERVERERROR trigger catch errors(ORA-04044,ORA-00942) when using WITH query statement in plsql dev

    I have a SERVERERROR Trigger to catch error and insert related error message into table LOG_ERRORINFO. when query SQL (with .. as ..) in SQLPLUS, no error message and No data being inserted in table LOG_ERRORINFO. however, query the same SQL (with .. as ..) in PL/SQL dev program(sql windows), no...
Back
Top