Can't connect to my database problem with listener or tnsname help urgent

Hi here are the problems i get
sqlplus scott/tiger@CHUCKY
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 13:51:24 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
Here is my config :
ID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = CHUCKY)
(ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
(SID_NAME = CHUCKY)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
# tnsnames.ora Network Configuration File: /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1//network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
CHUCKY =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = CHUCKY)
(INSTANCE_NAME = CHUCKY)
(GLOBAL_NAME = CHUCKY)
(HS = OK)
I can't figure out what's wrong I have created database with dbca script giving
sid=chucky
globaldb name = chucky.rss-global.com
I don't know what to do
lsnrctl services listener
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-MAR-2006 13:54:41
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.1)(PORT=1521)))
Services Summary...
Service "CHUCKY" has 1 instance(s).
Instance "CHUCKY", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:3 refused:0
LOCAL SERVER
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
The command completed successfully
Oracle is started and the listener too.What can i do?

Ok I have changed environment rules
oracle@debian:~$ env|grep ORACLE
ORACLE_SID=CHUCKY
ORACLE_BASE=/home/oracle
ORACLE_HOME=/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/
But now even if i connect
oracle@debian:~$ sqlplus SCOTT/tiger@CHUCKY
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:30:37 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
or
oracle@debian:~$ sqlplus SYS/tiger@CHUCKY as SYSDBA
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:31:15 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
I am not sure but I think scott user is maybe locked by default.
The problem to verify that is that I can't connect no more to oem, I only could the first time after creating CHUCKY database with emca .
Connection refused, my computer doesn't make a listen on theses addresses, it only made a listen on it the first time I had created database.
I don't know to reactivate it .
http://localhost:5500/em
http://localhost:1158/em
iSQL*Plus HTTP port number =5560
Enterprise Manager Console HTTP Port (test) = 1158
Enterprise Manager Agent Port (test) = 3938
Enterprise Manager Console HTTP Port (chucky) = 5500
Enterprise Manager Agent Port (chucky) = 1830
So I don't know exactly what the problem is oem is no more accessible so I can't change permission or reactivate scott user and it is said permissions denied when doing sqlplus as sysdba.

