Oracle 10g
DB/Oracle :
2007. 3. 13. 11:11
반응형
E:\데이터베이스 프로그래밍\실습>sqlplus scott/tiger &table_exam.sql
SQL*Plus: Release 10.2.0.1.0 - Production on 화 3월 13 11:09:21 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
다음에 접속됨:
Personal Oracle Database 10g Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select * from tab;
TNAME TABTYPE CLUSTERID
------------------------------ ------- ----------
DEPT TABLE
EMP TABLE
BONUS TABLE
SALGRADE TABLE
SQL>@d:\table_exam.sql
SQL>select * FROM tab;
SQL>DESC table_name
반응형
'DB > Oracle' 카테고리의 다른 글
JDBC 이용 오라클 연결 (0) | 2007.03.27 |
---|