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!

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 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

  • 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...

  • 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.

  • After installing ios i'm can't connecting wi-fi, after installing ios i'm can't connecting wi-fi

    after installing ios i'm can't connecting wi-fi, after installing ios i'm can't connecting wi-fi

    Could you please be clearer, Could you please be clearer, could you please be clearer?
    You cannot connect at a wi-fi hotspot, or on a secure network?  Do you show any signal strength?  Do you show any available networks?

  • I Cant connect to Localhost after installing sql Server 2012 r2 Sp2

    Hi,
    I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!

    where can i download the database engine component?
    You can download Express or Evaluation edition which are free to download. here is the download link for SQL 2012
    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/download/details.aspx?id=29062
    Microsoft® SQL Server® 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Cannot see disc drive after installing boot camp windows 8

    cannot see disc drive after installing windows 8

    the superdrive,  it works fine in osx not in windows 8 on boot camp

  • I have several iPod touches and there is always one that cannot connect to wifi. after several weeks it usually rights itself. what is going on?

    I have several iPod touches and there is always one that cannot connect to wifi. after several weeks it usually rights itself. what is going on?

    Matthew...
    Try here > iOS: Troubleshooting Wi-Fi networks and connections

  • ODI Client cannot connect the datebase after the datebase IP changed

    ODI Client cannot connect the datebase after the datebase IP changed.
    1,the datebase on mac A,the mac changed ip
    2,on the client, tnsping db is ok.
    3,use pl/sql ,can connect on the db
    4,with odi,changed the repostry URL to the new db IP,throw the exception below
    java.sql.SQLException: Io Exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
         at com.sunopsis.sql.h.run(h.java)
    Is anything we need to config after change db machine IP?

    yeah,I got it.Everything is ok now.
    After change IP,we must open TopologyManager:change the JDBC connection of workrepository which must chose in Designer.
    when we open the Designer ,it will connect to db.then coonect to workrepository with original IP.So,we must rechange workrepository's JDBC first!

  • Help! I cannot connect Itunes store after my ipad 1 use ios5! Does anyone have a similar problem?

    help! I cannot connect Itunes store after my ipad 1 use ios5! Does anyone have a similar problem?

    Same :(
    Do you have any problem with apps? I can download or update apps without problem. Also no problem with podcasts, but no music, no video or movie: cannot connect to iTunes Store :(

  • TS1368 cannot connect itune store after update ios 6

    cannot connect itune store after update ios 6

    Hello Dannard Lee,
    It sounds like you aren't able to connect to the iTunes Store, or update your device to iOS 8. I would use the troubleshooting from the following article to help troubleshoot the issue, and it seems to be they may be related to one another:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • I cannot open pdf documents after installing Reader XI

    Hi I have just installed Adobe Reader Xl. I now cannot open any pdf document - the screen is blank and closes after about 10 seconds. When running the trouble-shooter it states there is a compatibility issue. I have re-installed, I have looked at my internet options settings but still cannot resolve the issue. Do you have any suggestions? I am running Windows 7 and Norton 360 Premier Edition software.  Regards Doug

    Interesting that when I installed ReaderXI I wasn't asked to accept terms.
    Cheers
    Quoting Pat Willener <[email protected]>:
    Pat Willener http://forums.adobe.com/people/pwillener created the 
    discussion
    "Re: I cannot open pdf documents after installing Reader XI"
    To view the discussion, visit: 
    http://forums.adobe.com/message/5684309#5684309

  • Exchange active sync cannot connect to server after migration mailbox user from exchange 2007 to exchange 2013 coexistence

    Hello, everyone, my name is rafl
    I have a problem with exchange 2013 active sync.
    I have installed exchange 2013 coexistence with legacy exchange 2007, I have to migrate user mailboxes: [email protected] from exchange 2007 to exchange 2013.
    but any problem with active sync connection on the mobile device after moving mailbox user. I reconfigure the exchange ActiveSync external connection domain (latest.domain.com) on mobile device replacing legacy exchange ActiveSync external connection domain
    (legacy.domain.com)
    the process of moving mailboxes successfully without error.
    Access OWA for exchange 2007 and exchange 2013 is running normally
    access mail from Outlook running normally
    Certificate request has been installed and has no problem with it
    The OWA virtual directory is configured for internal and external connections and different from the legacy exchange
    The autodiscover virtual directory is configured for internal and external connections and different from the legacy exchange
    ActiveSync virtual directory is configured for internal and external connections and different from the legacy exchange
    user mailboxes are still on exchange 2007 is not problematic.
    only problem with Exchange Active Sync on mobile devices, where I set up an email with android, iphone, windows phone. the error message: cannot connect to the server.
    but, if I create a new user and create user mailboxes directly in exchange server 2013, ActiveSync can run without error on mobile device, access through OWA, MsOutlook, Outlook Anywhere also run normally.
    only the results of user migration from exchange 2007 to exchange 2013 which is troubled with exchange ActiveSync connection.
    any ideas for this problem, and what should I check on the exchange server ..?

    i have run the activesync test connectivity and get some error :
    Testing TCP port 443 on host domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 3091 ms.
    Testing TCP port 443 on host autodiscover.domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 21072 ms.
    Testing TCP port 80 on host autodiscover.domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 21049 ms.
    I have allowed access to port 443 (https) and 80 (http) on the firewall and re-run testconnectivity, but still with the same results. if I enable active sync for users who created directly in Exch 2013 there is no problem with the ActiveSync, just a problem
    for users who moved from Exch 2007 to Exch 2013. @Android, iPhone, and Blackberry the error message "cannot connect to the server"

  • Cannot connect to internet after software update

    I have an old powerbook G4 running Mac OS X 10.3.9 (this is one of 3 macs) I also have an airport Extreme and an airport Express to make a network in my home. Frequently, after a software update to the old computer, it has trouble getting back on to the internet. Usually, adjusting access to the Keychain fixes this.
    Now, after a software update last week--I cannot get on the internet with this computer at all. The computer is connected to the network, the password is in the keychain, the signal is strong (all of the other computers can get on to the network)--but whenever I try to get on, I get 'cannot connect to the server'.
    (btw, Last evening, the issue resolved itself for about 3 hours--I don't know why--but today it is out again.) Can anyone help?

    Hi, Rathh. Always use Disk Utility to repair permissions immediately after installing any software update that uses Apple's Installer application, or that is installed by the Software Update function accessed through the Apple Menu.

Maybe you are looking for

  • PSE folder views

    I have used Picasa for photo organizing up til now.  I would like to give PSE 8 a try so I downloaded the trial version and I have two quick questions. The first question is: In Picasa the folders are listed on the left side of the window.   So if I

  • IPhone is stuck on plug into iTunes screen

    I plugged in my phone to iTunes last night so that I could update it over night, but when I got up this morning it was on the plug into itunes screen. My phone has been stuck of the plug iTunes screen for a couple hours now. I tried turning it off an

  • How to move my apps to my new phone?

    Got a new phone (5c) and I can't get the apps or contacts to transfer....

  • Add-on installation not working

    I've tried both Zotero & Firefox forums with no success: "Zotero could not be installed because Firefox cannot modify the needed file" I've deleted my cache, restarted firefox and computer. I'm running brand new Mac with Windows for Mac 2011, have tr

  • Airport Errors

    I have a brand new Macbook Pro. I have a G5 in the same room. I look at the network utility and it says I have about 3576 RECV errors and 42 send errors. I look at the G5 and I have no errors at all. Both connect to an Actiontec Verizon wireless rout