Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create shortcut of Form6i's (.fmx) without refering TMSNAMES.ORA

544615Dec 6 2006 — edited Dec 8 2006
I created shortcut as
c:\dev6i\bin\ifrun60 c:\forms\Tax.fmx tax/tax@ourdb
where outdb is a string made in TNSNAMES.ORA:
<p>
OURDB =<br>
(DESCRIPTION =<br>
(ADDRESS = (PROTOCOL = TCP)(HOST = 121.100.100.7)(PORT = 1521))<br>
(CONNECT_DATA = (SID = OUR_DB))
)

</p>
But I want to make the shorcut without referencing TNSNAMES.ORA file. I want it like:<br>
c:\dev6i\bin\ifrun60 c:\forms\Tax.fmx tax/tax@121.100.100.7:1521:our_db
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2007
Added on Dec 6 2006
1 comment
425 views