- PPT目录:各章节的PPT
- script目录:各章节的SQL语句及源码
- doc目录:参考文档
- book.pdf: 本书的PDF文档
地址:202.115.82.8
数据库:pdborcl
system密码:123,所有密码都为123
成绩网址:http://202.115.82.8:1522
$ ssh [email protected]
[email protected]'s password:
[student@deep02 ~]$cat readme.txt
密码是123321qweewq 在Windows上登录需要ssh客户端,可以下载安装 : https://github.com/zwdcdu/oracle/raw/master/gitgfb_ttrar.rar
sqlplus system/123@pdborcl
sqlplus 你的用户名/123@pdborcl
-
Oracle Database 下载地址:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
-
SQL Developer 客户端工具下载地址:
https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
-
Oracle 12.2安装示例schema https://www.linuxidc.com/Linux/2017-08/146337.htm
-
Oracle 12C DataGuard部署以及维护
echo "# oracle" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/zwdcdu/oracle.git
git push -u origin master
git remote add origin https://github.com/zwdcdu/oracle.git
git push -u origin master
- 修改:C:\Windows\System32\drivers\etc\hosts,在文件后面增加:
# GitHub Start
192.30.253.112 github.com
192.30.253.119 gist.github.com
151.101.184.133 assets-cdn.github.com
151.101.184.133 raw.githubusercontent.com
151.101.184.133 gist.githubusercontent.com
151.101.184.133 cloud.githubusercontent.com
151.101.184.133 camo.githubusercontent.com
151.101.184.133 avatars0.githubusercontent.com
151.101.184.133 avatars1.githubusercontent.com
151.101.184.133 avatars2.githubusercontent.com
151.101.184.133 avatars3.githubusercontent.com
151.101.184.133 avatars4.githubusercontent.com
151.101.184.133 avatars5.githubusercontent.com
151.101.184.133 avatars6.githubusercontent.com
151.101.184.133 avatars7.githubusercontent.com
151.101.184.133 avatars8.githubusercontent.com
# GitHub End