OracleLinux7中Oracle12c环境配置
1、OracleLinux7为Oracle公司配置的环境,预安装了Oracle12c
2、OracleLinux7中,ftp服务器已经安装,可用scp、LeapFTP等工具登陆,传文件到
OracleLinux7中,方便使用
3、OracleLinux7中,ssh服务器已经安装,可用Putty等工具登陆到系统中进行操作
4、OracleLinux7中,已配置gcc、g++编译器
# yum install gcc-c++ libstdc-devel  --安装gcc g++ 编译器
5、OracleLinux7中,oracle用户的密码为oracle,具体细节如下:
All passwords are oracle or noted if otherwise.
The SQL Developer and Data Modeler scripts are in the directory:
/home/oracle/Desktop/Database_Track/sqldevdm
and
/home/oracle/Desktop/Database_Track/sqldev
The Application Express scripts are in the directory:linux安装oracle图形化界面
/home/oracle/Desktop/APEX_Track/files
To Reset the labs:
SQL Developer:            /home/oracle/reset_sqldev (includes ORDS, Data Modeler, Unit Test)
JSON    :                /home/oracle/reset_json
Application Express:      /home/oracle/reset_apex
REST Data Services :      /home/oracle/reset_rest (APEX related)
SODA4REST :              /home/oracle/reset_soda4rest
Soup to Nuts :            /home/oracle/reset_soup
-
- APEX Labs Only      /home/oracle/reset_soup_apex_only
XML DB  :                /home/oracle/reset_xmldb
SODA4REST documentation is under:
/home/oracle/Desktop/Database_Track/SODA4REST
Database Information:
Oracle SID    : orcl12c
Pluggable DB  : orcl
Pluggable DB : ords create if required by running:
'newpdbords' in the terminal - takes a few minutes.
ALL PASSWORDS ARE : oracle
*** Please note that this appliance is for testing purposes only,
as such it is unsupported and should not be used as a production environment.