How to give users access to the database schema?

I have the following databases:

Running test of Oracle9i Enterprise Edition Release 9.2.0.6.0
Production is currently running Oracle9i Enterprise Edition Release 9.2.0.7.0

I created a user at the same time and on the production side, it works fine, but on the side of test, I get ORA-1017: name of user and password invalid. connection refused when I try to connect via my web application or when I try through sql more is not log to the side test but does for the Pb of the production.

How can I compare two users?
During the creation of my table, procedure, etc. scripts, I have granted access this even sure if the user has rights to the tables and other objects.

There is another main user account that is able to do everything that I need so I know it's possible, but need me something to allow my new user to connect.

Thanks for any help you can give me.

Published by: jerry8989 on March 16, 2012 08:10

jerry8989 wrote:
I have the following databases:

Running test of Oracle9i Enterprise Edition Release 9.2.0.6.0
Production is currently running Oracle9i Enterprise Edition Release 9.2.0.7.0

I created a user at the same time and on the production side, it works fine, but on the side of test, I get ORA-1017: name of user and password invalid. connection refused when I try to connect via my web application or when I try through sql more is not log to the side test but does for the Pb of the production.

How can I compare two users?
During the creation of my table, procedure, etc. scripts, I have granted access this even sure if the user has rights to the tables and other objects.

There is another main user account that is able to do everything that I need so I know it's possible, but need me something to allow my new user to connect.

Thanks for any help you can give me.

Published by: jerry8989 on March 16, 2012 08:10

"ORA-1017: name of user and password invalid; connection refused '.

Oracle is too easy to lie about it. It has noting to do with what privileges you have given to the user. There is never far enough to worry about privileges. Either you provide a user name does not exist, or you provide the wrong password for this user name. Period.

Tags: Database

