Ora-01034 for users other than oracle

Hello.
I am having an issue when trying to connect through SQLPLUS with users that aren,t oracle user. Database instance is mounted, opened and working fine, listener also is up and running. I,m able to login without any issues with oracle user as follow:
[oracle@LX-TSC2 admin]$ sqlplus metro_ctl/metro_ctl
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Oct 26 08:30:44 2013
Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Release 10.2.0.4.0 - Production
SQL>
But if I try with another linux user, I get errors:
[metro_ctl@LX-TSC2 ~]$ sqlplus metro_ctl/metro_ctl
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Oct 26 08:31:58 2013
Copyright (c) 1982, 2007, 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
ORACLE_SID, ORACLE_HOME, PATH are already defined as enviroment variable for user metro_ctl:
[metro_ctl@LX-TSC2 ~]$ echo $ORACLE_SID
TSC
[metro_ctl@LX-TSC2 ~]$ echo $ORACLE_HOME
/oracle/product/10.2.0/db_1
[metro_ctl@LX-TSC2 ~]$ echo $PATH
/home/metro_ctl/fuentes/java/classes:/home/metro_ctl/fuentes/java/lib/classes12.zip:/home/metro_ctl/fuentes/java/bcprov-jdk14-128.jar:/usr/java/j2sdk1.4.1_01:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/metro_ctl/bin:.:/oracle/product/10.2.0/db_1:/oracle/product/10.2.0/db_1/bin:/oracle/product/10.2.0/db_1/lib:/home/metro_ctl/pipe:/home/metro_ctl/bin
I am able to login without problems with user metro_ctl if I specified that SID at the sqlplus :
[metro_ctl@LX-TSC2 ~]$ sqlplus metro_ctl/metro_ctl@TSC
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Oct 26 08:34:42 2013
Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Release 10.2.0.4.0 - Production
SQL>
But I don,t want to specified the SID since it is already specified in the enviroment variable ORACLE_SID, I want to login just using 'sqlplus metro_ctl/xxx'
In case needed, I paste the following:
[oracle@LX-TSC2 admin]$  ps -ef|grep pmo
oracle   24463     1  0 06:32 ?        00:00:00 ora_pmon_TSC
[oracle@LX-TSC2 admin]$ cat tnsnames.ora
# tnsnames.ora Network Configuration File: /oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
TSC =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = LX-TSC2)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = TSC)
[oracle@LX-TSC2 admin]$ cat listener.ora
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = TSC)
      (ORACLE_HOME = /oracle/product/10.2.0/db_1)
      (PROGRAM = extproc)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = LX-TSC2)(PORT = 1521))
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
[metro_ctl@LX-TSC2 ~]$ tnsping TSC
TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 26-OCT-2013 08:37:56
Copyright (c) 1997,  2007, Oracle.  All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = LX-TSC2)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = TSC)))
OK (0 msec)
Any help will be appreciate.

Hello.
I finally did solved my problem   . I want to thank to all the people who tried to help me with my issue. I am now able to use sqlplus without using SID at the end:
metro_ctl@LX-TSC2$ sqlplus metro_ctl/metro_ctl
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Oct 26 13:41:51 2013
Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Release 10.2.0.4.0 - Production
SQL> select * from cat where rownum < 7;
TABLE_NAME                     TABLE_TYPE
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I solved it doing the following steps:
1)Log on as root and change permission.
bash-3.00$ su Password:
# umask 022
# cd $ORACLE_HOME
# chmod 755 *
# cd $ORACLE_BASE/admin/$ORACLE_SID
# chmod 755 *
# cd $ORACLE_HOME/bin
# chmod 6751 oracle
# exit

Similar Messages

  • USERS OTHER THAN ORACLE DEFAULT USERS IN DATABASE

    Hi,
    I want to get users other than default oracle users.I used the below query still i get default users
    select username from dba_users where username < >'SYS' ;
    DIP
    MDDATA
    ORACLE_OCM
    SCOTT
    SYSMAN
    CTXSYS
    DBSNMP
    EXFSYS
    XDB
    SI_INFORMTN_SCHEMA
    ANONYMOUS
    DMSYS
    WMSYS
    ORDSYS
    OLAPSYS
    ORDPLUGINS
    MDSYS
    MGMT_VIEW
    SYSTEM
    OUTLN
    I want users that are created how to get that.
    Pls help me with the query.
    Thnx

      1* select username, created from dba_users order by 2
    SQL> /
    USERNAME                 CREATED
    SYSTEM                      15-AUG-09
    SYS                      15-AUG-09
    OUTLN                      15-AUG-09
    DIP                      15-AUG-09
    ORACLE_OCM                 15-AUG-09
    DBSNMP                      15-AUG-09
    APPQOSSYS                 15-AUG-09
    WMSYS                      15-AUG-09
    EXFSYS                      15-AUG-09
    CTXSYS                      15-AUG-09
    ANONYMOUS                 15-AUG-09
    USERNAME                 CREATED
    XDB                      15-AUG-09
    XS$NULL                  15-AUG-09
    MDSYS                      15-AUG-09
    ORDSYS                      15-AUG-09
    SI_INFORMTN_SCHEMA            15-AUG-09
    ORDDATA                  15-AUG-09
    ORDPLUGINS                 15-AUG-09
    OLAPSYS                  15-AUG-09
    MDDATA                      15-AUG-09
    SPATIAL_WFS_ADMIN_USR            15-AUG-09
    SPATIAL_CSW_ADMIN_USR            15-AUG-09
    USERNAME                 CREATED
    SYSMAN                      15-AUG-09
    MGMT_VIEW                 15-AUG-09
    APEX_030200                 15-AUG-09
    APEX_PUBLIC_USER            15-AUG-09
    FLOWS_FILES                 15-AUG-09
    OWBSYS                      15-AUG-09
    OWBSYS_AUDIT                 15-AUG-09
    SCOTT                      15-AUG-09
    IX                      07-MAY-10
    BI                      07-MAY-10
    SH                      07-MAY-10
    USERNAME                 CREATED
    HR                      07-MAY-10
    PM                      07-MAY-10
    OE                      07-MAY-10
    DBADMIN                  07-MAY-10
    BONGO                      22-MAY-10
    USER1                      30-AUG-10
    SAM                      29-SEP-10
    40 rows selected.
    SQL> SELECT USERNAME FROM DBA_USERS WHERE CREATED > TO_DATE('2009-09-09','YYYY-MM-DD');
    USERNAME
    USER1
    BONGO
    DBADMIN
    HR
    SAM
    OE
    SH
    PM
    BI
    IX
    10 rows selected.
    SQL> still confused?
    Handle:      newbie
    Status Level:      Newbie
    Registered:      Jul 1, 2010
    Total Posts:      57
    Total Questions:      44 (40 unresolved)
    so many questions & so few answers.
    Edited by: sb92075 on Oct 14, 2010 10:15 AM

  • CUIC 8.5 Unable to "choose collection" for users other than Admin/Superv

    Hi,
    When login with any user other than the admin, I'm not able get any entry in the "choose collection" drop down menu for any type of report. While investigating it seems this is restricted by the option Security / User Permissions / System Collections (UCCE). I can see how all the teams has assigned the admin user for read, exedcute and write. In addition also the supervisor of the team is added to the list and I have checked and confirmed that the supervisor can get the collection of his/her team.
    There is a list on the right hand side to be able to add additional user permissions however when I try I get the error "System Collections (UCCE) permissions can't be modified". Obviously having just the supervisor of the team being able to list their team is not good enoguh and I would expect changing the permissions here is possible.
    Has anyone come accross this problem or do you have any tips before openign a TAC case?
    Thanks
    Isidro

    I should also note something that I did that I think may be causing the default wiki and blog theme to not appear. In Server Admin, selecting Web, then going to Settings and on the Web Services tab, I changed the Data Store path to:
    /Library/WebServer/Documents
    I did this thinking it would create the html pages in the directory that the placeholder page was indicating that I should put my web page, but I think that is wrong, now. Does anyone know the default path for the data store?

  • Run the startup script (start and stop) with a user other than oracle

    hi
    I wrote a script that stops and start oracle. the connection to the db was done : sqlplus "as sysdba".
    The script works fine if oracle user runs it. however, I need another user to run this script also. The script does not run with this user even though I added it to the oracle group.
    any idea please?

    try the -c option with the su like this:
    su - oracle "-c scriptyouwrote.sh"
    greetings

  • Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.

    Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.
    Actual accounts & contacts need to be route around 2000 & 3000 but we have observed lakhs of records routing into local DB.
    We have verified all the Assignment Rules, Views.
    We ran docking object visibility rules and we have observed that some other accounts are routing due to Organization rule passing. (these records are not supposed to route).
    Version Siebel 7.7.2.12,
    OS Solaris.

    let me know what would be the reason that 1st million takes only 15 minuts and the time goes on increasing gradually with the increase of dataYes that's a little strange. I only can guess:
    1. You are in archivelog mode and the Archiver is not able to archive the redo logs fast enough
    2. You don't use Direct Load and DBWR ist not able to write the direty block to disk fast enough. You could create more DBWR processes in that case.
    3. Make a snapshot of v$system_event:
    create table begin as select * from v$system_event;After the import run
    create table end as select * from v$system_event;Now compare the values:
    select * from begin order by TIME_WAITED_MICRO descwith the values given you by
    select * from end order by TIME_WAITED_MICRO descSo you can look where your DB spent so much time waiting for something.
    Alternativly, you could start a 10046 trace on the loading session and use tkprof.
    Dim

  • How to create user other than 'sa' to connect database server in SAP SBO

    I want to ask how the step for create user other than 'sa' to connect database server in SAP SBO? Until now I use 'sa' (default) for connect to database server in SAP SBO application.
    Can I do that?

    You may create multiple SQL users to give full right to B1 database instead of using 'sa' user.
    However, the preferred way would be by Use Trusted connection when you set the connection to SQL Server. In this way, you just need one more user for SQL.  A group of window users could use this SQL access to connect database server.
    Thanks,
    Gordon

  • Aspects for stuff OTHER than logging

    Hi,
    Does anyone out there user AspectJ for anything other than logging concerns? I'm interested

    Hi,
    Does anyone out there user AspectJ for anything other
    than logging concerns? I'm interestedI wonder if the question isn't "Does anyone out there use AspectJ?"
    /k1

  • Report on PO's raised for vendors other than fixed vendor

    Hi
    Is there any report which gives list of PO's which are raised for vendors other than fixed vendors
    We are maintaining sourcelist
    we need a helath report which gives list of POs in which buyer used other than fixed vendor
    Thanks

    hi,
    In sap there is no one common report availlable for this. you want to develop a customized report for this.alternate solution is  get the one time vendor list in MKVZ trx. pass the values in me1l trx where you can get the desired result.
    Regards,
    velu

  • Hi gurur's in BDC for recording other than SHDB any process is there

    hi gurur's in BDC for recording other than SHDB any process is there

    Hi,
    I think as such there is no other process. You can do the recording through transaction SM35 as well, go there and click on new recording. You can do the recording this way also but this is not different from SHDB.
    Reward if this clarifies your doubt.
    Regards,
    Lalit Kabra

  • My macbook fell off the couch and now everything on the display is double and slightly transparent. Is there a fix for this other than getting it replaced?

    My macbook fell off the couch and now everything on the display is double and slightly transparent. Is there a fix for this other than getting it replaced?

    Only an Apple Store or an authorized Apple Service Provider can determine if a repair is economically justifiable. It may be as simple as a dislodged display cable.

  • Patch and administer oracle with different user id other than "oracle" user

    Hi Friends,
    This is question about oracle on Windows. Can we patch and administer all parts of oracle with differnt user id than one from which we installed?
    Example, If we install an oracle from user "oracle" than can we install patches or other admin work including backup and everything with user "a" ,"b"?
    Doen't it need to be a same user for pacthing and other critical administration work?
    help me understanding this with an example.
    Thanks in advance.

    Its always good to patch Oracle with the same user from which you installed the user. Oracle sets certain permissions or modifies the DCOM settings when you install the Oracle from a certain user which would not be same for other user. So It is always recommended to use the same user for patching.

  • ORA-01034 creating new database with Oracle 8i for NT

    Hi everyone!
    I've succesfully installed Oracle 8i Stanard Edition 8.1.6 on a server Intel with 256 Mb Ram and Windows NT Server 4.0 with SP6a. I've succesfully created a standard database but if i try to create a custom database the creation stops with ORA-01034 error: Oracle not available. Can anyone help me?
    Thanks
    Luca

    That error message usually represents the fact that Oracle is not running. Check the task manager services tab and see if Oracle is running.
    It can be configured to start automatically if it is not already.

  • Ora 01034 for nt

    -From the docs: ORA-01034: Oracle not available
    -Cause: Oracle was not started up.
    -Possible causes include the following:
    The SGA requires more space than was allocated for it.
    The operating system variable pointing to the instance was improperly defined.
    I've been tried the first but nothing has been happened.
    The second i don't know i must procede!!
    Can someone help me!
    Thanks a lot.
    Enzo

    Enzo,
    Try to extend your system table space.
    Regards

  • ORA-01034 Could not connect to Oracle company database

    Well I am even unable to connect from windows 98 as well from linux server machine where database is installed !
    My dbstart is opening the datbase, lsnrctl is working okie, it is showing the services for orcl database, tnsnames.ora is okie.
    But when i try to connect using sqlplus from the linux machine or from 98 machine thro' telnet or enterprise manager of 98, it is giving error ORA-01034 oracle not avaiable.
    Any guidence.
    You can also mail me on [email protected]
    I am using oracle 8i 8.1.6
    Thanx in advance,
    Naimesh Trivedi
    null

    The problem is OBIEE server not able to read the tnsnames.ora file. That depends upon the what you set as ORACLE_HOME. that can be find with tnsping command at command line. Follow this article about setting up oracle home and oci drivers
    http://oraclebizint.wordpress.com/2007/10/03/oracle-bi-ee-101332-identifying-oracle-homes-for-oci-drivers/
    please make sure that your DB-home is the first entry in your PATH environment variable.
    Have you created TNS_ADMIN environment variable. Create a environment variable TNS_ADMIN which maps to location where tnsnames.ora file located.
    let me know if you are not able to load after this steps.
    - Madan

  • Is there other adobe apps that are available for tablets other than apple?

    I see that there are several apps that are available for apple users. And I didnt know that photoshop was available to other devices until now. Either i am blind or it isnt as advertised.
    Is photoshop the only app available to other devices other than apple?
    Also, are these apps available to those who have the creative cloud subscription? or do you have to buy the mobile apps?

    Adobe apps on Android. Apps like Ideas and Kuler used to be there but not sure why they were eventually pulled. Not enough interest, maybe? (I believe Kuler eventually went free for iOS.)
    You have to buy the apps outright since those are closed electronic marketplaces that have no mechanism to connect to another marketplace (like Creative Cloud). The consolation is that if you stop subscribing to Creative Cloud, you'll keep any apps you've bought.

