Ten, how do you need to do it if you need to install Oracle? To install Oracle standalone, you need to decompress the OC4J_EXTended.zip file. Will create such a directory structure: / bin / j2ee / javache / javaVM / JDBC / JDK / JLIB / LIB / RDBMS / SOAP / SQLJ / WebServices is your decompression OC4J_EXTEND.ZIP The resulting directory. Install the OC4J, you need to switch to the j2ee / home directory, with the following command:> cd / j2ee / home> java -jar oc4j.jar -install / j2ee / home The directory is submitted as . Installation will prompt you to enter and verify the administrator password so that the console command line tool is used, and the administrator username is "admin". A series of instructions are included in the readme.txt file, which is released with the OC4J standalone version. 11. How to start the OC4J standalone version? Start the OC4J server, first switch to the J2EE_HOME directory with the DOS command, then: a) Start the OC4J:> CD > java -jar o4 jar b) according to the default configuration file in the J2EE / HOME / Config directory. Server.xml file launch OC4J (in / mypath):> cd > java -jar jjar -config /mypath/server.xml When the server starts, the initialization information, including the version number, etc. , For example: Oracle Application Server Containers For J2EE 10g (9.0.4.0.0) Initialized 12. How to stop OC4J Literal Edition? Press ^ C (Ctrl c) in the OC4J process window to stop it, or use the stop command in the admin.jar command line tool, or use the operating system's process to terminate the command (for example, UNIX / Linux "kill ").