Recent content by davis

  1. D

    Not connected to ORACLE - ORA-03114

    Caused by my network connection going down during a compile. Some internal Oracle table was hung. Object was still valid as of last good compile. Solution was to restart the database and was found on various OTN discussions for the ORA-07445 error. Situation back to normal. Thanks.
  2. D

    Not connected to ORACLE - ORA-03114

    I have asked the database admins about this trigger and have had no response yet.
  3. D

    Not connected to ORACLE - ORA-03114

    Have verified owner, etc. Still an issue. Causing Linux database dump each time I try to compile: *** 2011-06-10 08:33:07.356 ksedmp: internal or fatal error ORA-07445: exception encountered: core dump [ptmak()+106] [SIGSEGV] [Address not mapped to object] [0x8] [] [] Current SQL statement for...
  4. D

    Not connected to ORACLE - ORA-03114

    I think maybe that the error is because the object being compiled is owned by a different user (giving the 03114 error). It gave me this new error (owned by a different user - which I did not capture) when I logged into Oracle as a different user and tried to compile the same object. May not...
  5. D

    Not connected to ORACLE - ORA-03114

    Working fine yesterday (06/09/11). Today, cannot compile (or browse objects). On all my machines with PL/SQL developer installed - including remote VMware, gets same message. Has not ever done this before (>5 years). Would seem to be some sort of a 'date' issue?
  6. D

    WinXP cannot 'save' checked out file using CS-RCS

    It's a standard save in Developer that works for 90% of the source code I have in the CS-RCS repository. I was hoping maybe someone else had run across this issue. I am checking with CS-RCS to see if potentially this is an XP known problem and hopefully they won't say it is a tool (Developer)...
  7. D

    WinXP cannot 'save' checked out file using CS-RCS

    Using VCS plugin for CS-RCS. Works OK for lots of files. Sometimes, when locally saving a checked-out procedure, it gets 'Cannot create file . ... being used by another process' error. I'm currently the only user accessing the repository. I've checked permissions, etc., and see no differences...
Back
Top