Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Auto run sql script when DB opens

651550Sep 10 2008 — edited Sep 10 2008
Is it possible to configure a DB so a given SQL script is run each time the database opens?

Thanks a lot in advance.
This post has been answered by 595286 on Sep 10 2008
Jump to Answer

Comments

843834
Hi,
If you did not get the solution already, try this :-
set ENDPOINT_ADDRESS_PROPERTY of the _stub object(of of the generated class by xrpcc) to the other m/c where you are running the server.
843834
Hi ALL, I have similar problem..

Brief of previous problem :

I was trying to make work my didgital certificate, I am getting following error

Error is as below:
========================================
default context init failed: java.io.IOException: unsupported PKCS12 bag type 1.2.840.113549.1.12.10.1.1
IO exception thrown in byteStream.writeto
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161).....
....
....
=========================================

so I tried to check if my ketool does support PKCS12 format or not as like this :
==========================================
C:\>Keytool -list -storetype pkcs12 -keystore c:/cm.p12
Enter keystore password: junk

Keystore type: pkcs12
Keystore provider: IBMJCE

Your keystore contains 3 entries:

verisign class 3 public primary certification authority, Wed Dec 31 19:00:00 EST 1969, trustedCertEntry,
Certificate fingerprint (MD5): 10:FC:63:5D:F6:26:3E:0D:F3:25:BE:5F:79:CD:67:67
crisismanagementprod, Wed Dec 31 19:00:00 EST 1969, keyEntry,
Certificate fingerprint (MD5): 67:0D:EF:ED:D6:68:FD:F2:2A:E4:88:65:5B:F8:CA:6C
verisign class 3 ca individual subscriber-persona not validated, Wed Dec 31 19:00:00 EST 1969, trustedCertEntry,
Certificate fingerprint (MD5): 18:87:5C:CB:F8:20:5D:24:4A:BF:19:C7:13:0E:FD:B4

==========================================
This means my keytool is supporting pkcs12 format....

I don't understand...why it is giving me that error...
sombody please respond quickly...


I am using JDK1.4.0_01, If you need any more information for analysining this problem, you can contact me @ 518 612 6868 or else give your#, I will call u..my mail id is shridharjoshi@yahoo.com



-Shri
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2008
Added on Sep 10 2008
3 comments
637 views