Soft link for datafile - Dataguard [message #223267] |
Thu, 08 March 2007 03:51 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jagdish_v
Messages: 2 Registered: June 2006
|
Junior Member |
|
|
Hi,
Can anybody has an idea how to create soft link for datafile.
Case:
I want to create standby db from primary db. Now i don't have the same file system on standby server, so i want to use the soft link for that primary datafile's file system..
Please guide.
|
|
|
Re: Soft link for datafile - Dataguard [message #223307 is a reply to message #223267] |
Thu, 08 March 2007 07:26 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Frank Naude
Messages: 4590 Registered: April 1998
|
Senior Member |
|
|
Look at the "ln" command (Unix and Linux). For example, use "ln -s" to create a symbolic or soft link.
However, you should actually be using the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameters instead of stupid links.
|
|
|