
- Forum
- Databases
- Oracle How can I execute a file which include 'create table ' statement
-
How can I execute a file which include 'create table ' statement
How can I execute a file which include 'create table ' statement? for example file.out I want to execute in a procedure. I try @file.OUT,exec file.OUT but didn't work.
Question asked by visitor joe
-
Re: How can I execute a file which include 'create table ' statement
write the SQL statments to a file and save with the extension .SQL
then use
SQL> @filename
it will execute.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules