recreate the link db pvt without password

It will take place the change of password occurs every month for particular schema and we have links from db pvt created on this scheme.  We want to re-create the db again links whenever password change. Version of Oracle's 11g.

Is there any to recreate existing db link pvt without knowing the password (password) of the schema where the reset password frequently.

Hello

You can create the database links using "current user" style - in order to not specify a user or a password. If the source and destination game, then it will connect - see demo below. If you update the password on both ends at the same then the link continues to operate.

See you soon,.

Rich

SYS@db1 > create demo user identified by demo.

Created by the user.

SYS@db1 > grant create session demo;

Grant succeeded.

SYS@DB2 > create demo user identified by demo.

Created by the user.

SYS@DB2 > grant create session, create the link of database for demo;

Grant succeeded.

SYS@DB2 > conn demo/demo

Connected.

Demo@DB2 > create xx link of database using the 'DB1 ';

Database link created.

Demo@DB2 > select sysdate in dual@xx;

SYSDATE

--------------------

JANUARY 20, 2014 11:35:03

DEMO@DB2 >

SYS@db1 > alter demo user identified by new;

Modified user.

[oracle@]:DB2:[~]# sqlplus demo/demo

SQL * more: Production release 11.2.0.2.0 on Mon Jan 20 11:35:47 2014

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

Connected to:

Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

With the partitioning option

Demo@DB2 > select sysdate in dual@xx;

Select sysdate from dual@xx

*

ERROR on line 1:

ORA-01017: name of user and password invalid. connection refused

ORA-02063: preceding line XX

SYS@db1 > alter demo user identified by new;

Modified user.

Demo@DB2 > conn new/demo

Connected.

Demo@DB2 > select sysdate in dual@xx;

SYSDATE

--------------------

JANUARY 20, 2014 11:36:43

Tags: Database

