Skip to content

shuijingyelong/oracle-1

 
 

Repository files navigation

Oracle 数据库应用

内容说明

  • PPT目录:各章节的PPT
  • script目录:各章节的SQL语句及源码
  • doc目录:参考文档
  • book.pdf: 本书的PDF文档

实验服务器地址

地址:202.115.82.8
数据库:pdborcl
system密码:123,所有密码都为123

成绩网址:http://202.115.82.8:1522

SSH登录

$ 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

网址

Git命令参考

create a new repository on the command line

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

push an existing repository from the command line

git remote add origin https://github.com/zwdcdu/oracle.git
git push -u origin master

GitHub上不能显示图片的解决方法

  • 修改: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

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.8%
  • JavaScript 30.9%
  • PLSQL 15.0%
  • CSS 8.0%
  • HTML 1.3%