Maybe you are looking for

  • Pictures in right order. Finder issue? iTunes issue?

    I'm trying to sync exported pictures from Lightroom to my iPhone/iPad. I have them in a folder in Finder (don't want to use iPhoto or Aperture) and syncing it that way. I need them to be synced in Z-A order (as I have managed to get my finder in that

  • Optical drive will not eject

    My Satellite A205-S5814 optical drive will not eject when I press the eject button. Before this problem started, the drive would eject, but sometimes a blank screen would immediately appear after the tray ejected and then the computer would restart i

  • Update GlobalAddressList on domain workstations

    Hello, Most of my domain users sees an old GAL on their Outlook clients. Thus, Whenever I add a new user/mailbox, most of the users can't see the new user's email address. I'm using Exchange 2010 Version: 14.03.0158.001 [PS] C:\Windows\system32>Get-G

  • Add Iso image in the Pxe sever of WDS

    Hello sorry for my bad english. Is there any solution to add an iso image (boot cd like "utltimate boot cd")  in the PXE menu of WDS ? Thanks a lot

  • The caller can not hear my voice on iphone 4

    I have got a Iphone 4 that was working till recently.All of a sudden my phone started playing up.The caller cannot hear my voice.some local expert suggested that it could be the soound chip.Is there any solution for this problem?