Cannot connect to Database after install Developer Suite

Help..
I installed Oracle Database and everything seems work properly. I can connect to the database. (system/oracle@orcl)
well, but after I install the developer suite, I can't connect to the database anymore.
I did check the services and both OracleOraDb10g_home1TNSListener and OracleServiceORCL are started.
I try to search help from google but I cannot solve the problem by myself. I also include two ora file below,
tnsnames.ora
=====
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
====
listener.ora
===
# listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
====
everything seems should working properly but I still have problem cannot connect to the database. SQLPlus says "ORA-12154" and "ORA-12514"
please help me.. I need to finish my project within next 2 weeks or I have to study one more year. T_T

Hi ...
The Oracle Doc points out as actions in this type of error:
- If you are using local naming (TNSNAMES.ORA file):
- Make sure that "TNSNAMES" is listed as one of the values of the NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA)
- Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible.
- Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file.
- Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for unmatched parentheses or stray characters. Errors in a TNSNAMES.ORA file may make it unusable.
- If you are using directory naming:
- Verify that "LDAP" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
- Verify that the LDAP directory server is up and that it is accessible.
- Verify that the net service name or database name used as the connect identifier is configured in the directory.
- Verify that the default context being used is correct by specifying a fully qualified net service name or a full LDAP DN as the connect identifier
- If you are using easy connect naming:
- Verify that "EZCONNECT" is listed as one of the values of the NAMES.DIRETORY_PATH parameter in the Oracle Net profile (SQLNET.ORA).
- Make sure the host, port and service name specified are correct.
- Try enclosing the connect identifier in quote marks. See the Oracle Net Services Administrators Guide or the Oracle operating system specific guide for more information on naming.According to the above and my LISTENER settings in listener.ora file which is...
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
  )there is one ')' missing closing parenthesis....
So , modify your LISTENER settings ... according to the below....The difference is the ')' in bold....
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
Can you connect now.....????
Regards,
Simon

