Search Results

Search: Posts Made By: jediwannabe
Forum: Red Hat 04-30-2013
10,989
Posted By verdepollo
There's no guarantee that upon a system...
There's no guarantee that upon a system reinstallation UIDs remain the same.

Whatever user that used to belong to UID 504 apparently no longer matches its new UID.

You can chown -R your home...
2,591
Posted By Jotne
awk -F\" '{print "@...
awk -F\" '{print "@ ../../migschema/admin/pk_"tolower($4)".sql"}' infile
@ ../../migschema/admin/pk_tc_txn_void.sql
@ ../../migschema/admin/pk_tc_txn_amt.sql
@...
1,986
Posted By balajesuri
sed 's/\"SUPERB\"\.\"\([^\"]*\)\"/\1/'...
sed 's/\"SUPERB\"\.\"\([^\"]*\)\"/\1/' file
4,113
Posted By cero
Hi, Use SQL*Plus in silent mode (option -s): ...
Hi,
Use SQL*Plus in silent mode (option -s):
${ORACLE_HOME}/bin/sqlplus -s /nolog <<!EOF
--step 5 create db script start
set feedback off
set heading off
set echo off
conn / as sysdba
spool...
2,675
Posted By Yoda
Here is another approach: ...
Here is another approach:
stringB="(DESCRIPTION_LIST =(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=SG-RH5.3-64)(PORT=1522)))"
stringB=${stringB##*=}
stringB=${stringB%%)*}
echo "Port Number =...
1,251
Posted By Yoda
Escape the dollar sign: select TZ_VERSION from...
Escape the dollar sign:
select TZ_VERSION from registry\$database;
Showing results 1 to 6 of 6

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