Topic: SQL*Plus and PL/SQL >> creat table
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| maddy |
Posted: Oct 26, 2006 03:27:45 AM |
Total Post: 18
Joined: Aug, 2006
|
| hi all i have accidently deleted my dual table from sql and how to create a dual table |
|
|
snehalatha |
| Posted: Oct 26, 2006 08:14:11 AM | |
|
Total Post: 169
Joined: Apr, 2006
|
TRY This
SQL> create table test_dual (dummy VARCHAR2(1) Primary Key) Organization index;
Table created.
SQL> insert into test_dual values('X');
1 row created.
SQL> commit;
Commit complete.
SQL> select sysdate from test_dual;
SYSDATE
---------
26-OCT-06
|
|
|
|
|
maddy |
| Posted: Oct 27, 2006 02:00:51 AM | |
|
Total Post: 18
Joined: Aug, 2006
|
Thank u snehalatha its working
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|