Search Results

Search: Posts Made By: Oracle_User
6,528
Posted By Oracle_User
To get the Files between Time Period
All,

How to get the list of files through a unix command which exists / created / updated between 8 PM to 11:59 PM from a particular location.


Regards
Oracle User
3,765
Posted By Oracle_User
Issue Running UNIX process from CRON !!
Experts,

Not sure whether the problem described here is related with Unix or is it with Oracle Installation. Here is the description of the issue:

A new Unix server is setup as a part of Unix...
6,673
Posted By Oracle_User
I have not written that the solution given is...
I have not written that the solution given is "the useless one", in my post anywhere.

Also there is no error message displayed for the above command. my only intention was to know the exact...
6,673
Posted By Oracle_User
This command is not working. Is there any other...
This command is not working. Is there any other way to do this.


Regards
Oracle User
6,673
Posted By Oracle_User
How to find a particular word from a file
Hello Experts,

I have to count the word like "RESULT_CODE: : -6" from the multiple files names like req.result_2_vqx-71144750.log for a particular date. Lets suppose the date is 10 OCT 2011.
...
5,787
Posted By Oracle_User
How to remove the logs more than 5 days old
All,
How to remove the logs that are more than 5 days old from a particular folder.
Help will be highly appreciated.

Regards
Oracle User
19,561
Posted By Oracle_User
Thanks Dude2Cool. Its working now. ...
Thanks Dude2Cool.
Its working now.


Regards
Oracle_user
19,561
Posted By Oracle_User
how to change ORACLE HOME?
All,
I have to change my ORACLE_HOME in the prodution environment.
I have chaged it in .profile file but when I am typing the command

bash-2.05$ echo $ORACLE_HOME...
6,376
Posted By Oracle_User
we cannot change the order. Regards ...
we cannot change the order.

Regards
Oracle User
6,376
Posted By Oracle_User
How to remove duplicates from the .dat file
All,

I have a file 1181CUSTOMER-L061411_003500.dat.Z having duplicate records in it.

bash-2.05$ zcat 1181CUSTOMER-L061411_003500.dat.Z|grep "90876251S"

90876251S|ABG, AN ADAYANA...
901
Posted By Oracle_User
want to know the command
All,

I want to find a specific file in a directory with long listing format. Let suppose I have to find the file which ends with an extension .dat.

Can I know the command.


Regards...
9,517
Posted By Oracle_User
use of sql loader in the script
All,

Below is the code written when sql loader loads the data:
$ORACLE_EXEC_PATH/sqlldr userid=$user_passwd control=$CNTR_FILES/invoice.ctl log=$LOG_FILES/$INVOICE_FILE.log bad=$ER...
13,370
Posted By Oracle_User
Thank-you anchal and fhernu. Even i was...
Thank-you anchal and fhernu.
Even i was considering it in the same way, putted this in the forum, just to confirm it.

Regards
Oracle User
13,370
Posted By Oracle_User
Meaning of '$#' in Unix
All,

In the below mentioned piece of code :

if test $# -eq 1
then
echo "Input parameter passed into DMI_weekly.ksh..." | tee -a $RUNLOG
typeset -u...
1,780
Posted By Oracle_User
Use of '$?' in ksh script
All,

Below is the piece of code in a ksh script:

$SCRIPT_FILES/rebuild_xeep_xref.ksh $ORACLE_SID > $XXREFLOG 2>&1
rc=$?
if [ $rc -eq 0 ]
then
echo...
1,802
Posted By Oracle_User
thanks anchal. Ohh yes! I typed it by misake. ...
thanks anchal.
Ohh yes! I typed it by misake.

Regards
Oracle User

Changed subject from "... $1" to "... &1"
1,802
Posted By Oracle_User
meaning of &1
All,
In the below mentioned line ---
$SCRIPT_FILES/wrapper_sleep.ksh > $MVXREFLOG 2>&1

what is the meaning of &1 here.


Regards
Oracle User
7,944
Posted By Oracle_User
env command
All,

what is env command used for in Unix?


Regards
Oracle User
6,415
Posted By Oracle_User
Scheduling a Ksh script
All,

Running the below script independently is working fine with no issue but once I am scheduling it in cron on my Linux environment it is not working.

Can anyone look into this and let me...
1,346
Posted By Oracle_User
Thank-you Anchal.
Thank-you Anchal.
1,346
Posted By Oracle_User
Error while connecting to Oracle with Script
Experts,

I am using the following Linux version:

Linux localhost.localdomain 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 i686 i686 i386 GNU/Linux

and creating a ksh script with...
Showing results 1 to 21 of 21

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