-
as seen on Server Fault
- Search for 'Server Fault'
How do you start sqlplus in linux? I know this is a service in windows.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a query that returns a lot of data into a CSV file. So much, in fact, that Excel can't open it - there are too many rows. Is there a way to control spool to spool to a new file everytime 65000 rows have been processed? Ideally, I'd like to have my output in files named in sequence, such as…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a file to execute in Ksh written by someone. It has a set of commands to execute in sqlplus.
It starts with,
sqlplus -s $UP <<- END
followed by a set of ddl commands such as create,drop,etc.,
When I execute the file in the shell, I get the error in the starting line quoted above…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to display the output of a sqlplus command without having to first issue the spool off command?
I am spooling the results of a sqlplus session to a file while at the same time tailing the file. The reason for this is that for table with very long rows the format is easier to look…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
Can anyone tell me the link to the comparison between using SQLPLUS and Data Guard Broker to manage data guard configuration?
Advantages and disadvantages of those two command line interfaces?
Thanks,
Sarith
>>> More