Search Results

Search: Posts Made By: vinoth_kumar
17,326
Posted By vinoth_kumar
I'm using the below command but .txt is appended...
I'm using the below command but .txt is appended to the beginning of the file names not in the end. how to display it like filename.txt?

for test in `cat files.lst`; do echo $test".txt"; done
...
17,326
Posted By vinoth_kumar
I'm running by executing a shell script, given...
I'm running by executing a shell script, given absolute path same error.

I ran in unix prompt sqlldr by giving just the name of the par file without path(ctl, par all in the same directory) it...
17,326
Posted By vinoth_kumar
Still I'm getting the same error
Still I'm getting the same error
17,326
Posted By vinoth_kumar
sqlldr in shell script
Hi

I'm using SQL*Loader in shell script as below

sqlldr $uname/$pword@$ORACLE_SID parfile=$test.par

for e.g. if $test is 'file1'

and getting the below error
LRM-00109: could not open...
10,143
Posted By vinoth_kumar
When I run this command ps -ef | grep pmon, I get...
When I run this command ps -ef | grep pmon, I get 2 outputs, one is 'myuser' and the other one as 'oracle' user
10,143
Posted By vinoth_kumar
sqlplus in shell script
Hi

When I use sqlplus in shell script, I get sqlplus: command not found.

ORACLE_HOME is not set. How to set ORACLE_HOME in unix?

Thanks
1,660
Posted By vinoth_kumar
..
Thanks it works

I have another question. Declared a variable like test="../path"

Referring the variable as $test/file_name.txt

Where does the directory 'path' needs to be created in the...
1,660
Posted By vinoth_kumar
File existence
Hi

I'm using the below command in shell script to check for file exists in the path

if [ ! -r $path/$test.csv ]
.....
fi

path and test are variables

path and the file exists but the...
9,358
Posted By vinoth_kumar
SQL Loader Auto Number Generation
Hi all,

I have a doubt in SQL Loader.

We have SEQUENCE function in SQL Loader or can create Sequence in Oracle database for generating a number sequence for

a column while loading data...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 08:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy