Can not connect to oracle10g release2 database On XP SP2. Help needed

Hi! friends!
I have used Oracle 8 and it was nice. I didn't run Oracle 9i.
Now I installed Oracle10g R2 in WinXP-SP2. There was no problem in installation. But i can't run it. I get the Black SQL screen. But if i give some command it says "Not connected to database".
Oracle 8 version had built in database "emp" and "sal". In start up username and password box used to come(scott/tiger). But here I don't know if there is any builtin database,even there is no place to input username/password. So i cant work with 10g.
So i can't give command like Oracle 8
select *
from emp;
I do not have any network in my Desktop PC.. pls help me how to run and test Oracle 10g database on my machine. Also tell the name of the built in database.
I am much in trouble.
I am wishing thanks in advance to all who will reply.
Regards
Abir Atarthy
[email protected]

In 10g database
During installation is you choose "database creation" option then default database is created.
database name is "ORCL"
you can check in windows registry
On command prompt
cmd>net start
if it is showing "OracleServiceORCL" then database is created"scott/tiger user is also created but in 10g it is LOCKED by default.
so you have to first unlock this user.
Now you can connect with "sys"or "system" but you know their password.
in 10g there is no default password for sys or system, we have to mention during installation time.
if you don't know then you can connect with sys like "SQL> CONN / AS SYSDBA" to sqlplus.

Similar Messages

  • Apple TV3 not working - Can not connect to iTunes, Very, very slow streaming. Help please?

    For just over a week I have been unable to stream film/TV shows from Netflix via my Apple TV. When I have been able to, the streaming is painfully slow... for example, to watch a half hour program I have had to pause it at the beginning and leave it for 30-40mins before I can watch it and even then i'm not guaranteed to be able to watch it all! On top of the streaming issues, I tried to purchase a film from iTunes via the Apple TV - this took 3days to download!! Then finally, last night, it all seemed to stop working - will not connect to iTunes account at all (can not connect to server). I have checked again this morning and the error message says the same thing. My internet connection is fine (perfect on both mac, dell laptop and iPhone. I have tried the obvious troubleshooting methods - nothing has helped.
    Can anyone please tell me whether this is an internal Apple issue and if we know how and when this will be resolved? Or has anyone else had the same problems and been able to resolve them?
    I'm pulling my hair out...

    This would be an issue with your network. Netflix will constantly adapt to your connection. iTunes content is fixed, will cache as you watch, and will need to load a portion before playback begins. As you have not provided information on what you have tried, I will list common things to check.
    What is your current connection, via speedtest.net
    Make sure DNS is set to auto (settings - general - network)
    Make sure router is up to date, if on wifi try ethernet
    Go to istumbler (Mac) or netstumbler (PC) to get a report of the network, look for signal strength and noise

  • Drive 2.1 can not connect to our cs3 versioncue server what do I need to use our projects in CS5?

    Mac XServe is our CS3 server. Trying to upgrade to CS5 and found out Version Cue is no longer. Read and found the Drive 2.0. It can't seem to connect to my current server. We still have access with one of our CS3 machines. Is there a program I need to get to continue on with our versioning and the ability to use our projects we have? Or do I need to go into every project and export or something to be able to start using CS5? Thank you in advance for any help!!!

    sunnovagun!
    Hitting the Log Out button in the MobileMe panel worked. I can now connect to both the SnowLeopard and Lion servers just like I used to.
    My condition appears to have been slightly different from yours, gmia - the MobileMe on my MBP had the correct info, but hose are not the credentials i use to remote to the two servers. I'm guessing that for some reason ScreenSharing began using my MobileMe credentials instead of what I had saved in the keychains.
    Wonder if it had anything to do with the shutdown of the MM servers. That would be odd as using ones apple ID to log into a Mac remotely was new with Lion, and I had the same problem with our SnowLeopard server - which I remote into much more frequently.
    Probably didn't hurt though to reboot the entire network...

  • TS1369 I can not connect my i phone 4 to itunes. It needs an update inorder to recognise my sim card as there is not a carrier option in settings on the phone. How do I cnnect to itunes?

    I need to sync to itunes to seach for updates for my iphone 4. I have had a new SIM card and the phone does not recognise it (yes it is on the same network). In settings there does not appear to be a 'carrier' option. Apparently thi is quite common and all I need to do is update through itunes.
    Itunes or my computer is not recognising my phone at all. What do I need to do? I have not sunced with this computer before either

    Hello there jlc86,
    I would recommend this troubleshooting article named iPhone not appearing in iTunes found here http://www.apple.com/support/iphone/assistant/itunes/.
    All the best,
    Sterling

  • Database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2) on mac os x 10.9.2

    Dear Fellas:
    I received "database error #2002 can not connect local mysql server to socket through '/var/run/mysqld/mysqld.sock'(2)" on mac os x 10.9.2.
    mysql info:
    ps -ef | grep mysql
        0    66     1   0 11:06AM ??         0:00.04 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql
       74   225    66   0 11:06AM ??         0:02.50 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.err --pid-file=/usr/local/mysql/data/Chuans-MacBook-Pro-2.local.pid --socket=/var/run/mysqld/mysqld.sock
      501   952   947   0  3:52PM ttys000    0:00.00 grep mysql
    Please help!!

    Fascinated and guessing:
    Something related to sock(2) because that's not part of your copied info. I'm thinking you've doubled up on sockets and the second socket doesn't exist, meaning you should be connecting to the first socket "mysqld.sock" whether automatic or not.
    I've only used GUI tools on purpose, so does this mean you've already got MySQL running and you tried to launch it again manually? Perhaps you already have one instance of a db and you're trying to launch a second instance, and the two can't coexist with a single user local db?
    Assuming this is all local, I'd shut down the db service and restart it, out of hand. I've seen similar messages when I set the db to start up on boot, and it didn't finish shutting down when I tried to restart it manually. Usually the GUI won't let me turn it on because it reports it's already running, but in that case it hadn't finished performing what the GUI was reporting.
    Just speculating.

  • Can not connect the database via query string (C#). The SQL Server Management Studio is showing the full path of a location instead of database name.

    I can not connect to the database via C#. The database is showing full path of the database file instead of the database name. See the pic: a database showing only name 'emart' and the other database showing the full path.
    : Robby

    Hi,
    According to your post, I know that the database name is showing file path of the database rather than the database name in SQL Server Management Studio. You were not able to
    establish a connection to the database using C#.
    As Olaf said, was any error message thrown out when the connection failed? How did you create these databases?
    You can use the following T-SQL to attach the database and see if the issue persists.
    CREATE DATABASE
    databasename
        ON (FILENAME = 'filepath _Data.mdf'),
        (FILENAME = 'filepath_Log.ldf')
    FOR ATTACH;
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Opca could not connect to the specified database

    I have both Oracle 9.2 database and Oracle 9iAS R2 Standard Edition installed in my same home pc. The origin database name is FIRST and the listener port is 1526.
    My pc's host name is mypc.chen.com and the IP address in my local LAN is 192.168.0.1. I have no DNS server.
    In "hosts" file I added a line: 192.168.0.1 mypc.chen.com
    While running opca to install Portal, I entered password of SYS login of database FIRST and connection string "mypc.chen.com:1526:first". I got error message saying "could not connect to the specified database".
    In Net8 Assistant local Profile, the naming method was HOSTNAME. But I got the same error message when I change it to TNSNAMES.
    Please if anyone can help.
    Thanks a lot.

    This is a security feature introduced in 11.5.10, and it will not allow any client to connect to the database unless in it registered on the system through OAM.
    Note: 295915.1 - ADI Signon Issues in Release 11.5.10+
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=295915.1
    Note: 291897.1 - 11.5.10 New Features : Managed SQL*Net Access from Hosts
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=291897.1

  • 10GR2: API5022:can not connect to the specified repository.

    Hi
    Today I have started getting the following message when try to connect to the Design Center in 10GR2:
    'API5022:can not connect to the specified repository. Verify connection information'
    Nothing has changed in the repository for several days, though we were able to login to the Design Center yesterday without any issue. This is happening for all users, so is not a client problem.
    Also, we can login to the repository via repository browser, administrator and various query tools. Therefore, the connection details are ok.
    Has anyone else encountered this in 10.2? If so, any suggestions would be very much appreciated...
    Thanks
    GB

    The problem might be caused by changing the LOCALE setting to a value that is not recognized.
    The selection in the preferences does not allow to reset to an empty value, nor does OWB allow to cancel the selection.
    This setting is stored locally outside any database at the following location:
    C:\oracle\OWB102\owb\bin\admin\Preference.properties.
    where the first part is the OWB homedir
    After I changed the content into the following, I was able to start OWB and connect to the repository again without any errors:
    #Locally Cached Preferences - DO NOT MODIFY
    #Wed Apr 25 21:14:29 CEST 2007
    LOCALE=en_US
    Even though it says not to modify, remember that the only alternative would be re-installing OWB.
    Hope this works for anyone having this problem.
    Regards,
    Patrick.

  • OUtlook 2013 can not connect to exchange 2013 after exchange maibox member of DAG failed.

    hi ALL
    OUtlook 2013 can not connect to exchange 2013 after exchange maibox member of DAG failed.
    Exchange environment contains 2 Exchange Mailboxesserver ,( one Failed , virtual Machine)
    2 cas Servers
    first databases could not be mounted but after we run the below command , users can use OWA but outlook could not connect
    Start-DatabaseAvailabilityGroup -Identity DAG -MailboxServer MBX1
    please support
    thanks

    Hi,
    According to your description, I understand that Outlook client cannot connect to Exchange server 2013 while one member of DAG failed.
    If I have misunderstand your concern, please do not hesitate to let me know.
    I want to double confirm whether all account store in MBX1 experience this issue, users in MBX2 works fine.
    Please run following command to double check the database status:
    Get-MailboxDatabase –Status | select Name,Mounted,MountedOnServer
    If it works in OWA, the issue may be related to Outlook side. Please run “Test E-mail AutoConfiguration” and “Outlook Connection Status” to get more details, expecial the setting of proxy server, it’s more helpful
    for further troubleshooting.
    Additional, please try to recreate a profile for testing. Besides, please move active DB back to MBX1.
    Best Regards,
    Allen Wang

  • Blackberry curve 8520 - can not connect onto internet

    Please help
    my blackberry curve 8520 O.S 5 can not connect onto the internet. It shows my wifi as connected but i can not use BBM or web browser. What can i do?

    OK, here's the direct link:
    http://btsc.webapps.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB02830
    And a copy of the page:
    Background
    Service books for the BlackBerry® Internet Service might need to be sent to your BlackBerry® smartphone for one of the following reasons:
    One of the service books is out of date
    The BlackBerry smartphone service book database has been cleared
    The original service books did not reach the BlackBerry smartphone
    Note: When you log in to your BlackBerry Internet Service account and change your personal identification number (PIN), a new service book is automatically sent to your BlackBerry smartphone.
    The service books can be sent to the BlackBerry smartphone using one of the following methods:
    Method 1
    The BlackBerry smartphone user can send the service books from the BlackBerry smartphone.
    For instructions, see KB15402.
    Method 2
    The BlackBerry smartphone user can send the service books when logged in to the BlackBerry Internet Service web site.
    Go to your wireless service provider’s BlackBerry Internet Service web site and log in to your account. For instructions on how to log in to the BlackBerry Internet Service web site, see KB03087.
    In the Settings menu, click Help.
    Click Send Service Books.
    Click OK.
    Method 3
    A wireless service provider representative can send the service books to the BlackBerry smartphone. Contact your wireless service provider for more information.
    Back to top
    Environment
    BlackBerry® Internet Service
    Back to top
    Additional Information
    A service book is created for each email account you have set up with the BlackBerry Internet Service, including your BlackBerry email account. Each service book appears on the BlackBerry smartphone as <account name> [CMIME].
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can not connect outside of Lan to with rtsp PVC2300

    I have the following cameras set up at my office
    1 - PVC2300
    2 - WVC54GC
    3 - AXIS 225FD
    I have a BEFSR81 Router
    I have a computer on Windows XP running the surv software to record.  Everything with that is good.
    I also have 2 desktops.
    I have been playing around with the rtsp feed with the pvc2300, but have run into a few problems.
    1(a).  I can not connect outside of the LAN with RTSP with either the VLC player or quicktime.  It connects and asks for a password and then just hangs.
    The PVC 2300 local address is 192.168.1.102 with ports 554, 5000-5010, and 6970-6999 forwarded on the router.  What am I missing?
    1(b) I can successfully connect with my blackberry bold, although when I try to change the default port (554) to something else (I would like to RTSP my the AXIS camera as well,  so I will need a different port) it connects on my bold, but then says server is unresponsive. What am I missing here?
    2.  The voice with the PVC 2300  using http outside of the LAN (internet) lags quite baddly and is choppy.  This happens without fail when I have all 4 cameras running, which I understand is upload bandwidth problem.  But it also happens when I connect to just the PVC2300.  I do have a connection to all 4 cameras inside the LAN to the XP running the surv software, but that is it. Is the my router acting buggy?  I have unplugged the router for 5 sec, and it fixed it for a while, but it always comes back.  I have donwloaded the latest firmware for the router and PVC 2300 and that didnt seem ot fix it either.  Suggestions?
    3.  This is more of a question.  I know the mobile streaming of the PVC 2300 does not include voice.  Is there an app or way that I can just get it to my Blackberry.  Even if I didnt get the video, voice is sometimes more important to me.
    I hope Ive been clear enough in my description, Im very self taught (google is amazing), but I am in no way a techy.
    Thank you in advace for your help.
    Colin

    Glad to hear you are successfully using the SWVMS16. That program is really cool and useful. I just cant tell you how that model of Linksys Router can work for you here (that is not a model we support on this community as its not small business)
    Regarding RTSP access, are you also including the mobile.sdp in the URL?
    RTSP:///mobile.sdp   I noticed in the camera GUI with the newer firmware, you can specify an access code under mobile settings after checking the enable mobile streaming box.  That word may be what you have to include, so check that too...
    Try this locally first and then remotely is the easiest way to see if you got it right, then it just becomes a routing or firewall issue to figure out.
    But your forwarded ports look right and should be opened.
    Under advanced settings, you can define an alternate HTTP, HTTPS or RTSP port

  • Can not connect computer to Cisco Connect -EA3500

    Can not connect computer to Cisco Connect -.Receive error msg 82BD0305. Reset to EA3500 to default and reinstalled software.

    Reading the manual it says the username is blank, password 'admin'.

  • Can not connect my wireless printer to the new router.

    Can not connect my wireless printer to the new router.

    Can you please provide details:
    1.  The make and model of printer
    2.  Make and Model of Wireless Router
    3.  Is your printer connection wireless to router or a cable to PC
    4.  What have you done or attempted to do to establish a connection?
    5.  Any further info to assist

  • Can not connect to Image Browser

    Can not connect to Image Browser. Try to open again but no results.

    Hi garyrandall,
    I'm sorry to hear of the difficulty you've encountered with the transfer of images from your Canon camera.
    Please reply with the Camera model you're using and the operating system on your computer.
    Please include any error messages you receive.
    We look forward to hearing from you!
    Richard
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Adobe cloud application manager - can not connect to internet

    To ADOBE - The Adode cloud Order no is DSSY006786009DT and is current
    The Adobe cloud application manager - can not connect to internet even though there is internet connection and says it might be time zone error but that is correct  - Sydney Australia
    Question:
         1. Is anybody else having this problem
         2. How do we fix
    I already changed the time zone east coast US - did not change anything
    Could it be a corrupt program - thus requiring to reinstall program Application manager
    I am using Windows 7.
    It has been like it for ten days - It asks to log in everytime I turn computer on
    All programs in Creative Cloud work
    Any suggestions and solution
    Online help and phone help had no solutions other than what I suggested - that is reload application manager
    Thanks for help
    Ian Cleland

    The Creative Cloud File Synching was just offline, should be online now again.
    See top off: http://forums.adobe.com/community/creative_cloud/creative_cloud_connection
    Maybe that was your problem.

Maybe you are looking for