Sign in or 

| Started By | Thread Subject | Replies | Last Post | ||||
|---|---|---|---|---|---|---|---|
| smit_sign | Duplicate names of datafiles | 6 | Jun 29 2009, 5:51 AM EDT by samrat.wani | ||||
|
Thread started: Feb 14 2009, 9:47 AM EST
Watch
Can some one please provide the script to check the duplicate datafiles in database.
Thanks Smit
out of
found this valuable.
Do you find this valuable?
Keyword tags:
Duplicate names of datafiles
Show Last Reply
|
|||||||
| jcgeorge | PL-SQL Context package Information | 0 | Oct 4 2008, 8:59 AM EDT by jcgeorge | ||||
|
Thread started: Oct 4 2008, 8:59 AM EDT
Watch
Hi ,
I have an application wherein I have a flow with PL-SQLs package are called within other eg : PACKAGE1.PROCEDURE1 Calls PACKAGE2.PROCEDURE2 Calls PACKAGE3.PROCEDURE3 Since the number of packages and calling hierarchy is large , is there any way that I can get the current context package and procedure without using any custom registry? Thanks Joseph |
|||||||
| sabraha5 | Base64 Encoding/Decoding from PL/SQL | 5 | Jul 28 2008, 6:33 AM EDT by sabraha5 | ||||
|
Thread started: Jul 16 2008, 11:21 AM EDT
Watch
Does anyone know of a way to do Base64 encoding/decoding from within PL/SQL? Thank you for your help!
4
out of
5 found this valuable.
Do you find this valuable?
Do you?
Keyword tags:
Base64
PL/SQL
PL/SQL Intro
Show Last Reply
|
|||||||
| sabraha5 | PL/SQL DES3 Encryption/Decryption | 1 | Jul 22 2008, 4:40 PM EDT by sabraha5 | ||||
|
Thread started: Jul 22 2008, 4:33 PM EDT
Watch
We are trying to decrypt data written to tables from a Java program which used javax.crypto.Cipher (Cipher.getInstance("DESede")) to encrypt the data ; the DBMS_OBFUSCATION_TOOLKIT has functions/procedures to perform DES3 functionality ; the Java program uses javax.crypto.SecretKeyFactory to generate the secretkey (keyfactory.generateSecret(new DESedeKeySpec(keyBytes))) which is used to do the actual encryption (cipher.init(mode, secretKey)) ; do I need to call the DES3GetKey with the key which was passed into the generateSecret method and then call the DES3Decrypt with the key returned from the DES3GetKey call?
out of
found this valuable.
Do you find this valuable?
Keyword tags:
PL/SQL
PL/SQL Intro
Show Last Reply
|
|||||||
| wikiponic | PL/SQL Webservices | 1 | Jan 24 2008, 4:31 AM EST by pvzweden | ||||
|
Thread started: Jan 22 2008, 3:27 AM EST
Watch
Hello,
I created a procedure which contains couple of htp.prn statements which I used to output my content. However when I create my webservice out of those procedures I get errors. Anybody tried this before, kindly provide your thoughts and inputs. Thanks Internal Server Error (Caught exception while handling request: java.rmi.RemoteException: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error ORA-06512: at "SYS.OWA_UTIL", line 328 ORA-06512: at "SYS.HTP", line 1322 ORA-06512: at "SYS.HTP", line 1397 ORA-06512: at "SYS.HTP", line 1689
0
out of
9 found this valuable.
Do you find this valuable?
Do you?
Keyword tags:
PL/SQL
PL/SQL Intro
Show Last Reply
|
|||||||
