Repointing to the DB.

Hi,

Assume my environment variable is pointing Dev004, now I want to repoint to Dev005
How to do that can you please advice

Hi,

I'm afraid you'll have to provide a bit more information, like OS, shell, what variable name.

It could be something like;

echo $VAR
Dev004
VAR=Dev005 ; export VAR
echo $VAR
Dev005

But without a bit more info, it's unlikely that people will be able to help you.

Regards

Gull04

---------- Post updated at 01:59 PM ---------- Previous update was at 01:59 PM ----------

Please find the example

Hi,

Try the following;

CRISDW_ORACLE_SID=CRIS_DEV_005 ; export CRISDW_ORACLE_SID 

Regards

Gull04