Similar Messages

  • Can I connect to SAP database directly with ODBC?

    I need to read data from SAP and write them into ms sqlserver. I wrote a RFC in SAP and used VB.NET to call RFC. I wonder that the RFC efficency is very slow while reading a great lot data. RFC also cannot support complex condition string, and it cannot fetch my data flexibly.
    I found that the user who was included in a user group "db<sid>adm" could connect to db2 udb with ODBC in VB6.0 or VB.NET. I also can use the SQL sentence to get data flexibly.
    Please tell me whether I can use this user to read (just using select sentense) data from DB2 UDB directly, or whether I can use the newly created user to get data. Will this method cause any problem ?

    > Will this method cause any problem ?
    Pretty likely: yes, it will.
    You may want to read this thread Retrive Data From SAP Using C Language first (and the blogs I refered to in it).
    What it boils down to is: you're trying a super-low-level access to data in order to perform a high-level business data exchange.
    You could as well hex-read the data files of the database or the blocks from your hard disks.
    There are a bunch of options to remote access data in SAP systems and maybe your RFC can be tuned to better support your needs.
    But don't move over to the 'dark side' of direct database access
    regards,
    Lars

  • Since downloading iOS 5 I'm having major issues connecting to wifi, same problem with my iPhone 4. help?

    Ever since downloading iOS 5 yesterday i keep losing wifi connection on my iPad 2. When it's working the wifi holds for about a minute and then it goes again. I didn't have any problem before the download. Any suggestions would be gratefully received, thanks

    I haven't gotten a new sim card because the problem has been presenting itself in various cards not only mine. So far, all I've done is reset my network settings.
    Last night, I turned off the 3G tab and it had all the signal bars. Today, I did the network reset and it's working apparently. But like I said before, previously the bars just disappear and the iphone only has the 3G activated.

  • Problem with DBMS_DATAPUMP package ,need help urgently!!

    Hi everyone
    I'm trying to export data with PL/SQL DBMS_DATAPUMP package.
    But I can't export data properly so far.
    If anybody know slutions these case and errors what I explained,
    pls help me.
    1. when I use ADD_FILE Procedure, and set parameter of file type as logfile
    then execute ORA-26535 error code returned as error.
    but if I didn't set on filetype that error didn't returned.
    2. when I execute package what I made, I could make DMP file but
    strange named tables also made on Database which I use.
    I don'(t why these table made it.
    table name-----SYS_EXPORT_TABLE_01,SYS_EXPORT_TABLE_06
    I attach my command under the below,
    CREATE OR REPLACE PACKAGE BODY ETL.PACK_KHJ006_filemake IS
         PROCEDURE Filemakeprocess IS
              dir_name          VARCHAR2(50);
              dfile_name          VARCHAR2(50);
              dlog_name          VARCHAR2(50);
              file_handle          NUMBER;
         BEGIN
              dir_name     := 'PLSQL_DIR';
              dfile_name     := 'KHJT001_backup' || TO_CHAR
    (sysdate,'yyyymmdd') || '.dmp';
              dlog_name     := 'KHJT001_backup.log';
              --file_handle     := DBMS_DATAPUMP.attach
    ('KHJT001_BACKUP');'KHJT001_BACKUP'
              file_handle     := DBMS_DATAPUMP.OPEN
    ('EXPORT','TABLE',NULL,'backup');
              DBMS_OUTPUT.PUT_LINE(dfile_name);
              DBMS_DATAPUMP.ADD_FILE
    (file_handle,dfile_name,dir_name);
         -     DBMS_DATAPUMP.ADD_FILE
    (file_handle,dlog_name,dir_name,DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
              DBMS_DATAPUMP.METADATA_FILTER(file_handle,'INCLUDE_NAME_EXPR','= ''ETL.KHJW001_changep");
              DBMS_DATAPUMP.SET_PARALLEL(file_handle,2);
              DBMS_DATAPUMP.START_JOB(file_handle);
         END;
    END;
    Thank you for your help

    What version of the database are you running? It seems to be working as expected for me (9.2.0.3).
      1  declare
      2    jobno binary_integer;
      3  begin
      4    dbms_job.submit( jobno, 'foo_proc();', sysdate, 'sysdate + (1/24)' );
      5    commit;
      6* end;
    scott@jcave > /
    scott@jcave > column last_date format a20;
    scott@jcave > column next_date format a20;
    scott@jcave > select job, to_char(last_date,'dd-MON-yy hh:mi:ss') Last_Date, to_char(next_date,'dd-M
    ON-yy hh:mi:ss') Next_Date from user_jobs;
           JOB LAST_DATE            NEXT_DATE
             1 25-NOV-03 05:06:39   25-NOV-03 06:06:39
    Elapsed: 00:00:00.00As an aside, are you really rebuilding your indexes every hour? On most systems, index rebuilds are completely unnecessary. On those systems where they are necessary, I can't imagine that it would be useful more than monthly.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Problem with PrintWriter...HELP URGENT !!!

    I am sending a String to the server using PrintWriter object.It is throwing NullPointer Exception while i try to,can u please help.
    out.println(loginCommand); ///error occurs here
    out.flush();
    Please if someone can help.

    DONT WORRY!!
    The problem is probably very simple to solve. I'd recommend you check where you've initialised you PrintWriter Object (called 'out'). Make sure its been initialised (ie you've created it by calling 'new') otherwise don't be surprised if you receive this error.

  • Calendar. Annoying pop-up message with Using calendar OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.

    Using calendar in OS X Mavericks. When it tries to connect to iCloud it gives me VERY annoying pop-up message, that it can't connect and that server responds with CalDAVAddSubscriptionCalendarQueueableOperation: 400.
    Help me please, really need my calendar!

    Hello Steve
    The simple and quick fix is right-clicking on that little Safe icon in the system tray (near the system clock) and choose Stop Backup/Synchronization. Do you see that icon?
    Turn it on and off as needed. Did this work for you?
    Scott

  • How can I connect to a database from ipaq with cldc??

    how can I connect to a database from ipaq with cldc??

    Hi Again
    There is a library by Mimer which allows you do connect to a Mimer SQL Server, don't know must about it, but here is a link.
    http://developer.mimer.com/
    If that doesn't suit you, I suspect that you will have to use some sort of proxy solution. Either by creating a servlet to accept the sql string you want to send, or by creating your own custom proxy server running J2EE. The servlet or the proxy server must be able to receive an SQL String, do the query to the actual database and return the results in some sort of format to the mobile device. Maybe just a space delimited string.
    Hope this helps
    -Daur

  • 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 I connect to MySQL database

    sorry for my English...
    I'm absolutely new in Flex
    can I connect to MySQL database?
    I read here that I need to create a java class file and edit
    an xml to create connection to oracle, can I connect to MySQL
    server too, I think that the PHP-XML is too slow to work with lare
    amounts of data... so can you post me MXML, the XML, and the JAVA
    class file, with I will be able to send sql to mysql server and get
    the response?
    or FDS is a stand-alone SQL server?

    Flex is not a SQL server.
    The Flex SDK and compiler supports developing applications
    that run in the Flash player.
    Flex Data Services is deployed as a Java web application that
    simplifies integrating Flex clients with Java server-side resources
    (including interacting with SQL databases via Java).
    FlexBuilder is an IDE for developing Flex apps.
    I'd recommend spending some time browsing the Flex product
    area on adobe.com.
    Best,
    Seth

  • Error "DATABASE PROBLEMS WITH TABLE MC11VA0HDRSETUP"

    Hi Friends,
    I got the following message when am trying to delete the setup tables.
    " Error DATABASE PROBLEMS WITH TABLE MC11VA0HDRSETUP"
    Am trying to delete the setup tables for application '11', but it gives me the above error. I have gone throug similar threads but it did not solve my issue.
    Please can anyone provide a solution.
    system detials:
    R/3 release    - 4.6c
    PI                 - 2004_1_46c
    SAP_BW      - 30B
    PI_BASIS     - 2003_1_620
    Any information will be appreciated
    Thanks,
    VBR

    Hi Kishor,
    Thanks for your reply.
    I have gone through that SAP Note 456102 and it was not of much help for our issue because we are ahead of PI that is mentioned in the note.
    Can you send your email id so that i can forward the error screenshots.
    Regards,
    VBR

  • Can't connect to the database after 1-2 day, Named Pipes Provider, error: 40,Microsoft SQL Server, Error: 121

    HI
    I have a problem. I can't connect to the database. It said : 
    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 121)
    When I restart the server, I can connect normally. But after 1-2 days, it can't be connected. 
    How can I fix this?

    Hi Lee,
    Please refer to the following article to configure SQL Server 2005 to allow remote connections:
    http://support.microsoft.com/kb/914277/en-us
    Regards,
    Elvis Long
    TechNet Community Support

  • TS1368 I can't connect to the iTunes store with my Apple TV. I can see what movies are on offer but when trying to access my account i am advised "Can't connect to server" (times out).

    I can't connect to the iTunes store with my Apple TV. I can see what movies are on offer but when trying to access my account i am advised "Can't connect to server" (times out).

    I have the same problem with my 3rd gen Apple TV. I can preview iTunes movies, stream from my Mac, Airplay from my other devices but I cannot rent a movie on iTunes. Every time I try I get "Can't connect to ITunes" and "Unable to sign in". Had technical support review the problem over the phone and they agreed to send me a new one. Same problem. Interestingly enough my 2nd gen Apple TV works just fine.

  • IF YOU CAN'T CONNECT TO THE MUSIC STORE WITH ITUNS5.0.1

    IF YOU CAN'T CONNECT TO THE MUSIC STORE WITH ITUNES5.0.1 TYR GOING TO THE DOWNLOAD SECTION ABOVE GO TO PAGE 2 AND DOWNLOAD BONJOUR AS A STANDALONE IT WORKED FOR ME. BEFORE NOW ALL I GOT WAS NETWORK HAD TIMED OUT.AFTER I DOWNLOADED BONJOUR IT WORKS FINE NOW SEE IF THIS HELPS ANYBODY ELSE.

    What kind of advise is this, call up Nokia Contact Centre? They can not fix the most simplest problem and the customer service just lacks big time. I spent 3 days trying to get my OVI Music fixed! The best is they don't know what they hell is going on. I even explained in so much detail what is happening with my account and all they recommend is try logging in after 30mins - 1 hour (what on earth do they do at their end just press some keyboard buttons like they doing something?)
    The most common thing I would have done is (if I was a Nokia employee) contact the relevant team and tell them majority users still can not login and they tried but still failed to login and then escalate the problem with them and make sure this issue gets seen to and promptly fixed but nooooo we got lazy and crazy employee here too just like the customer service it just shows the whole team is one shattered company falling to bits bit by bit unless they get their act sorted and help the customers, which makes the difference!!!

  • Can I connect Azure SQL Database from Project Siena ?

    Can I connect Azure SQL Database from Project Siena ?
    I want to connect Azure SQL Database of Office 365 SharePoint's Access App from Project Siena.
    Access App's Database is Azure SQL Database.
    and can connect to Excel/PowerBI/etc.
    Access App's Database can connect from specific location / any locations.
    Access App's Database can allow read-only connection / read-write connection.
    I want to create Windows App connected to Access App's Database.
    Regards,
    Yoshihiro Kawabata.

    Hi Yoshihiro,
    Could you share more with us about the high level scenario for what you are trying to accomplish offline? We can discuss further at
    [email protected]
    Once we are done, we will definitely share our findings with the community.
    Thanks!

  • I can't connect anymore on Game Center with my account on the Ipod Touch of my girlfriend, I sign in then it ask me the password of my girlfriend's account and automaticaly log me on her account... What can I do?

    I can't connect anymore on Game Center with my account on the Ipod Touch of my girlfriend, I sign in then it ask me the password of my girlfriend's account and automaticaly log me on her account... What can I do?

    Is the camera damaged? Could be a hardware problem.
    Try:
    Close the Camera app in the multitasking bar, then try again.
    Restart/Reset/Restore your iPod. In that order.

Maybe you are looking for