Hello
I have couple of questions related to apex.war configdir
Question 1:
My original config dir was like this
java -jar apex.war configdir
Aug 16, 2013 3:02:43 AM oracle.dbtools.common.config.cmds.ConfigDir execute
INFO: The config.dir value is /as10g/apex_listener
Now I changed it to this
java -jar apex.war configdir /as10g/apex_listener_<sid_name>
Prior to running the above command, I created the directory /as10g/apex_listener_of3dev
This changed my cconfigdir to /as10g/apex_listener_<sid_name> from /as10g/apex_listener.
Now I copied the contents of /as10/apex_listener to /as10g/apex_listener_<sid_name> (cp -r /as10/apex_listener/* /as10g/apex_listener_<sid_name> )
Is it ok to copy the files and diretories like this after renaming configdir?
Question 2:
While moving this I noticed the following
/as10g/apex_listener/bdb/ael-r3BDF6EoLQxA0LXTO0DHxA
>ls
00000000.jdb je.info.0 je.info.0.lck je.lck
There is a directory called bdb and another directory underneath it and some files.
What is the meaning and signficance of this directories and files?
Thank you
Kumar