Already a member?
Sign in
Location: PL/SQL
Threads
???keywordTags???
???noTags???
Posting...
Note: You can enter up to [REMCHARS] additional characters.
Did you know you can edit the content of this page by clicking EasyEdit?
Did you know you can edit the content of this page by clicking EasyEdit?
| Started By | Thread Subject | Replies | Last Post | |||
|---|---|---|---|---|---|---|
| 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!
2
out of
2 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
|
||||||

