Search Results

Search: Posts Made By: sanchay
Forum: HP-UX 04-10-2009
10,287
Posted By sanchay
You should login in single user mode to increase...
You should login in single user mode to increase the space for /usr or /tmp or /var mount points.
31,121
Posted By sanchay
Looking at your output, it clearly says the usage...
Looking at your output, it clearly says the usage of sqlplus option is not proper.

Try the following

sqlplus << EOF > o.txt
username/password
set linesize 1000
set head off

<your query...
Forum: Programming 04-03-2009
1,753
Posted By sanchay
You'll have to write this for every column of the...
You'll have to write this for every column of the table.

Just update the table columns like :

update <table name>
set column1 = REPLACE(column1, ' '),
column2 = REPLACE(column2, ' '),
.
....
Forum: Programming 04-03-2009
1,753
Posted By sanchay
Sanchay
In sql you can use the inbuilt function REPLACE(orig_string, string_to_be_replaced, new_String)

For e.g.
SELECT ('abcd efg hij',' ',null) from dual;
OR
SELECT ('abcd efg hij',' ') from dual;...
Showing results 1 to 4 of 4

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