Similar Questions

  • How to give full access to the port to laptop

    Hello! I need help.
    I get data using xbee connected to the port of the laptop. The problem is with the increase of baud rate, time of receipt does not increase as it is.
    My instructor told me that your com port does not provide complete space to your software (LabVIEW). My question is how to give full access to the com port to LabVIEW? Kindly help...

    Here's my vi... I put the 115200.But baud rate in labview so I get the data and it intrigues, it traces precisely after 8 seconds. But I put the shipment time less than 8 seconds, it does not trace accurately.

  • How do I give users access to the addition of other users and groups in weblogic * without * giving administrator rights

    Hello

    Before opening a SR Oracle for the same problem, just wanted to put it out there to see if we can provide a non administrator user access to the Weblogic administration Console so that it can log and ONLY add users and groups, but not change any setting in the administration console. We offer a personalized access? All grain specific to be accessible?

    Please don't give me the links where it says "give read-only access", giving "monitor."

    read only user cannot add new users/groups in the administration console. The administrator credentials can be provided to that user. It just has to be able to connect, go to security domains > myrealm and add new users and groups. nothing else.

    Please let me know.

    Thank you

    Dan

    Thanks Christian.

  • How my new users access to the data in the database?

    Hello

    I created a database with new users who will need to access the database, but as soon as I connect to one of the new users can't access tables or any of the data that I had inserted previously.

    Any help would be greatly apprciated!

    Thank you

    Rory

    (Running Oracle 11 g)

    As connect you to the database by default, you can only access your objects or object that you access directly by prefixing its owner. In your case, not only you must give the user but also needs prefix synonym/owner access rights to access these objects. for example

    user that has (you) have following things:

    EMP (grant select on emp to UserB ;)

    Dept (grant select on dept to UserB ;)

    User B

    Select * from UserA.emp;

    Select * from UserA.dept;

  • How to give some access to the system without giving local administrator access?

    Hello

    I'm looking for advice on how I can accomplish the following tasks without giving certain groups of rights of a local administrator on the server.

    • Ability to query the status of all Windows Services
    • Access WMI
    • Ability to read all the event logs
    • Ability of the State to the query of all services
    • Activation of remote PowerShell commands

    I need to give this kind of access to the servers are Windows Server 2008 R2, Windows Server 2008 Std Edition and Windows Server 2003.

    Advice and guidance would be greatly appreciated.

    Thanks in advance.

    Hello

    The question you have posted is better suited for the TechNet forums. Please post your question here.

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • Access to the database/schema to another server...

    Hello - I have a need that will require me to access additional information about a schema on a server that is different from what my APEX installation runs on (IE 3rd part of the data that is not part of the inherent schema that accesses the APEX)...

    My APEX server running version 3.2.1.00.11 on top of oracle 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production. We will call this server "A".

    The target server is currently an Oracle server, but will eventually migrate to a Teradata installation (no - I have no word to say in the matter!). We will call this server 'B '. No idea what versions in both cases.

    I understand that if I needed to access different patterns on the same server (IE Server A) it would be easy enough to do using grant statements.

    Also, I understand that to access a schema on server B, I could use a DBLink to do.

    My questions are:

    (1) oracle allow a DBLink to teradata? I found the following thread that seems to indicate that it is possible (or at least used to be - don't know if it's still a valid configuration) Re: Teradata to Oracle connection

    (2) is there another way to make this available external data source? A tech in our team 'Architecture COMPUTING"said DBLinks are not recommended or a best practice. He proposed adding the data source 'directly '?

    This thread (add multiple schemas in a workspace seems to speak of adding multiple schemas to a workspace, but I do not have access to this part of our oracle server (I'm only a workspace administration).)

    (3) if I create a view that accesses the tables through the DBLink to Server B when it comes to Oracle, and then update the DBLink to point to the new teradata server during the migration happens - it will break anything within the APEX?

    My hypothesis is that the table names are the same concerns only APEX that the view is valid and not what fuels the view.


    The rationale against using DBLinks gave me was that "it is not sensible for APEX down to the oracle database (its native underlying server/schema) to cross to another server and return to the oracle database that then went up to the APEX." It makes more sense for APEX to go straight to the other source of data. Normally, I would say that they (Apex/infrastructure) are the same server so it does not really matter that he might have to go through additional 1 'service' or 'interface', but this area is not my specialty.

    Also - I think that technically speaking our APEX service is already separated from its native schema/data on different servers (for load balancing), so in this case really maybe a middle Server Getting (IE Server APEX A-> native schema/data of the server where the DBLink might be-> server B) do an unnecessary extra jump (APEX Server A)-> server B. Note : I am sure that our architect does not know that this is the case, then it is not part of its raison d'etre.

    Thoughts?

    Thank you!
    Jim

    (1) there is a wide variety of databases that you can access from Oracle using the links to the db. The main purpose of a db link must provide connectivity between databases that are not consistent with the use of a certain type of driver or translator. Some databases provide native connectivity with other thing than their own products.

    (2) I would ask another dba from this source that he or she recommends, and if he or she has all the documentation. The long and short of it is (as I explained above) few providers of database provides native support for other database engines, which is needed for the kind of "direct connection" implies that person. My suspicion is that this person is an ODBC user and is equivalent to the use of ODBC drivers with "direct connection", which is far from accurate. ODBC only provides a generic interface to a database, at the expense of speed, functionality and efficiency thanks to the translation of the command and overhead.

    (3) oracle generally doesn't care about the back end of a connection to a different database and neither does APEX. As long as you can build a database to the database in question, shouldn't you have any problems ask these data, although only in a reduced performance due to air travel, networking, drivers, etc.

    Really, APEX is intended to be run against and integrates better with Oracle databases. If your main data is on another platform, APEX may not be the best solution for your needs.

  • How to give read access to the users in IOM 10 g only

    Hello
    I created a new group readonlyaccess in IOM 10 g. I have given-menu item 'Element menu to manage users' group. Dmade a user member of this group. Now when I login with this user, I am able to see the users menu-search item, but when I search users, then no results of the search are displayed. I'm not able to figure out where I am doing wrong or what Miss me.


    Please let me know if we can give only read access for end-users to IOM 10 g.


    Thank you
    Kalpana.

    Refer to this:

    {: identifier of the thread = 2148294}

    -Marie

  • How to give administrative rights for the domain users (user is outside organization).

    Hello

    How to give administrative rights for the domain users (user is outside organization).

    If the employee works in the company of xxxx but it supports the client project and is located on the place of the customer, but it does not use the client computer and not on the client domain as well, but the employee is in the company of xxxx must be given administrative rights to the computer. can someone help me on this ASAP.

    Thank you

    MURUGESAN Rudy,

    This issue is beyond the scope of this site and to make sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
  • I recently used a dvd + rw disk to back up my photos. Now when I put a dvd in my pc, why it will not display on the screen that's all there is, or how to give me access to it?

    I recently used a dvd + rw disk to back up my photos. Now when I put a dvd in my pc, why it will not display on the screen that's all there is, or how to give me access to it?

    Depends on what you used for the backup.

    If you used the windows backup or another backup software will contain the entire disk will be a backup file, and view/use this file, you use the same software that allows you to save.

  • How to determine the user who uses the database object

    Hello
    Currently, we are consolidating our databases. One of the steps is to understand that the user connects to the database at all. It's easy, we have implemented a logon trigger and save the information in a separate table.
    If a user with objects (tables, views, procedures) are - but that this user never connects to the database - which automatically means that these objects are not at all? Needless to say that's not true. But how do know us if a user has selected an object to this user?
    Our problem is that we have a lot of patterns in our database-, but the developers do not know if this schema is not used by an application or not (sad but true).
    To enable the audit would be a choice about whether or not an object is already used.
    Are there other possibilities?
    Any help would be appricated

    Rgds
    Jan

    VivaLaVida wrote:
    Hello
    Currently, we are consolidating our databases. One of the steps is to understand that the user connects to the database at all. It's easy, we have implemented a logon trigger and save the information in a separate table.

    It could be even easier by turning on auditing functionality.

    If a user with objects (tables, views, procedures) are - but that this user never connects to the database - which automatically means that these objects are not at all? Needless to say that's not true. But how do know us if a user has selected an object to this user?

    verification would be a good choice.

    Our problem is that we have a lot of patterns in our database-, but the developers do not know if this schema is not used by an application or not (sad but true).

    Don't know this that developer will be used/not used with the application.

    To enable the audit would be a choice about whether or not an object is already used.

    What is the problem in the audit?
    Even if the audit may have a footprint on the performance, which would be probably cheaper than any customized solution.

    Nicolas.

  • How to find the number of users connected to the database of the level operating system (Linux)

    Hi all

    Could someone knows how to find the number of users connected to the database without connection with sql * more

    y at - it a command to find?

    example, we have 10 databases in a server, how to find the number of users connected to the special data base without connecting to database(v$session)?

    the Oracle version:-10g, 11g
    Operating system:-OEL4, OEL5, AIX, Solaris

    any help will be appreciated.

    Thanks in advance.

    Thank you.

    Kind regards
    Rajesh.

    but you can say total number of connection with the above given the command? It would also be useful to know.

    See you soon,.
    LKM

  • How to get access to the database

    Hello

    I am trying to find a way to access the data base (not the customer database) business catalyst is there a way to do it?

    Or can I add my own database to BusinessCatalyst.

    I need to get access to the database because we have a contract with a company which provids us with news items every working day

    and they want to connect there system to the database.

    Danny gr.

    Hey Danny,

    The system does not work like that. There is no database that you can access in this sense. If you want to create news on your site yourself build a web application or to use the integrated blog.

  • Problem: Access to the database.

    Hello.

    I have a problem with my NI Multisim 12 (Student Edition). It installs correctly and correct registry also, but when I run the program it displays these messages

    "Problem: access to the database."

    The data are not available. Functions using the database will be unavailable. »

    And similarly for the database and database user.

    In the end, it shows this message:

    "Multisim has detected that the main database is not on the current user. Reinstall the program from the original media. »

    I have the original of 2012 Labview and Multisim 11 (from a myDaq) media.
    After that, I can place any component because the program cannot access data bases. I can open previous designs, but it is not properly simulate.

    I am the only user of the computer, and I am the administrator.
    I have a 64-bit Win7 with Core 2Duo 3 GHz.
    I recently installed Labview 2012, which includes this software, so I uninstalled previous Multisim.

    On the same computer without any problem, I used Mutisim 11. I tried to reinstall Mutisim 11, Mutisim 12, delete windows registry, remove files after installation, giving permission for all files and nothing works. Whenever I have reinstall Multisim it displays these messages.

    Please, help me!
    Any help, or anyone with this problem or similar, let me know also.

    Thank you!!!

    Once again, many thanks. I solved the problem just now. I need to change the windows registry, following the instructions in the link. Thank you
    PD: Do not use Ultralibrarian unless you have a non-free license! hehe.

  • How you allow users to choose the page layout

    I understand how to direct users to the format that you have provided for their visualization device but how do you let you choose?  For example, how would you allow a phone user access to the desktop version without being redirected back?

    When you open the menu of hyperlinks to different page layouts are in sections. Click on the link to the page of the section you want to direct your visitors to.

  • How can I restore and recover the database to a different server using RMAN?

    Hello Friend:

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Thank you

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Check this box
    * How to restore Rman backups on a different node when the Directory Structures are different [ID 419137.1] *.

Maybe you are looking for