Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Form cannot connect to database

Form cannot connect to database

From: Jingyu <ccdfjy_at_hotmail.com>
Date: 28 Jan 2003 12:43:23 -0800
Message-ID: <e5c3e808.0301281243.66b38cd2@posting.google.com>


Used Form builder to create a form to query a database. Basically, I have two questions.
1. When I create a form, I can connect to the database by setting default oracle_sid = jingyu (database name). However, if I try to connect the database by provide username, password, database= jingyu, I will not be able to connect it.

2. After I finish the form design, I tried to run it. Then it will ask me again to connect to the database. I provide the same information, but it will not work.

Hope this file will hope!

C:\oracle\ora92\network\admin\tnsnames.ora # Generated by Oracle configuration tools.

INST1_HTTP =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = dell8100)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)

    )
  )

EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
    (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

    )
  )

JINGYU =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = dell8100)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = Jingyu)

    )
  )

Thanks for the help! Received on Tue Jan 28 2003 - 14:43:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US