security « oracle « Java Database Q&A





1. In a client-server application: How to send to the DB the user's application password?    stackoverflow.com

I have an Java desktop application wich connects directly with the DB (an Oracle). The application has multiple user accounts. What is the correct method to send the user's password (not ...

2. How to connect WebLogic jdbc data source to Oracle Database over SSL (and authenticate using certificate)?    stackoverflow.com

WL=WebLogic 10.3 database=Oracle Version 10.2.0.2.0 - Production I have the database and WL up. I can create a new WL JDBC data source that successfully authenticates to the database, but how to do ...

3. j_security_check to SSO in different module under Oracle App Server?    stackoverflow.com

I have an existing j2ee application running on Oracle App Server. It is targeted towards paying customers so the content is secured and a SSO module properly intercepts all requests ...

4. Distributed app, password hash    stackoverflow.com

We have a distributed app and db table with users. Their passwords will be stored as hash values. App consists of win services,winforms, asp and java programs. One of the ...

5. java security exception: sealing violation while trying to connect to database    stackoverflow.com

I am facing an issue with oracle db connection after changing java runtime to 1.6. Earlier our application used 1.5 java runtime and now we are migrating 1.6. Application is throwing the ...

6. Where to get the Oracle Security Developer Tools    stackoverflow.com

i want to use some Methods of the Oracle Security Developer Tools Crypto Java API. For Example http://download.oracle.com/docs/cd/B31017_01/security.1013/b25378/index.html. But I didnĀ“t found where i can get (download / buy) them. Tell me ...

7. Error: oracle.security.crypto.asn1.ASN1FormatException: Got tag 0 instead of 16    stackoverflow.com

Currently I am working with Oracle identity federation 10.1.4.0.1. I am facing one problem while exporting certificate to Certificate Validation, the error I am getting after importing certificate at console is: ERROR ...

8. Best way to persist soap request and response into Oracle database?    stackoverflow.com

I want to track service calls for security reasons into database and I need to generate reports above them. I don't know what is the best way, using soap handlers, using ...