able to connect to a different database 2 with 2 different password for sys...

Hello everyone, I had a weird problem. Different password for different database is connect in the same database. As you can see from downstairs... the different password is used to connect to 2 different times. One is the correct password for database (s3crds) con... and its logs me in the database proper (con)... but the 2nd attempt to connect to the database using a different database password (password for sys = ownerformts) is connect me perfectly well... in database design... but I use the mts database password... Why is this happening? any idea? is this related to the listener?

And oh by the way don't worry... the password I put here is different from that of the original password used on the server... wanted just to boost my problem... Please advise... we're 10.2.0.3, and hp - ux... there's no passwrod file...

$:/home/oracle> export ORACLE_SID=con
$:/home/oracle> sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 09:42:12 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

SQL> connect sys/s3crds as sysdba
Connected.
SQL> select * from global_name;

GLOBAL_NAME
--------------------------------------------------------------------------------
con

SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
$:/home/oracle> sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:03:32 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

SQL>  connect sys/ownerformts as sysdba
Connected.
SQL> select * from global_name;

GLOBAL_NAME
--------------------------------------------------------------------------------
con

SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options

$:/home/oracle> sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:11:13 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

SQL> connect sys/s3crds as sysdba
Connected.
SQL> select * from global_name;

GLOBAL_NAME
--------------------------------------------------------------------------------
con

SQL> select database_name from v$database;

DATABASE_NAME
--------------------------------------------------------------------------------
con

SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
$:/home/oracle> sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:11:51 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

SQL> connect sys/ownerformts as sysdba
Connected.
SQL> select database_name from v$database;

DATABASE_NAME
--------------------------------------------------------------------------------
con

SQL>
Published by: S2K on September 4, 2009 10:22

Hmm, this isn't a bug or something but just a dcumented and behavior quite right. You connect using operating system authentication. You must have an oradba group or dba including your username o/s (Fortunately we bearing the name of Oracle) would be a part of. Let the user be on that group and try again, it won't work. You won't be able to connect.

HTH
Aman...

Tags: Database

