ORA-03114 error while creating DB using DBCA [message #584648] |
Thu, 16 May 2013 09:31 |
|
rcct
Messages: 36 Registered: May 2013 Location: Ottawa, ON
|
Member |
|
|
I am getting a ORA-03114 (not connected to Oracle) error when I am creating a DB using DBCA. Here are the steps that I do:
1) Log onto the server remotely, using Exceed Query
2) Connect as the oracle user (Oracle)
3) set ORACLE_HOME, PATH
4) Run DBCA, give parameters
At around 12% and again at 19%, I get the error (see screenshot). I also tried to generate the scripts and run them remotely, and the steps run successfully upto & including the step " startup nomount pfile="/oracle/admin/<dbname>/scripts/init.ora"; ". After that, when I try to run the script specified in rmanRestoreDatafiles.sql from SQL> prompt, the error appears, and connection to ORACLE is lost.
Googling the error shows that it is a connectivilty issue, and Oracle says that it is usually caused by user scripts. But I am not running any user-created scripts as part of the DBCA process. Somehow, the instance is timing out immediately after doing the "startup nomount".
Any ideas? Thanks, Roy.
-
Attachment: 03114.JPG
(Size: 93.46KB, Downloaded 1382 times)
[Updated on: Thu, 16 May 2013 09:32] Report message to a moderator
|
|
|
|
|
|
Re: ORA-03114 error while creating DB using DBCA [message #584663 is a reply to message #584662] |
Thu, 16 May 2013 10:28 |
|
rcct
Messages: 36 Registered: May 2013 Location: Ottawa, ON
|
Member |
|
|
Sorry, my mistake:
[oracle@roytest ~]$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:5A:5E:02:C6
inet addr:10.1.2.4 Bcast:10.0.22.255 Mask:255.255.255.0
inet6 addr: fe80::221:5aff:fe5e:2c6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1971428656 errors:0 dropped:0 overruns:0 frame:0
TX packets:10065351471 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:401272606612 (373.7 GiB) TX bytes:14486360270740 (13.1 TiB)
Interrupt:169 Memory:f8000000-f8012800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:125281239 errors:0 dropped:0 overruns:0 frame:0
TX packets:125281239 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:29414914686 (27.3 GiB) TX bytes:29414914686 (27.3 GiB)
|
|
|