PLL referring PLL with hardcoded path [message #82011] |
Thu, 10 April 2003 00:58 |
Srividhya
Messages: 2 Registered: April 2003
|
Junior Member |
|
|
I have a ReferPLL which is referenced by another MainPLL. I am not able to open MainPLL since the path of the ReferPLL is hardcoded in this.
When trying to open MainPLL, it gives a error message
PDE-PLI018 Could not find library ReferPLL
Can someone tell me how to remove the hardcoded path of ReferPLL from the MainPLL ?
Thanks in advance
Srividhya
|
|
|
Re: PLL referring PLL with hardcoded path [message #82055 is a reply to message #82011] |
Wed, 16 April 2003 23:20 |
Praveen.B
Messages: 25 Registered: August 2002
|
Junior Member |
|
|
hi vidhya,
U can try out this method.
1) Just remove the path of ReferPLL in the MainPLL.
2) Place both the PLL in the same folder say C:abc.
3) Give this path(C:abc) in REGISRTY key FORMS60_PATH
in Oracle Home.
4) Now open the MainPLL
Hope this works out..pls update me on the result
thanx
praveen
|
|
|
|
|