Similar Questions

  • How to maintain the different password for connection and PIA Appdesigner?

    Hi Experts,

    Can you help me how could maintain different passwords for the same user in the designer applications and PIA connection.

    According to my knowledge if the user exists in the psoprden table it could access Appdesigner and PIA. But how could give us differnty passwords for the same user while loggin to PIA and designer of the app?

    Thank you
    Yarli

    getyarli wrote:
    My friend had the same type of installation in its environment. And it is unclear how it was setup.

    He has been asked to use different password for connection Appdesigner and PIA, log in to the same user.

    Person working within a level LDAP (PIA) one directly to the database (AppDesigner)?

    Nicolas.

  • Can I set a different password for my online account, by email and on the linked account PC.

    Hello

    I think that it is on the windows system's huge security breach 8.

    I have 3 PC and all of them use the same password (password of account).

    My email is also using the same password too.

    If I want to buy items in the store windows, I need to use the same password again.

    Therefore, I don't want to make purchases of the Windows application because it is not secure.

    It is because if your computer gets hacked or something, the hacker is able to get all your information of all accounts linked to your on-line account (e.g., facebook, e-mail) and all your live account Details payments. They can also delete your account if the computer is a reliable PC.

    I hope that Microsoft is able to allow people to use different password for different purposes.

    i.e.

    E-mail

    Windows Store purchases

    Each Windows PC

    Manage the Live account

    I like the concept for windows 8, but I think they still have room to improve. So, I hope to contribute.
    If windows 8 store is safe to use, the store will work very well in the future.

    Kind regards

    Simon

    Hi Simon,.

    Thanks for the post and comments about Microsoft Community.
     
    I look you would like to know if you can use a different password for your online accounts and emails and on the computers.
     
    I would suggest that you can use different password for the same account on different computers. You must use the same password to buy anything on Windows Store. Windows Store is a secure store you can go ahead and make purchases from there.
     
    See the link given here for assistance:
     
    Tips for creating the passwords and strong passwords
     
     
    Protect your PC:
     
     
    My Outlook.com account has been hacked:
     
     
    Note: The link also applies to all Microsoft account.
     
    Feel free to write us if you have problems to Microsoft Windows.
  • Why is password for SYS and SYSTEM different

    I use 10g Express
    During the installation I created the password and I use it as a password with SYS, but it does not work with the SYSTEM

    (I'm with Windows 7 on AMD x 64)

    Thank you.

    Hello

    The SYS and SYSTEM password are asked during the database creation process.

    May be that a different password has been set.

    Anyway, as you know the password for SYS, you can change the password for the SYSTEM with the following statement:

    alter user system identified by ;
    

    Hope this helps.
    Best regards
    Jean Valentine

  • ATG CIM: Not able to connect to the JDBC database: thin

    Hi all

    I am trying to configure an ATG environment on windows boxes. Here is the configuration:

    VM1) DC - Windows domain controller (Windows Server 2008)
    VM2) javadb - Oracle 11 g (Windows Server 2008)
    VM3) javaweb - ATG 10.0.3 / wlserver_10.3 WebLogic / TomCat 7 (Windows Server 2008)

    Installation / installation of the progress
    * Installation of oracle 11g successful. Sample DB was created successfully.
    * WebLogic successful installation. Base_Domain was created successfully.
    * Able to create the successful connection to Oracle (javadb vm) TomCat (javaweb vm) and query data

    Error: when configuring CIM I get in > > 'not being able to connect to the database jdbc:oracle:thin:@javadb:1521:SampleDB @ scott'+ _

    Corrective measures already taken:
    (1) disabled firewall on all boxes
    (2) path added in Environment Variables (ojdbc6.jar) JDBC driver
    (3) tested Oracle 11 g (javadb vm) connectivity of Eclipse and Tomcat. Who is successful
    (4) deleted all the files under C:\ATG\ATG10.0.3\CIM\data to reset the CIM

    Please see the CIM details below:
    ===========================================
    CIM DISPLAY START
    ===========================================

    -ENTER CONNECTION DETAILS-
    Enter [h] ELP, ain menu [m], [q] ITU to exit


    Production base


    Select the Type of database

    * [1] thin oracle
    [2] MS SQL
    [3] iNet MS SQL
    [4] DB2
    [5] my SQL

    Select a > 1

    Enter the user name [[System]] > scott

    Enter the password [*] > *.

    Password > *.

    Enter the host name [[javadb]] > javadb

    Enter the Port number [[1521]] > 1521

    Enter the name of the database of [[sampledb]] > SampleDB

    Enter the URL of database [[jdbc:oracle:thin:@javadb:1521:SampleDB]]
    >

    Enter the path of the pilot [[C:/Oracle/Middleware/wlserver_10.3/server/lib/ojdbc6.jar]]

    Enter the name of the JNDI [[ATGProductionDS]] >

    -CONFIGURE DATASOURCE PRODUCTION CORE-
    Enter [h] ELP, ain menu [m], [q] ITU to exit



    [C] the connection Details - facts
    * [T] the connection Test
    [S] create a schema
    Import initial data
    [D] drop Schema
    [O] set up another source of data

    > T

    -TEST DATA SOURCE CONNECTION-
    Enter [h] ELP, ain menu [m], [q] ITU to exit


    Production base


    > > Not able to connect to the database jdbc:oracle:thin:@javadb:1521:SampleDB @ scott


    ===========================================
    CIM DISPLAY END
    ===========================================

    ===========================================
    BEGINNING OF LOG CIM
    ===========================================
    WARNING my Jul 23 22:46:25 IST 2012 1343063785645 atg.cim.worker.status.StatusUpdateValidator id nonswitchingCore-DatasourceConnectionTemplateStep Status is unknown.
    Mistake my Jul 23 22:46:32 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator IST 1343063792213 of 2012 is not able to connect to the jdbc:oracle:thin:@javadb:1521:SampleDB database: java.lang.ArrayIndexOutOfBoundsException - 1:-1
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.T4CTTIoauthenticate.setSessionFields(T4CTTIoauthenticate.java:948)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.T4CTTIoauthenticate. < init > (T4CTTIoauthenticate.java:225)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:358)

    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.PhysicalConnection. < init > (PhysicalConnection.java:538)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.T4CConnection. < init > (T4CConnection.java:228)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to java.sql.DriverManager.getConnection(DriverManager.java:582)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to java.sql.DriverManager.getConnection(DriverManager.java:185)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.BasicDataSource.getDriverManagerConnection(BasicDataSource.java:526)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.BasicDataSource.getDriverManagerConnection(BasicDataSource.java:588)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.BasicDataSource.getConnection(BasicDataSource.java:475)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.FakeXADataSource.getXAConnection(FakeXADataSource.java:671)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.MonitoredDataSource.createResource(MonitoredDataSource.java:837)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.resourcepool.ResourcePool.populateSlot(ResourcePool.java:2064)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.resourcepool.ResourcePool.checkOut(ResourcePool.java:1332)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.MonitoredDataSource.co(MonitoredDataSource.java:1792)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.service.jdbc.MonitoredDataSource.getConnection(MonitoredDataSource.java:1070)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.worker.databaseconfig.TestJdbcConnectionValidator.performTestConnection(TestJdbcConnectionValidator.java:319)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.worker.databaseconfig.TestJdbcConnectionValidator.validate(TestJdbcConnectionValidator.java:266)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:280)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:338)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.runner.Runner.run(Runner.java:152)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.runner.Runner.run(Runner.java:152)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.runner.Runner.run(Runner.java:152)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.runner.Runner.run(Runner.java:152)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.runner.Runner.run(Runner.java:152)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.Launcher.startCimFlow(Launcher.java:168)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator to atg.cim.Launcher.main(Launcher.java:68)
    Error my Jul 23 22:46:32 IST 2012 1343063792213 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator
    Error my Jul 23 22:46:32 IST 2012 1343063792218 atg.cim.worker.databaseconfig.TestJdbcConnectionValidator connection parameters initialization error. Test for the jdbc connection failed
    ===========================================
    END OF JOURNAL OF CIM
    ===========================================

    Any suggestion how to fix this problem. Thanks in advance.

    see you soon,
    Sandeep

    Published by: 948180 on July 23, 2012 23:29

    Environment variable PATH is for executables.

    Environment variable CLASSPATH's for the class files. Then create CLASSPATH as the variable name and place the path to your ojdbc.jar as the value for it

    -Kiss

  • Informatica Workflow not able to connect to the source database.

    Hello

    I completed the installation of OBI Apps.All test connections are working properly and I have also configured the relational connection in Informatica Workflow.The passwords, user name and connect string are correct. Tasks that need to connect to the source database fail always when I run an ETL. I checked the logs of these workflow session and he gave me following error:

    READER_1_1_1 > DBG_21438 Reader: Source is [UPG11i], [obiee] users
    READER_1_1_1 > CMN_1761 Timestamp event: [Fri Sep 05 18:01:37 2008]
    READER_1_1_1 > RR_4036 error connection to the database]
    Database driver error...
    Function name: logon
    ORA-12154: TNS: could not resolve the connect identifier specified

    Database driver error...
    Function name: connect
    [Database error: unable to connect to the database using the user [obiee] and the connection string [UPG11i].]

    DAC, I am able to connect to the databases. There seems to be a problem in relational connections. What are the drivers involved and where they should be installed.

    Help, please.

    Thank you and best regards,
    Soumya.

    It seems that the TNS Informatica file is pointing to is not the appropriate for your database entry. The the more safe thing to do is to verify that all the settings Oracle containing information in the source database.

  • With or without password for remote desktop connection

    Hi all ^_^

    I've got a trick (win 7) & PC (win el maestro)
    I am the only 1 using the tower and the PC for all, after that I created a password for the PC, I tried to log in it in the round using desktop connection remote and it worked, but now I connect the lab PC's get connected f and when I write the password in the computer to connect to the connection in the laboratory is an error or something like that!
    but now I removed the password until I have find a way to connect without having this problem
    can you help me with this?
    I read things on empty passwords and security policy and other things, it's about connecting a computer without password
    can you help me with this?
    I need the boring explanation if you can
    Thank you

    Hello

    You can do this, but I do NOT recommend it because in this case if someone has your IP address then could access your windows by using remote desktop. And people could use find find IP of random generator and when there is NO password can access. so please use password and the password to connect.

    However, you can configure the setting to connect with empty password:

    1) go to control panel

    2 Administrative Tools)

    look 3) to the local security policy

    (4) open and look for security options

    (5) then in account you will see something like "limit local account use of the empty password for console logon only

    (6) try to disable it and reboot your PC

    It should work, but as I said, it could put your PC in DANGER.

    By design remote desktop requires a password to connect safety precaution. The Remote Desktop user ID and password are the on the computer you want to access and control remote. The user ID must be an administrator or be a member of the remote desktop users group.

    https://SkyDrive.live.com/redir.aspx?CID=25ab668da65c8fbe&RESID=25AB668DA65C8FBE! 287 & Thierry = 25AB668DA65C8FBE! 118

    If you need create a password for the user ID you want to connect with the help of office remotely.

    Computer on which is the host of remote desktop, IE. the computer you want to access remote/control? It is not clear from your description, although I assume it is the office.

  • To connect by SSH slow to deal with the root password

    Strange question here, more than inconvenience cause really questions. I just did an install ESX 4 on a G5 BL680 vanilla. I enabled root ssh and sshd restared so I could connect and configure with PuTTY. In the putty session, after that I entered the root password, it takes about 50 seconds to complete the opening of session - every time... The same server by connecting with the ILO, it is as usual. There isn't any other slow once connected, just that. Other ESX hosts on the same subnet (ESX 3.5) do not have the same problem. I tried to restart sshd, restart the server. It has all the latest patches for ESX 4.0. Someone has an idea of what he does all this while?

    Thank you

    Randy

    Check if you have DNS configured correctly or at all.

    cat /etc/resolv.conf

  • Don't I have a different password for the security that my login?

    I am trying to remove the security of a document, but it asks me my password.  I typed my password several times with care, and he always tells me that it is a mistake.  I even changed my password to be sure, but not luck.

    When you attach a document, you must enter a password. When you delete the security, you must enter the password.

  • y at - it a different password for my installation of app creative cloud then for my creative cloud subscription

    @I can enter my subscription creative cloud, with my username and password, but when I try to download Adobe bridge, using the sign of creative cloud on my desk, they ask me once again a password, I tried to use the password for my creative cloud, but it doesn't seem to work... And I can't find a place to reset the password

    If you use a mac, it's probably your prompt of mac you asking your mac password.

  • I forgot the password for SYS of two databases (Oracle 11 g) running on the same PC

    Hi all
    I have 5 db to create on my pc, namely...

    oracle1
    Oracle2
    oracle3
    oracle4
    oracle5

    Note: these db were created in the same order.

    I forgot password of sys to oracle4 and oracle5 of the db.
    If I'm under method change sys password:
    "sqlplus/nolog '.
    Conn virtue sysdba
    alter user sys identified by < password >; " ,

    I'm always change password for sys to oracle5 db.
    How to change the password for the sys to oracle4 db?

    Thank you.

    under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb11g_home3--> oracle_sid = oracle3
    \KEY_OraDb11g_home2--> oracle_sid = oracle2
    \KEY_OraDb11g_home1--> oracle_sid = oracle1

    Well, you obviously have (at least) 3 separate installations of Oracle 11 g.

    In addition to the set the ORACLE_SID, you also need to set the ORACLE_HOME:

    set ORACLE_SID=oracle2
    set ORACLE_HOME=
    

    If this does not work, copy / paste the commands you've tried and the error you get.

  • Connecting to a remote database (slowed down) with the password file authentication

    Hi all

    I was wondering if it is possible to connect to a remote database is stopped (idle instance) as user sys with sysdba privileges? It is said in the Oracle book - one to page 210 in the section - operating system and the file password authentication:

    Connection with authentication by password file or operating system is always possible, any State of the instance and the database are in and it is necessary to issue commands to START or STOP.

    Above indicates that it is possible, but I can't do it.

    I managed to connect to the remote database that was in mode nomount (see below for more details).

    When I first tried to connect to a remote database (idle instance) using the password file authentication, it gave due to error:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 13:59:28 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:
    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of

    Enter the user name:

    After the start of the database in nomount mode I was getting following error:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 13:48:36 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections

    Enter the user name:

    Then I added the clause (UR = A) my listener.ora file and after that it work and I was able to connect:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 14:04:49 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:

    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options


    SQL >

    I have all the entries of necessairly in tnsnames.ora on my local host.

    Also, I have no problems when connecting as user sys with sysdba when the DB is open, but can't get it working on an idle instance.

    I know I can use OS authentication but want to know if there is a mistake in the book or I'm doing something wrong.

    Kind regards
    Dawid

    Edited by: 978239 2012-12-21 06:24

    I was wondering if it is possible to connect to a remote database is stopped (idle instance) as user sys with sysdba privileges?

    You can, but you need to statically register the database with the listener.

  • Connection to the remote database using Oracle 11 g Builder

    Hi all

    This could me stupid question, but I have installed Oracle Forms and reports 11g on Win 7 machine. I copied the file "tnsnames.ora' on the record ' ORACLE_HOME/Network/Admin". We use Oracle EBS R12 and I want to create a new report using 11 g.

    Using the report wizard after providing a simple query, we need to connect to the database. And even after the entry of TNS, I am getting error connecting to the database, following
    "REP-0501: the specified database can be connected.
    "ORA-12154: TNS: could not resolve the connect identifier specified.

    I am able to connect to the same database using the Report Builder (10.1.2.0). Is there another place where I need to set the TNS entry? How can I solve this error? Please guide...

    Kind regards
    Priyanka

    Hello

    In forms and reports 11g, default defined in tnsnames.ora is: ORACLE_INSTANCE\config.
    Please note that the ORACLE_INSTANCE is not the same as ORACLE_HOME.
    Example:
    ORACLE_HOME = D:\Oracle\Middleware\as_1
    ORACLE_INSTANCE = D:\Oracle\Middleware\instances\asinst_1

    If you set the admin TNS_ADMIN variable in the registry, you can point to a new location for tnsnames.ora

    Kind regards
    Alex

    If someone useful or appropriate please mark accordingly.

  • I am not able to connect to ePrint

    I am not able to connect to ePrint, after entering the user name and password a new window appears, advise to click on the connected HP. After clicking on the button I get error 404, page not found.

    Not either of the 5 applications that are installed on the printer, not working, by selecting I see apps update... Please wait and then cancel.

    Can anyone help?

    Thank you

    Hi hp323,

    Welcome to the HP Support forums.  I understand that you are unable to get to work on your printer Photosmart 7520 applications and that you can not connect to connected HP.

    Connected HP was rolled out for the United States and the United Kingdom.  Please try connecting HP ePrintCenter with one country other than the United States or the United Kingdom as your choice of countries (which can be chosen in the lower left corner of the screen, please see the screen capture below).  Who will stop the redirection to connected HP.  What happens, is that you try to connect to the USA/UK ePrintCenter, which automatically redirects.  Redirection is help the country from the computer and tries to redirect to HP related to your country and it fails because there is not a HP connected to your country.

    Regarding applications, HP is aware of the problem and working on a solution. It is recommended that you have your updates of product set to automatic on the front of the printer in order to receive the update as soon as it is available. If you wish to discuss with a phone support agent, please call HP Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region, please click the link below to find technical support for your country/region number.

  • user and password for the connection with the database command

    Hello

    I need to connect to the control of the database but I do not know the password for sys and system users, please, could someone tell me the password?

    Concerning

    need to order prompt (windows)

    cmd > set ORACLE_SID = 'database_name '.
    cmd > sqlplus "/ as sysdba".
    sqlplus > alter user username identified by password;

    You can change any user password by above the command using sys as sysdba or / as sysdba.

Maybe you are looking for