DigitalPlatform / dp2

Integrated Library System / 图书馆集成系统
http://digitalplatform.github.io/dp2
Apache License 2.0
105 stars 54 forks source link

Oracle 常用工具用法注记 #1150

Open DigitalPlatform opened 2 years ago

DigitalPlatform commented 2 years ago

如题

DigitalPlatform commented 2 years ago

SQL Plus

connect username/password 其中 username 为 dp2kernel 安装 Oralce 参数的用户名,比如 dp2kernel_oracle

select table_name from user_tables; 观察当前数据库中所有表名。注意末尾的分号不要省略。