How to ignore requests for password when creating the DB with the DBCA shel scripts

When generate a database with scripts automatically passwords DBCA asks 1 2 times at the beginning and 1 initializing ora.ini DB.

I should replace the lines as
Connect "SYS" / "' & & sysPassword ' as SYSDBA"
with the password that is real because it's a public password to test databases.

P. S.
If these questions are not apropriate and a burden for the cmmunity you can inform me.
Up to now, if I can't find something on common search keywords, I add it, believing it to be a contribution to the knowledge base of the Oracle communities

I found the solution. As MarkDPowell has pointed out, invited because ACCEPT input so have to comment on it.

And I can pass my own password public as a variable to SET - http://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm#1008884

P. S.

I'm trying not to let the non-answered son.

Tags: Database

Similar Questions

  • How to eliminate requests for password Keychain with a log in

    Whenever I connect to Macbook Air multiple popups request password to keychain for different public services. How can I stop this from happening?

    Reset your keychain

    Keychain Access > Preferences > reset my default Keychain

  • I would like to request my password when I first open Thunderbird.

    My hard drive crashed and I lost my address book and archives, etc. When I reinstalled Thunderbird on a new hard drive, I entered my password. Now when I open Thunderbird, he doesn't want my password as it did on my old hard drive. I just want to change the setting, so I did not enter a password when opening Thunderbird. How it is my question.

    Second question-2-3 months before the hard drive crash I did a copy and paste of this hard disk backup. Can I used to find my address book and lost archives?

    Thank you.

    Noah Klein

    RE: password
    You must select the option for Thunderbird to remember passwords when creating the account.

    You can delete stored passwords:
    Tools > Options > Security > passwords tab
    or
    Menu icon > Options > Options > Security > passwords tab

    • Click "Saved passwords"
    • Click "Show passwords"]
    • Choose passwords of the mailbox and smtp for e-mail account.
    • Click 'delete '.
    • Click "close".
    • Click OK to save the changes.
    • Close Thunderbird
    • Wait for the background process to finish
    • Restart Thunderbird.

    He should ask password.

  • How do I reset my password when I did not have access to an old email?

    How do I reset my password when I did not have access to an old email?

    Go to Adobe Creative Cloud

    Hello

    Please see account Adobe ID and login troubleshooting

    Hope that helps!

    Kind regards

    Sheena

  • What happens when "Still waiting for network when starting the computer and logon" is enabled and that the computer is not connected to the network?

    In MMC, I created the group policy and found through web search that computers with mapped network drives can connect better if "always wait for network when starting the computer and logon" is enabled...  So far, it has been very nice to have allowed.  Is no longer mapped network drives see the place as disconnected.  But what happens if the computer is not connected to a network?  Say the wireless router will turn off and your computer always 'wait... '. "turned on, should the user could still log the computer timely?

    Check these:
    Troubleshooting intermittent slow connection or slow start of http://blogs.technet.com/b/instan/archive/2008/04/17/troubleshooting-the-intermittent-slow-logon-or-slow-startup.aspx
    Priority and group policy processing
    http://TechNet.Microsoft.com/en-us/library/cc785665%28WS.10%29.aspx
  • I bought the photo Illustrator and ask the Adobe site plan for individuals with credit cards, but to date I have not received the confirmation email. How can I contact for more information on the good end of the order?

    Hello 11/18/2015 I bought Illustrator photo and ask the Adobe site plan for individuals with credit cards, but to date I have not received the confirmation email. How can I contact for more information on the good end of the order?

    Your subscription to cloud shows correctly on your account page?

    If you have more than one email, you will be sure that you use the right Adobe ID?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    .

    If Yes

    Some general information for a subscription of cloud

    Cloud programs don't use serial... numbers you, connect you to your cloud account paying to download & install & activate... you may need to sign out of the cloud and restart your computer and log into the cloud for things to work

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • Assignment of roles to the user when creating the user

    Hi all

    I gave a roll deposited (< dsp:input bean = "ProfileFormHandler.value.roles.role" maxsize = "30" size = "30" type = "text" / > on the registration page.) After registration, each field in db except role (table dps_role).
    Pls let me know what I am doing wrong.

    Thank you

    You should not assign roles to the user as 'ProfileFormHandler.value.roles.role' of 's profile. You can link formhandler property to which you can pass the name or id of the role that you want to assign role assignment must always route through safety ATG API in order to properly update the mappings of Homeland Security. Because of these dependencies, you should not try the role of simply call profile.setPropertyValue ('roles',...) The code cannot fail this way, but if you assign the role in this way then it may not work as expected when checking for role based privileges. Here's one possible way to do it:

    1. in your file properties formhandler declare a dependency on the directory of the default user, which by default points to the profile database:

    userDirectory = / atg/userprofiling/ProfileUserDirectory

    So, in the form Manager, you declare corresponding setUserDirectory() and getUserDirectory().

    2 then in the formhandler, get the DirectoryPrincipal objects associated with the user profile and the role you want to assign and then assign the role to the user:

    import atg.userdirectory.UserDirectory;
    import atg.userdirectory.DirectoryPrincipal;
    import atg.userdirectory.User;
    import atg.userdirectory.Role;
    import atg.userdirectory.DirectoryModificationException;
    
    import java.util.Collection;
    import java.util.Iterator;
    
    ..
    ..
    
    private boolean assignRoleToUser(String roleName, String userId) {
    
      UserDirectory userDirectory = getUserDirectory();
      DirectoryPrincipal userPrincipal = userDirectory.findUserByPrimaryKey(userId);
      DirectoryPrincipal rolePrincipal = userDirectory.getRoleByPath(roleName);
    
      User user = (User)userPrincipal;
    
      Collection collection = userDirectory.getRoles();
    
      boolean status = false;
    
      Iterator iter = collection.iterator();
      while(iter.hasNext())
      {
        Object obj = iter.next();
        if(obj instanceof Role) {
          Role role = (Role)obj;
          if(roleName.equals( role.getName() ) && user!=null) {
            try {
              status = user.assignRole(role);    //will return true if the role was added otherwise false
            }
            catch (DirectoryModificationException e) {
           //handle exception
            }
            break;
          }
        }
      }
      return status;
    }
    

    In the code above 'roleName' parameter is the name of the role to be assigned to the profile with the id as "userId". If you want to do the role assignment when creating the user, then you can do the things above in postCreateUser() so that you can get the Principal associated with the profile. For more information about the interfaces and classes used here, you can refer to the documentation of the API of the ATG.

    http://docs.Oracle.com/CD/E26180_01/platform.94/APIDoc/ATG/userDirectory/package-summary.html

  • Win2k3 Server IIS SChannel event 36871 "a fatal error occurred when creating the SSL server credential information."

    To make a long story short, I went to use client software that I use a few times a week and it would not connect to the server, complaining not found or number of SSL.  When research various dcom, schannel errors errors in the event logs and a few others, I systematically over the last 24 hours cleared up the boot is so now clean (no time starting network on startup and no message on the service could not start).  It seems that something has happened a month ago after that the server crashed where at least the first DCOM messaged presented themselves, but everything has been working well until it didn't.  The dcom patches end up having to do with the ...\rsa\machinekeys (and the way that it) had a few "account unknown" in it, I cleaned everything that (at a time since I removed all items in this folder, but then put their subsequent return (by crushing all except 2 after creating a new certificate), had to reinstall virtual server and iis 6) , at some point as well.  In any case, I'm at the point where everything works (no event log errors/etc) from startup until you try to connect to the IIS 6 Server using https:... at this point, you get the event SChannel 36871 "a fatal error occurred when creating the SSL server credential information." (no additional information) is connected and the client browser cannot access the site (you can keep trying and it does not work but no event log entry more).  So that's where I'm sitting, http: works fine, https: No.  Certificate appears in the default Web site correct, said valid and possesses the private key, port 443 is there, all addresses by default, netstat shows port 443 same process id as the port 80.  I can't find a copy of SSLDiag do test to see if that prove something?

    So I need help what is not going to get this new job of fixing.  What should I do?

    Thank you!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. Appropriate in the TechNet forums. Please post your question in the TechNet forums.

    You can follow the link below to ask your question:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope that helps!

  • ODI-40837 ERROR: an error occurred when creating the schema

    Hi I'm testing a file xml server and receive the following error message.

    ODI-40837 ERROR: an error occurred when creating the schema: ODI-40738: SAXException has been surprised by reading the model saying: expected 'DOCTYPE '.


    JDBC URL jdbc:snps:xml?f=C:/Projects/prd.xml & ro = true & DOD = YES

    could someone help because I can not find any blog or documentation on this error?

    Thank you

    Published by: user626688 on May 31, 2013 13:26

    There seems to be a problem with your xml file. Please work with channel support to investigate this issue.
    You can also view the details of settings xml driver to http://docs.oracle.com/cd/E28280_01/integrate.1111/e12644/appendix_xml_driver.htm#CHDECBHH

  • How can I check for dates that are the same for today.

    If I have a bunch of dates in a datetime colum. How can I check for dates that are the same for today.
    "For example, this value of days would be ' #dateFormat (now (),"mm dd yyyy") #

    The best I could come up with was:

    Select * from data where data.userID =
    2635 AND
    "Convert (varchar, dateAdded, 101) = ' #dateFormat (now (),"mm dd yyyy") #


    How can I get this to work smart peeople :)

    It is best to make the comparison on the datetime values. One technique is to get the current date at midnight. Then add one day to get tomorrow's date. In your sql query finds all values is greater than or equal to today and less than tomorrow.

    One solution is to do everything in MS SQL

    WHERE the dateAdded > = convert (datetime, convert (varchar, getdate(), 112), 112)
    AND dateAdded = dateAdd (d, 1, convert (datetime, convert (varchar, getdate(), 112), 112))

    Another option could be to use CF to calculate dates:


    WHERE the dateAdded > =.
    AND dateAdded<>

  • 'main' arguments when starting program - how does communicate requests for file to Windows programs?

    Someone know what Windows up or sends to a program when it is first started? I don't know yet what to look under. In particular, if I double click on a document (say a data file that I generated with my LabWindows/CVI program) and I have my default program for this file under Windows, how is my program knows it when it starts? (I.e. a double-click on a Word document starts Word and opens this document.) In addition, what happens if my program is already running? No doubt, Windows sends a message to the programs telling them that the user has requested to open a file of the appropriate type.

    Windows passes the name of the file you clicked on the application as a command line parameter: the attached program lists simply all the command line arguments received in order to check how it works. I did a few tests by creating a '. '. XYZ"file and then associate this program with it. Then, I created a new operation 'Print', defined in this way:

    and received the correct settings, I simply double click on the file and when I click right on it and choose 'print '.

    (Note: argv [0] is always the name of the program itself: command line options, if any, starts at index 1).

    I can't say anything about your second question: I know that the CVI has a way to see if another instance of the application is running (see the CheckForDuplicateAppInstance command in the utility library), but I don't know how it is implemented.

  • Firefox keeps asking for password when I send emails

    Firefox version 35.0. When I open Firefox and do pass on messages, no problem. When I write an e-mail and send it, Firefox asks me password. I am able to send and receive e-mail while open. If I close Firefox and open, it ask password when I send. Months ago, I changed my password to connect to Netzero.com (which made more secure). Since then, I had this annoying password request. How to satisfy the password login server for receive/send emails?

    Is it asking for the password, or the web site of Firefox? The only time that
    FF you will be asked a password is if you have the active master password
    in the Password Manager.

    Open the Password Manager. There is a search bar on top of the
    page. Enter the name of the site. Press the button view passwords.
    What's the correct information? Note: maybe more then one entry there.

    Left on the icon in the address bar. A display of site information window should appear. Select more information. At the top of the window, select Security. Now select passwords saved view.

  • Ask for password when the computer starts

    While I start my computer, directly a black screen comes with password request. Even I press the keys to boot options. Please give me the Solution

    Hard to tell from the description given, but it sounds like you or someone may have set a BIOS password - http://www.howtogeek.com/186235/how-to-secure-your-computer-with-a-bios-or-uefi-password/

    If this is the case, you need to (a) remind, or (b) to reset or delete. Search the www for possible solutions.

    If this is not the case, i.e. This is not a BIOS password, can you provide more information to allow someone else to help you, i.e. when it actually appear in the startup process or possibly to join this post a picture of the screen, so you can see.

  • Windows 7 does not ask for password when password protected sharing is on.

    Hi guys,.

    I'm no stranger to permissions etc as I work in it, but it confused me after 4 hours of messing around.

    I'm trying to make sure that when I share a file on my home network that windows requires a password in order to access what it is not doing.

    The following conditions are true for both machines:

    Are windows 7 Home premium

    Have file sharing enabled on each respective network adapter

    Are members of the home network

    Are both on the network, called "WORKING group".

    Assistant file sharing was turned on and off then to make sure it wasn't an influence, it is currently off as he auto-actions the user root folder.

    Network discovery is on

    File sharing and printer is on

    I tried the two combinations of sharing folders public or not, but is currently disabled.

    Streaming media is off

    Password protected sharing is on

    Tried the two combinations of user accounts and passwords to connect to other computers. (This is currently set to allow windows to manage)

    So I won't list them the public parameters are not relevant.

    I put one hand on my laptop remove 'Everyone' and 'administrators' only have my own authorized account which is be an administrator.

    My other machine but I still seem to be able to open and access the folder. I tried to change advanced sharing permissions and security settings to exclude any group that can be let my other pc on the network but so far still no prompt for password.

    I even went to regedit and apply the following on both machines:

    1. Open Registry Editor (Start search - regedit)
    2. navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    3. create a new DWORD value with the following properties: NAME: LmCompatibilityLevel
    VALUE: 1
    4 reboot your PC and try again to establish the connection.

    Can anyone help?

    Thank you people!

    I think I've cracked the question:

    I created a new account admin on my PC and the first time I tried to access anything, I got the password. I don't have it a second time.

    I then removed and put in the passwords and then disconnected cache and back in and asked again the password.

    I tried the same thing on my other account, but it has not yet requested.

    It turns out that even on another computer, if you have the same username and password that it automatically authorizes for good once you enter the network password first.

  • How can I ask for password on XP programs

    I don't need a password to access Windows on my laptop.  However, I want to restrict access through passwords to programs on my computer like Outlook Express, My Documents, etc.  How can I do this?

    It is best to password for your computer to do this, and if other people use your PC too, you could account for them or create alamaison account if there is no comments.

Maybe you are looking for