Test to see if a user is already in OID The following java code checks to see if there is a user in OID, returning true if they are there. import oracle.ldap.util.*; import oracle.ldap.util.jndi.*; import java.io.*; import java.util.*; import javax.naming.*; import javax.naming.directory.*; public class Application1 { InitialDirContext ctx; public Application1() throws NamingException { […]
Category Archives: Oracle
Oracle XE web server returns HTTP 400 Bad Request
With the production version of Oracle XE the default is to not allow remote access to the web server. This sometimes causes even local access to not work. To fix run the following as sys: exec dbms_xdb.setListenerLocalAccess(false); Access to the web server will now be enabled.
Oracle Enterprise Linux Virtual Machine Setup
How to create a VMware virtual machine to run Oracle Enterprise Linux using VMware Workstation 6. Startup VMware Workstation 6.Go to File -> New -> Virtual MachineClick Next Select Custom Select Workstation 5 – this is required if you are going to run the VM under VMware Server 1.x Select Linux and Red Hat Enterprise […]