Top "Sqlplus" questions

SQL*Plus is a command-line interface for the Oracle RDBMS product.

Why do i get #### in the NUMBER column after format... Oracle?

I have two problematic columns: Fee NUMBER type, AdjFee also NUMBER. After column Fee format a5; select Fee ID smth …

oracle numbers format sqlplus
Header formatting while spooling a csv file in sqlplus

I am required to spool a csv from a table in Oracle, using sqlplus. Following is the format required: "HOST_…

oracle header sqlplus spool
want to run multiple SQL script file in one go with in SQLPLUS

I have to run multiple SQL script file in one go. Like every time i have to write command in …

sql sqlplus
Duplicate columns with inner Join

SELECT dealing_record.* ,shares.* ,transaction_type.* FROM shares INNER JOIN shares ON shares.share_ID = dealing_record.share_id INNER …

sql sqlplus
Stop spool printing the sql query used (Oracle)

I have this running in SQLplus set feedback off set pagesize 0 spool TypeDrop.sql select distinct 'drop type '||object_…

oracle11g sqlplus spool
spool with column headers in pipe delimited sqlplus

I currently am spooling a pipe file via this sqlplus script: set feedback off set echo off set verify off …

sql sqlplus spool
TNSPING OK but sqlplus gives ORA-12154?

I have Oracle 11 running on a Windows server and I'm logged onto the same server trying to use SQL Plus. …

oracle oracle11g sqlplus ora-12514
sqlplus spooling: How to get rid of first, empty line?

I'm doing the following spooling statement: SET VERIFY OFF SET FEEDBACK OFF SET HEADING OFF SET TRIMSPOOL ON SET TERM …

sql sqlplus spool fixed-length-file
How to connect SQLPlus with tnsnames.ora

I want to connect with my Oracle database without installing Oracle Client. I downloaded: "Instant Client Package - Basic" and "…

oracle sqlplus tnsnames
SQLPlus settings to generate tab-separated data file

Anyone have a good set of sqlplus configuration directives to help transform a given sql query into nicely tab separated …

oracle tabs sqlplus