A call to Oracle was attempted when no connection was established. Usually this happens because a user-written program has not logged on. It may happen if communication trouble causes a disconnection. In addition, this message could occur when ALTER SYSTEM KILL SESSION or ALTER SYSTEM DISCONNECT ...
1
vote
3answers
258 views
ORA-03114 Getting a report
Do you know any reason to get the following error when I'm taking a few Oracle Reports?
"FRM-40735: ON-ERROR trigger raised unhandled exception ORA-03114"
This happens some times to a few users.
1
vote
1answer
331 views
Problem binding with OPEN-FOR-USING statement
I have a cursor in an ORACLE function that I am dynamically generating using the arguments of the function.
I define the text of the cursor and in certain cases I include the following statement:
...
1
vote
1answer
246 views
Why am I receiving a 255 Record insertion limit on Oracle 10g using DBExpress?
I am hitting an brick wall during normal SQL processing
When connected to Oracle 10g from a remote client w/DBEXPRESS, - using the standard dbxpora.dll + oci.dll
When in a transaction, after ...
0
votes
1answer
210 views
Oracle SQL loader Error while loading really huge log files
I have a python script which loops through log files in a directory and uses oracle sqlloader to load the log files to the oracle database. the script works properly and even the sqlloader..
But ...
0
votes
0answers
130 views
C++ application with pro*c randomly generating errors
As described, I have a C++ application with a pro*c module to access the Oracle DB. The problem is that it produces random errors.
Randomly, it fails executing a query, but other times it fails in ...
0
votes
0answers
136 views
Django+oracle, working with apache(mod_python, wsgi) and in runserver, ora-03114 in fastcgi
Hi
my application works fine in apache as mod_python and wsgi, also work
great when I run manage.py runserver
but I have to move it on nginx.
so I run it by 'python2.6 manage.py runfcgi ...