Tagged Questions

7
votes
0answers
12k views

Run Oracle SQL script and exit from sqlplus.exe via command prompt [closed]

I would like to run an Oracle script through SQL Plus via a Windows command prompt. The script does not contain an "exit" command, but I would still like SQL Plus to exit, returnin …
0
votes
2answers
16 views

SQL Plus - Alias type question.

I need to find the book code and book title for each book whose price is greater than the book price for every book that has the type 'HOR'. My table looks like this CREATE TABLE …
0
votes
5answers
4k views

How do I spool to a CSV formatted file using SQLPLUS?

I want to extract some queries to a CSV output format. Unfortunately, I can't use any fancy SQL client or any language to do it. I must use SQLPLUS. How do I do it?
3
votes
4answers
114 views

SQL*Plus inside Perl script

I am having a prior knowledge of shell scripting. I am trying to connect to a table using SQL*Plus and fetch the data in a Perl script and store that output in a Perl variable. Nor …
1
vote
1answer
45 views

error while running a sql*plus script

Hi , i have a script which simply connect to the table in sql*plus and inserts a row in the table. it is throwing an error as below: SP2-0552: Bind variable "BIND" not declared …
0
votes
2answers
70 views

SQLPlus removes trailing spaces in clob field on insert

Hi, I'm using SQL Plus 11.1.0.6.0 to run a script that performs batch inserts into an Oracle 10g db. The problem i noticed is when inserting some code string into a clob field tha …
1
vote
3answers
104 views

How do I set the default value for a column?

Note the table below. I am wanting to set the default value for the newly created BEST_SELLER column to "N". How do I go about doing that? Create Table Mystery (Book_Code Char(4) …
0
votes
0answers
32 views

csv output format from sqlplus run in a Unix script

I need to format csv output file from a sqlplus query. The char and varchar output fields come out in the max column size in the table, which means a lot of columns have extra blan …
1
vote
4answers
60 views

How do I debug Oracle dynamic sql in sqlplus?

I have a PL/SQL statement that uses EXECUTE IMMEDIATE to execute a query. However, I'm having difficulty figuring out how to even get the text of the query that's being executed. …
1
vote
3answers
115 views

sqlplus statement from command line

Is it possible to do something like this? $ sqlplus -s user/pass "select 1 from dual" or $ echo "select 1 from dual" | sqlplus -s user/pass I know I can put select 1 from dual in …
1
vote
2answers
1k views

sqlplus access and email access using shell script..

I am fairly beginner level at shell scripts and following are the details.. Am looking for the best way to fire sql queries and and carry out some logic based on that data. I've u …
-1
votes
2answers
56 views

Decent formating in SQLPLUS (without bazillions of format commands)?

So ideally I would like something like the output of MySQL client. Other posts claim this is impossible, or requires heavy PL/SQL. Surely mighty Oracle can give me a basic command …
0
votes
5answers
662 views

How to Prevent SQL Injection in Oracle SQLPlus?

Obviously if I am using JDBC/ODBC, I can use bind variables and prepared statements to prevent SQL injection. However, when data is passed to batch processes that end up invoking O …
0
votes
4answers
94 views

In Oracle, how do you change the ‘default’ database?

I really should know this, but would someone tell me how to change the default database on Linux? For example: I have a database test1 on server1 with ORACLE_SID=test1. So, to co …
0
votes
1answer
151 views

How do I run PL/SQL code within SQLPlus?

I am trying to run the following code within SQLPlus: exec lbacsys.sa_sysdba.create_policy(policy_name => 'ACCESS_LOCATIONS', column_name …

1 2 3 4 5 next
15 30 50 per page