Similar Messages

  • Cannot connect to database after installing 10g

    Hello friends at www.oracle.com ,
    after installing Oracle 10g, I am trying to use programs like SQL*Plus or Forms Builder. However, these programs are asking me for the host string, and:
    - I cannot simply ignore this question, because I cannot connect without this information.
    - But I don't know how I can configure a host string for local access.
    - And I don't know if there's already a default host string for me to use after installing Oracle 10g, because I have no practice in database configuration, since I'm a developer.
    Please help me.
    Best regards,
    Franklin Goncalves Jr.

    Hi ,
    Few pointers which may help you , but a small caveat all instructions pertaining to way we do internally in oracle , so there could be some mismatch at customer end , but more or less logic should be same , in case you can't any step revert back :
    1. When Db asks you for connect string essentially it asks for the complete description of the db to connect including :
    Db server machine name / ip - that can be resolved from your system if it's a remote server .
    Username , Password ,
    Db Instance Name - TnsAlias mentioned in TnsNames.ora .
    Now there are few Env. variables that you need to set before running / starting an oracle db instance .
    1. Oracle_Home - Essentially Oralce Installation directory .
    2. Oracle_sid - unique identifier for Oracle Instance .
    3. For OracleDb only set T_Work and TNS_ADMIN env. variables as %Oracle_Home%\work directory and place your Listener.ora file in that folder .
    4. Make your initial parameter file init<Oracle_Sid>.ora in %Oracle_Home%\database -- default location .
    5. Create Oracle Instance specific services to run on a Windows machine , essentially they will be two and default nomenclature is :
    Oracle Service - OracleService<Oracle_Sid>
    Listener Service - Oracle<oracle_sid>TnsListener
    Now in %Oracle_Home%\bin directory you have couple have tools to help you in whole process including lsnrctl.exe , tnsping.exe , sqlplus.exe .
    and onec you start oracle instance like this :
    SQlPlus "/as sysdba" -- OS Authentication
    --- Connected to Idle instance
    Sql> startup --> this will take default parameter file
    Check out dump location for log and trace files generated if enabled .
    Now client setting :
    1. This is the place where you need appropriate connect string with all components as mentioned above .
    Check out any good site for exact syntax , but you need to make sure regarding client you are using for e.g:
    ODP.Net , Java Driver etc .
    For Client few important settings :
    Execution directory should contain tnsnames.ora
    Create T_WORK and TNS_ADMIN for execution directory .
    check out for listener connectivity using :
    tnsping <TnsAlias>
    Imp -- Include all relevant stuff in System PATH for execution from anywhere .
    Once it connects tehn you can use appropriate username / password for connecting with appropriate connection string .
    Normally while installing oracle you would have set the username and password to be changed later .
    or otherwise onec you log in as sysdba, you can create new username/password and give it sysdba permissions .
    Also imp. thing for connecting from a remote system is having Sqlnet.ora authentication file in client's T_WORK and TNS_ADMIN .
    I hope it helps upto some extent .
    regards ,
    Mrinal

  • Cannot connect to database after apex 2.2 install

    I have installed HTML DB from Companion CD Release 2 (10.2.0.1.0) and then i upgrade to apex 2.2. Apex is working, but when i try to connect my database form command line, i get:
    sqlplus SYS/pass as sysdbaSQL*Plus: Release 10.1.0.3.0 - Production on N Sie 13 20:23:41 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    sqplus works when i set ORACLE_SID, but my oracle applications don't.
    How repair that? My system is WinXP SP2.

    You need to check your listener and its settings.
    There are many ways to do this, so I recommend that you start by reading http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14196/network.htm#sthref173
    Apex can work without this, because it is entirely inside the database, and (I think) sqlplus can bypass the listener, particularly when connecting as sysdba.
    Without setting ORACLE_SID, you could have connected with
    sqlplus sys/pass@service as sysdba

  • Frm-92100 on windows vista after install Developer Suit 10.1.2.02

    Hello everybody,
    I installed success Developer Suit 10.1.2.02 on windows vista.
    But when I tried to run a test form on web browser after .jar is load
    A message appears.
    FRM-92100: Your connection to the server was interrupted. This may be the result of a network error, or a failure on the server. You will need to re-establish your session.
    Details...
    Java Exception:
    java.lang.StringIndexOutOfBoundsException: String Index out of range: -1
    When I check the log file.
    ….forms90web: Stopped
    ….Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
    This is a critical problem to me.
    Please, help me urgent.
    Regards.
    William.

    Thanks Sqaimes
    But, I don’t know that’s the solution, anyway can you tell me if you know what’s the patch?
    Regards,
    William
    Message was edited by:
    william

  • Cannot connect to Database in SQL Developer - TIMEZONE errors

    Cannot connect to any database get the following errors.
    Status : Failure -Test failed: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    Tried change NLS settings to America (currently South Africa) but to no avail.
    My system info:
    About
    Oracle SQL Developer 3.2.20.09
    Version 3.2.20.09
    Build MAIN-09.87
    Copyright © 2005, 2012 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.2.0.09.87
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_38
    Oracle IDE     3.2.20.09.87
    Versioning Support     3.2.20.09.87
    Running on Windows 7 with a 64-bit oracle client.

    I managed to find the solution in previous thread
    Please see my error message.

  • Why I cannot connect to database after deploying application to OAS?

    Hello experts...i have a new problem and here are the facts:
    I`m using on Windows Xp:
    Oracle Database 10.2.0
    Oracle Application Server 10.1.3
    Oracle Jdeveloper 10.1.3.3
    I`m creating a new application using jdeveloper and i`m using 2 connection classes:
    a) First connection class using:
    InitialContext ctx=new InitialContext();
    DataSource ds=ctx.lookup("jdbc/connDS");
    Connection conn=ds.getConnection();
    b) Second connection class using:
    Connection conn = DriverManager.getConnection("jdbc:and the entire link goes here");
    So far so good, but when I create a ear file using the First connection class and after i deploy it to OAS my application will not connect anymore to database!
    If I will use the Second connection class, and create an ear file then deploy it to OAS, my application works fine, it connects to database but i have a problem. In my application users can upload and download the files they uploaded. The files are saved in DB as blob. The problem appears when users are downloading the files because for example file "example.doc" is uploaded on the server database and when a user try to download it the name of the file is like "example_doc" and my pc open it like an html in which is a server 500 error. Someone told me that happens because of my connection class... and I want to find out you`re opinion.
    Why i cann`t connect to DB after deploy the application on OAS using the FIRST connection class?
    - on Jdeveloper i can connect to DB using both of the connect classes (one at a time)
    - I`m creating a war file from jdeveloper and deploy the ear file on the OAS
    - on OAS i`ve created the connection pool and the data source and "The connection was establish succesfully"
    Why the uploaded files are downloaded in this way? it`s the connection the problem?
    - I want to tell you that when i`m extracting data from the DB table i`m not using a temp file, the conversion is made in the java class and the program throws me the file to download.
    - as i told you in Jdeveloper both of the connection classes work!!! and when i`m using the FIRST connection class and try to download, the files ARE DOWNLOADED PERFECTLY CORRECT!
    - if i`m using the SECOND connection class in jdeveloper, running the application on the built in oc4j instance and trying to download the same files, the files are DOWNLOADED BAD like I told you: the name of the file is like "example_doc" and my pc open it like an html in which is a server 500 error. with the pdf format is the same problem but my pc cannot open it telling something with "bad conversion...." error.
    There are someone who had the same problem?
    Theoretically i had to make the application to connect to the database after deploy it to OAS with the FIRST connection class and this way my files will be downloaded corectly... what to do?

    no one knows nothing about this issue? :(... i`m dissapointed...

  • Cannot connect to database using SQL Developer

    Ok. Here are the facts:
    1) I can connect to the database using PL/SQL Developer.
    2) I wanted to try SQL Developer and I am unable to connect to the same database with SQL Developer. I provide username and password and select "network alias" and click test and I get "Network adaptor could not be established"
    3) TNS names.ora file resides on a mapped drive which clearly is accessible by PL/SQL developer but not by SQL developer.
    What am i missing?
    Thanks a lot

    If you can select a network alias, then sqldeveloper has found your tnsnames and the problem lies elsewhere.
    Is the network drive specified by a UNC? SQLDeveloper doesn't work well with unc names.

  • Cannot connect to DB after install

    Hi all, total newb here thats been tasked with learning a bit about 10g. I installed the software in a WinXP sp2 pc and all seemed ok. When I hit the 'Go to Database Home Page' my browser opens the 'page not found' screen. There are no firewalls/proxies to interfere and I tried different browsers but I get no joy. I do get an error message in the windows app log:
    I'm paraphrasing here:
    The following information is part of the event: ACTION: 'Connect' Database User: '/' priviledge : sysdba client user: NT\AUTHORITY\SYSTEM CLient Terminal: MT2 Status:0
    Anyone have any ideas ?
    Thanks!
    Mike

    Hi!
    I have a similar problem.
    System: Winodws XP, SP2.
    I tried all of the recommendations, and there is a listing:
    1. ) C:\WINDOWS>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Beta on 25-APR-2007 22:20:23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Beta
    Start Date 25-APR-2007 21:03:08
    Uptime 0 days 1 hr. 17 min. 14 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=milada)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=milada)(PORT=2100))(Presentation=FTP
    )(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 3 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    I tried to change a ftp port number, but nothing changed. Any ideas?
    THX!

  • Can't connect to database after installing Forms6i

    Hi,
    I have Oracle8i EE installed on RH6.2. The database was working fine until I installed Forms6i. Now when I try to start the listener I get the following error: TNS-01150: The address of the specific listener name is incorrect. I have checked the listener.ora file and everything seems correct.
    I am also getting the following error when I try to connect to svrmgrl: Error in loading shared libraries.
    If anyone could help me with these problems I would greatly appreciate it.
    Thanks,
    Mel

    Did you install Forms in a separate home?
    Check your ORACLE_HOME and LD_LIBRARY_PATH. If you want to use lsnrctl or svrmgrl your ORACLE_HOME should be set to the home your database software is installed in. It should be set to $ORACLE_HOME/lib.

  • Cannot connect to database after change of server ip

    hi gems..
    the ip of our database server has got changed.
    Windows server, 11gr2 database version, archivelog mode.
    i have changed the tnsnames.ora and the listener.ora manually with the new ip.
    I am able to connect to sqlplus "/as sysdba" (since authentiacetion services is NTS)
    But i am not able to connect to 'sqlplus sys/password@sid as sysdba'
    it is throwing the error of
    ERROR:
    ORA-12560: TNS:protocol adapter error
    pls help...

    tnsping sid:
    E:\>tnsping ORCL
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 28-FEB-2
    012 19:11:53
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    E:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.184.1
    32.101)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)
    TNS-12560: TNS:protocol adapter error
    E:\>
    lsnrctl status
    E:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 28-FEB-2012 19:13
    :13
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.184.132.101)(PORT=152
    1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    listener.ora
    # listener.ora Network Configuration File: E:\app\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\app\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.184.132.101)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = E:\app
    ipconfig
    E:\>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.184.132.101
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . : 10.184.132.1
    i have changed the ip 10.184.132.101 manually as per the new ip.

  • Cannot connect to JSPM after install NW 7.1 CE on AIX

    Hi
    I have just did a new installation of NW 7.1 CE on AIX / Oracle platform. The Distributed Systems installation completed ok. But when I try to go into the JSPM using the master password entered during installation. I keep getting error :
    Cannot log on
    Possible reasons:
    - The password you have entered is incorrect. Enter a correct password.
    - J2EE server is not running. Start the J2EE server server and try again.
    I have tried to restart the sap instance and other possible combinations of users and passwords but to no avail.
    Please advise. Thanks.

    Hi
    I notice this problem in the JSPM. from the JSPM_MAIN_1_01.LOG, I got this message below. It mentioned some connection error to remote system. Any clues?
    Thank you so much.
    Regards
    ==================
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.7.1006]/>
    <!NAME[/usr/sap/NK3/J06/j2ee/JSPM/log/log_2009_12_18_21_04_09/JSPM_MAIN_1_01.LOG]/>
    <!PATTERN[JSPM_MAIN_1_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Dec 18, 2009 9:05:16 PM [Info]: JSPM version is 7.10.5.0.24.
    Dec 18, 2009 9:05:16 PM [Info]: Phase JSPM/JSPMPhases/JSPM_MAIN has been started.
    Dec 18, 2009 9:05:16 PM [Info]: Phase type is com.sap.sdt.jspm.phases.PhaseTypeJSPM.
    Dec 18, 2009 9:05:16 PM [Info]: Starting Initialize dialog...
    Dec 18, 2009 9:05:17 PM [Info]: Detecting system parameters...
    Dec 18, 2009 9:05:17 PM [Info]: You can find additional information in log file /usr/sap/NK3/J06/j2ee/JSPM/log/log_2009_12_18_21_04_09/DETECT_SYSTEM_PARAMETERS_01.LOG.
    Dec 18, 2009 9:05:28 PM [Info]: Detection of system parameters has finished.
    Dec 18, 2009 9:05:28 PM [Info]: Initialize dialog has been processed.
    Dec 18, 2009 9:05:28 PM [Info]: Starting LogIn dialog...
    Dec 18, 2009 9:05:48 PM [Info]: Dialog LogIn has been confirmed by the user.
    Dec 18, 2009 9:05:48 PM [Info]: Connecting to Deploy Controller on host nkmstweb port 50604 with user Administrator.
    Dec 18, 2009 9:05:49 PM [Error]: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.
    Dec 18, 2009 9:05:49 PM [Info]: Starting LogIn dialog...

  • AHHHHHHH! Install cannot connect to database error!

    I am so frustrated with application server install...
    I'm trying to install SOA 10.1.3, advanced option, 1st option
    When it asks me for database account, host name, service name I enter all this info in then i click next...
    This is when I get the Install cannot connect to database error even though db i'm trying to connect to is on same machine!
    Anyone have any ideas other than laying off medication as to what the problem is?

    Check the requirement chapter in the Installation Guide, but it should be similar to:
    127.0.0.1               localhost.localdomain localhost
    192.168.1.88            yourserver.domain.com yourserverHowever, I don't think you should change any of this after a installation...

  • Cannot connect to iTunes after iOS6 install

    Cannot connect to iTunes after iOS6 install. Tried to reset date forward as others have suggested, has not worked. Any other idea's solutions out there?

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • Cannot install developer suite

    Hello,
    I have Oracle 10g installed at my PC. This installation was done successfully. Yesterday I downloaded the developer suite 10g because I want to write some GUI with forms. When I start the universal installer and in the dialog box (specify paths - something like that) I push on the button next but nothing happens. Can someone help me with this problem so I can install developer suite on my PC.

    Specify a new home and path before pushing the Next button.

  • Connectivity and Installation Problem in Developer suite 10g

    Please help me solve this problem since I am beginner to Oracle 10g database and Developer suite 10g.
    1. I have loaded successfully Oracle 10g database on my server with windows OS 2003 having IIS option selected and configured as my Domain server.
    2. I have loaded Developer suite 10g complete in another PC with windows XP. I am able to connect to the database and also OC4J is started and Run form in test mode also works. Also I have developed some forms using developer suite and I am able to run the fmx runtime form in this computer.
    3.Now my problem is I have a local LAN and at present there is no internet or web site for this company but they want to work in lan and all departments want to access the data from the server.(Later on when they get a website at that time they want to deploy the forms to the web)
    4.Please tell me how and where I will store my fmx file. If I have to save it in the server then how will the clients access it.
    5. How to install the developer 10g runtime only in client PC's (OS windows xp) since there is no option in the CD to select the installation like previous releases like D2k.
    6. There is no middle tier in this case. Only One server as domain
    and client pcs.
    Please guide me,matter urgent.
    Thanks in advance

    Regarding this point -
    1.
    Then you should be able, for testing purposes, to do the same from other Clients.
    Then I have to install developer suite 10g in client pc's but the runtime option selection is not available in the CD. How to proceed?
    2.
    For production environment, as already said, you should install some Application server. If you only need Forms and Reports you can install the standalone version Forms&Reports services, without infrastructure.
    This means I have to install the standalone version Forms&Reports services in the same server where I have installed 10g database and this also being a domain server.
    (We do not have sufficent computers where one can use it as application server). Hence only one server with OS windows 2003 and 5 computers with windows xp is available).
    Please explain the steps to proceed .
    thank you

Maybe you are looking for