- Runs oracle db 11g XE on 10.10.1.158:1521.
- sudo /etc/init.d/oracle-xe start
- netstat -anpt | grep 1521 to verify listener
- put the following into .bashrc
- . /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh
- ORACLE_SID=XE
- sqlplus
- use TNS defined in $ORACLE_HOME/network/admin/tnsnames.ora
- sqlplus system/oracle or sqlplus dev_ocs/oracle
- select * from global_name (for db)
- show user
- creates a doamin ucm_domain
- starts wls admin server: startWeblogic.sh
- starts wls managed server for cs: startManagedLogic.sh UCM_server1 http://localhost:7001/
Sunday, November 25, 2012
oracle ucm
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment