GithubHelp home page GithubHelp logo

oracle-1's Introduction

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

oracle-1's People

Contributors

zwdcdu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.