Search Results

Search: Posts Made By: sandip250382
2,365
Posted By pravin27
Try with single quote echo ' set lines 2000 ...
Try with single quote
echo '
set lines 2000
set pagesize 100
select a.tablespace_name as "tablespace",allocated as "size in gb",
(a.allocated - nvl(b.freespace,0)) as "used space in...
2,365
Posted By pravin27
How about this ? export...
How about this ?
export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
export PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_SID=orcl
echo "
spool /home/oracle/tablespace_analysis.log...
1,225
Posted By Peasant
You don't use :, but ; at the end of the find...
You don't use :, but ; at the end of the find statement.

Alse please use code tags for posting code.

Hope that helps

Regards
Peasant.
Showing results 1 to 3 of 3

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