Similar Questions

  • Forgotten password on the page of connection without password reset disk

    My laptop HP Pavilion G series, has no password reset disk. I forgot what the password was. I just with your help pulled up of the laptop HP log page. But without a newspaper in its difficult to prove. Can anyone help?

    Hello

    If you are running Windows 8 or 8.1, see the Microsoft page on the following link.

    http://Windows.Microsoft.com/en-GB/Windows-8/forgot-Windows-password

    Note:  If you have a Local account, or are running Windows 7, Vista or XP, try the free app here.

    Kind regards

    DP - K

  • Firefox will not email me link to reset my password.

    Mozilla has informed me 4 times they sent an email me the link to reset my password forgotten. Yet, I have not received e-mail. Others in the community have the same problem. But I don't see any solutions.

    Hi jfhuber,
    What account is this for? Sync, forum, character, etc.? I'd be happy to help, just to know that one.

  • PDF to open the link in a new window?

    I want to create a Word document with hyperlinks to a variety of PDF files. I then want to create a PDF file from the Word document with hyperlinks intact.

    That is the problem. The Word document PDF file has its links in the same window. I want the links to open in a new window. I created links in the Word document to open it in a new window, but when the Word document is converted to PDF, embedded links dispossessed of their property open in new window.

    I know I can manually set the user preferences in Adobe Reader not to open the interdocument links in the same window, but this is not the default.

    Y at - it a script that can be run when the first PDF file which opens automatically changes the user preferences so that interdocument links open in a new window? Or is it possible to easily change the links created during the process of Word-to-PDF so that links between documents open in a new window?

    Thanks for any help.

    JBrush

    If you don't mind spending a little money (after a free trial) take a look at Evermap Autobookmark, that allows to make all sorts of adjustments to the links and bookmarks without visiting each of them again.

  • Link to the top without password

    Hello

    The link to the top is fabulous and works well.

    But is it possible to use it without a password?

    We have a very secluded home network.

    See you soon

    Hello desktopbilly,

    HP Linkup support documentation

    "NOTE: HP LinkUp requires a user name and password to connect to the computer." If the current user account doesn't have a password, you're prompted to create one now. »

    Since it is a powerful tool that if it has been accidentally accessible could lead to a lot of questions, it is important that it is password protected access.

    Using HP LinkUp to access remote network computers home

  • Any way to recreate a link to 50 pictures at once without matching filenames? that is by replacing the links existing and just replace with new ones?

    I wonder if this can be done with a script in InDesign. I work in 2015 CC and am aware of mobility + select all the links in my control panel links, then click the 'Repeat' in order to recreate a link to each one in succession. But this method still requires me to click on the link I want 50 times, in order to link to these new images in the dialog box that appears.

    That I work with, it's an InDesign file that has 50 different related images, all the same size. They are all small JPEGs arranged in a grid. I create a PDF of each sheet of 50. I need to make several sheets, and each of the 50 images is unique and should not be repeated, so filenames are all unique, so why InDesign is unable (and in this case shouldn't) link to each of them by using the option 'search for missing links in this folder. In order to make each sheet, currently I have to select each JPEG link in the links Panel and manually connect it to a different file name, is not equivalent. It takes me some time.

    Is it possible to automate this process for I can select all 50 instances of links essentially and force InDesign be reprinted at 50 other, even in form and oriented files with no corresponding names, is one fell swoop?

    Hope that makes sense. Until then I will be here by clicking on

    This is easily achievable with data fusion. You must copy your file in an excel worksheet names and the column with the name "@ at the beginning, if InDesign will be acknowledged that they should be images." Then set up a module on the page, and you'll be ready to go.

  • Cannot connect through the ORA-01017 Invalid Username/Password database link

    Hello

    I have two virtual machines with Oracle 11 g 2 and one with Oracle 12 c installed on RHEL 6

    I wanted to install a dblink between the 2, but after you have created the dblink I get error: ORA - 01017 Invalid username/password

    Now, I know, the error is clear enough but when I try to connect using netmgr it works

    So just to summarize, Oracle 12 c, I'm trying to connect to Oracle 11 g using a DBLINK but I get ORA-01017

    Since Oracle 12 c, I created a new service so that I have the remote db alias in tnsname.ora and at the end of the process, when they ask for test connection, I can connect successfully to remote db

    Then I created a dblink according to the following:

    SQL > CREATE PUBLIC DBLINK LINK DATABASE to CONNECT to

    "hr""" IDENTIFIED BY ' password ' with the HELP of 'REMOTEDB ';

    If I then select * from employees@dblink, I get the error

    What I've noticed, it is that in the 11g (the target machine) I can not connect with OS authentication, don't know if its related

    If i: sqlplus / as sysdba I get ORA-01031 insufficient become

    I have to connect to the Linux box as user 'oracle', who is a member of the groups oinstall dba

    Am I missing something?

    Thank you!

    CHRI$ says:

    SQL > CREATE PUBLIC DATABASE LINK DBLINK TO CONNECT TO

    'hr' IDENTIFIED BY 'password' with the HELP of "REMOTEDB";

    You will probably have to create the link without containing the user name and the word in double quotes.

  • What kind of image is in a document. INDD so when the file is opened you get the message 'document contains 6 links to sources that are missing' and when you click OK to recreate a link to missing files, the document opens with the images?

    What kind of image is in a document. INDD so when the file is opened you get the message 'document contains 6 links to sources that are missing' and when you click OK to recreate a link to missing files, the document opens with the images? Missing images are not on my computer, but when the document opens the images are there. I can copy and paste the INDD images in Illustrator. Y files/images/I am able to copy and paste the images that have been incorporated into the INDD file in AI of the INDD file? If this is not what type of image am I copy and paste? Can I take the images that I stuck in there and place them in a new INDD document and have the images to reproduce without problems?

    The images could be anything - check the links Panel.

    What you see (and copy) is just the screen preview, not the actual image data.

  • Illustrator CC 2014 randomly loses the ability to recreate a link/link/site graphics

    I help troubleshoot a client who is having problems with Illustrator on his Mac (note: I'm not a person of illustrator, I just help troubleshoot)

    After opening some files .ai, she is able to recreate a link/link/location charts several times without any problems and then after some time (varies from 2 to 10 times), "Place" or "D-link" stops, bringing back to the top of the browser window.

    On another file, where the existing linked graphics (Qty 5) have been renamed, it asks to connect the first two and jumps to the top of the window navigation, but on the third, as soon as we click on recreating a link, it is not the browser pop-up window, but opens the file with the 3 remaining graphics not appearing do not.  Then we can try to recreate a link/place/etc and nothing happens.

    I tried to uninstall/reinstall including remove the plugins files and .plist files, removing recently added fonts, clearing the cache of fonts, disable plugins, disabling extensions, but nothing appears to fix it.  Installation is running on creative cloud, which is set up to keep the application up-to-date, so my suspicion is that a recent update of OS X or CC caused the problem, however the user could not identify for me how long his current summer.  OS X is yosemite and is up to date.

    Is the browser set up window to view "columns"? Set it to something else. "Cover flow" could cause problems as well, "list" should work.

  • Why do I see all of my passwords without the master-password with database synchronized with the PC who lit master-password?

    I use Firefox with Firefox Sync on different PCs and master password is set early when I started to use Firefox.

    Today, I installed Firefox for Android, allowed in Firefox Sync, open the Connections tab, "Show password" button waiting for my master password entry form and... I saw my password. And all the others.

    The password has never been typed on the keyboard of the Android. Firefox has never been installed on the phone before. How is that possible? Firefox stores my master-password in the web? It is very very bad. Now, those who steal my sync account can see all my passwords even without the master-password.

    Firefox for Android has no knowledge of the master password set up on your desktop Firefox. By pressing the button display the password displays the passwords.

    If you don't want to use a master password in Firefox for Android, you can implement that. Click the 3 menu point in the upper right corner, select settings, select privacy, select password main use and then choose a password.

    Passwords are encrypted before sending them to the service using your password synchronization Sync Mozilla's. The only data that Mozilla's Sync is fully encrypted and Mozilla or another party cannot decipher. When you connect to the synchronization of the encrypted passwords are downloaded and decrypted locally.

    If you want the details there is a ton of documentation to https://github.com/mozilla/fxa-auth-server#firefox-accounts-server follow the links several first for depth in explanation of the service.

  • Cannot get the password or re-establish the link. What should I do?

    Cannot get the password or re-establish the link. What should I do? Reset email is never sent. This master password"... How do you define? I'm locked out of Thunderbird. Help

    Maybe he's trying reset Pasword Thunderbird Master as I'm doing? I copy the code and paset in the console tools\error and press Evaluate. I wonder if I want to reset the Master PW and I say yes, then I get a saying that the Master PW has been reset. Maybe he's looking for an e-mail to tell him that the IPL has been rest to? But the problem is, nothing happens when the password has been reset, msg is sent. TB continues to request the password. I have not changed my PW and when I enter the good PW, TB does not recognize. And reset the PW Master does nothing but generate Pop up messages. It's very frustrating. The information in the help files are not accurate, or the code provided does not work although it generates messages indicating that the IPL has been reset.

  • cannot signin and asked the link change password and have not received. I asked at least 5 times!

    I understand the accounts settings before 2010 to reset password, but it's difficult if you can not receive the link to get the discount to zero fact. Please can we get this support. I made several request for the link, at least 6 in the last two weeks!

    Firefox account?

  • can't connect to my home internet income james ashley forgot it the link password does not work and the password I was given does not fit into the password box

    can't connect to my home internet income james ashley forgot it the link password does not work and the password I was given does not fit into the password box

    Are you sure that you do not have to register on this site through the usual way and what you should be used elsewhere on the site?

    Have you tried to contact them to help this topic or to check if they have a FAQ on this subject?

    I found this in another thread that you created [*]:

    I'm not sure do I bought a home income internet james ashley program and I copied the login info I was given and the password does not fit into the window of password and I forgot the link password does not work I sent emails, but do not receive an answer im don't know what to do is anyway you can help me to recover my info or help me change the password?

    I assume that you have downloaded and installed this program and need to use this password in this program or only you can use these data to download the program from the site james ashley?

  • Is that a way firefox will store the information of user name for a site without password information?

    some other browsers allow a user name to be automatically filled in and saved so you just enter a password. It seems that Firefox does not have this option. Is that a way firefox will store the information of user name for a site without password information?

    This works! Thank you very much.

  • not able to locate the link HERE, in this FORUM mozilla firefox, change my password HERE. How can I change my password for mozilla help forum (only one)?

    I want to be part of this mozilla firefox support community forum. That's what I call it: a help forum. but it's sorta a little ironic, don't you think (?) that I'm not able to change my password, here, on this forum.

    do you know how I can change my password for THIS website in mozilla firefox help? There is no link that takes me to this particular thing. It is not available in all the links that are related to my profile. If I can not log on in the future, what good is to join?

    Bellissimo! I am so grateful. It worked! I might suggest that a link to change your password is immediately visible at the top of page for new members of this forum.

    I am also very grateful with the rigor that you put into your response, because it gives me the way to mark this issue as being resolved, too. Be healthy and happy!

Maybe you are looking for

  • new tab page does not work

    When I opened a new tab page, the sites most used flash for a microsecond then disappear, leaving the page to the search as it's always looked. I looked for the icon of the PIN and couldn't find one, so I tried dragging a bookmark on it and I was jus

  • HP 15-ac082TX: warranty regarding

    What is a black dot on the display under warranty?

  • How can I remove synchronization of p/c

    Sync encounters an error when connecting: unknown error. Please try again. Preferences...I don't remove PC synchronization, no need for this.How do I do this or if I can't, I'll delete Firefox.Poor development if you cannot remove the software

  • Driver Wireless Laser Mouse (PA3706E-1ET1) problem software on Windows XP

    I have a Toshiba Wireless Laser Mouse PA3706E-1ET1 that gives a serious problem with the MouseDriver.EXE software provided on the CD with the mouse. * First release _ * _: when you install the driver on the CD I get an error message saying that they

  • Mac Pro power off

    Mac pro desktop turns off with the disc in the optical drive after 20 seconds and does not start