Oracle Database

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第11行: 第11行:
 
*免费的Oracle Database 10g XE - http://www.oracle.com/technology/software/products/database/xe/index.html
 
*免费的Oracle Database 10g XE - http://www.oracle.com/technology/software/products/database/xe/index.html
 
==使用==
 
==使用==
 +
SQL>connect scott/tiger
 +
SQL>select table_name from all_tables;
 +
SQL>select table_name from user_tables;
 +
SQL>select view_name from all_views;
 +
SQL>select view_name from user_views;
 
Oracle常用命令: http://docs.huihoo.com/oracle/database/oracle-commands-zh-cn.doc  
 
Oracle常用命令: http://docs.huihoo.com/oracle/database/oracle-commands-zh-cn.doc  
 
==开源项目==
 
==开源项目==

2007年11月13日 (二) 15:18的版本

Oracle xe logo.gif

Oracle 公司

目录

11g

10g

9i

安装指南

使用

SQL>connect scott/tiger
SQL>select table_name from all_tables;
SQL>select table_name from user_tables; 
SQL>select view_name from all_views; 
SQL>select view_name from user_views; 

Oracle常用命令: http://docs.huihoo.com/oracle/database/oracle-commands-zh-cn.doc

开源项目

相关链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