Oracle « Security « Spring Q&A





1. JPA/Hibernate with Oracle Label Security    stackoverflow.com

I have an application built with Spring and JPA/Hibernate that is working very well, but I now have a requirement to add Oracle Label Security. This will require the creation of ...

2. using Oracle proxy user for audit purposes    forum.springsource.org

using Oracle proxy user for audit purposes I am facing a security issue regarding the audit requirements. We have a web application using Spring framework in the middle tier. For the ...

3. How to access an Oracle Array of Number as output parameter in a stored procedure    forum.springsource.org

Hi, I have a Oracle Strored procedure that returns a output parameter which is an Array of numbers. O_ACCOUNT_NBR NUMBER_ARRAY OUT Now, I need to access this in Java using Spring. ...

4. Using Spring Security with Oracle WebCenter Portal?    forum.springsource.org

Our project will eventually migrate to an Oracle WebCenter Portal. I was proposing that we use Spring Security instead of basic JAAS, but our archetect didn't know if Spring Security would ...

5. Using Acegi Security with Oracle's oc4j    forum.springsource.org

Using Acegi Security with Oracle's oc4j I followed the instructions at http://raibledesigns.com/wiki/Wiki.j...Authentication for adding Acegi Security Framework for Spring to my appfuse based application. This works great when I deploy it ...

6. Acegi and oracle    forum.springsource.org

7. how to user spring+hibernate for multi oracle user?    forum.springsource.org

how to resolve multi oracle user to use the same application by configuration. and used HibernateTemplate,DAO,Decale TranscationManager in application? decide to use certain oracle user by login flag.

8. Access to Oracle statement prefetch    forum.springsource.org

Access to Oracle statement prefetch The network performance group at my organization has been analyzing the Oracle database network traffic, and they recommend increasing the array size of the prefetch buffer ...

9. Oracle Proxy User Connections - where do I close the proxy session?    forum.springsource.org

Oracle Proxy User Connections - where do I close the proxy session? Hi All, My J2EE application needs to support Oracle Proxy user connections so I created a custom DataSourceProxy, extending ...





10. [Oracle proxy user] Why user's server type is DEDICATED instead of PSEUDO?    forum.springsource.org

[Oracle proxy user] Why user's server type is DEDICATED instead of PSEUDO? Hi, Have anyone successfully apply Oracle proxy user using any approaches? I've tried to customize OpenSessionInViewFilter and it works ...

11. Calling oracle procedure with user defined TYPES    forum.springsource.org

i'm new to Spring. I'm trying to call oracle procedure by 'extending storedProcedure'.For this i'm using spring datasource. my procedure uses TYPEs defined by me. when i'm trying to run my ...

12. Retrieving varray of (user defined) objects - Oracle Stored Procedure    forum.springsource.org

Retrieving varray of (user defined) objects - Oracle Stored Procedure Hi I am using 10g & Spring v2.0.8 and am really struggling to retrieve a varray of user defined objects through ...

13. Spring Security( Acegi ) 2.0.4 with Oracle    forum.springsource.org

Has anyone implemented SpringSecurity for oracle? I tried the contact sample, it runs fine for hsqldb but for oracle I had to modify the schema and still getting call identity() error. ...

14. Oracle proxy user connection in Spring    forum.springsource.org

Oracle proxy user connection in Spring Hi, Presently I use single database connection type that gets injected into DAO Impl layer via JDBCTemplate. The application runs well, however there is a ...

15. [Will pay for] Code to access two stored procedures in Oracle 9i    forum.springsource.org

[Will pay for] Code to access two stored procedures in Oracle 9i Hi, Ok, we are in one of those situations where time is not on our side to investigate and ...

16. Oracle Webgate Authentication    forum.springsource.org

Oracle Webgate Authentication We are currently attempting to integrate our spring mvc web application with an oracle authentication server (OAM). The application stack currently has apache with mod_jk configured to forward ...





17. Oracle proxy authentication    forum.springsource.org

18. Oracle User-Defined Type Mapping    forum.springsource.org

Oracle User-Defined Type Mapping I have inherited an application system where all of the business logic takes place in the database. All of the application calls to the database interface with ...

19. Is it possible to get access data into oracle?    forum.springsource.org

20. Oracle User Authentication    forum.springsource.org

Using Spring Security I capture the users credentials. With those credentials I am trying to create a hibernate connection to Oracle with a proxy user. The first part I have figured ...

21. Spring-iBatis-Oracle data access    java-forums.org