The login page of EM lost just after password changed

hi,
recently, i changed the passwords of SYS, SYSTEM, SYSMAN. when i tried to manage the system through a browser again, i found there is no way to login EM then. I tried to change the passwords back to the previous passwords which created during installation, I wrote 'alter user SYSMAN identified by abc-123' within the sqlplus window and run the statement, but i got a message: 'ORA-00922: missing or invalid option'.
so, how can i change back the password for the system users?
or, what should i do after passwords changed, so that let the login page come back?
thanks!
----guo.

This is because you haven't made changes in emoms.properteis file because password used by the oms are located in the
$ORACLE_HOME/sysman/config/emoms.properties files
Any way problem is curable
1 Go to DBHOME/bin ,Issue comamnd
alter user sysman identified by "abc-123",
2 Go to OMSHOME/bin
emctl stop oms
3 change the repository password by using comamnd setpasswd oms ,
4 Start the oms and try to login again
This is not supported way of changing the passsword , You should use the configuration ui to change the password for the Management Services and Repository target. That is the correct, supported way of setting the password for that target.

Similar Messages

  • How do I customize the login page?

    Hi, floks:
    How do I customize the login page?
    Can I just create a page with login portlet in it? what do I put as on Success URL,
    if I choose to go to the home page?
    thanks.
    null

    You can create a page and add a login portlet to it.Make it accesible to public.
    change the default page of the user "public" to the page you have created.(by default it is WELCOME)
    if there is an error in the user name or the password entered the portal still navigates to the default single-sign on page.(You have not changed the sign on page still)
    To change this page look at on-line help.
    search with string "customize" in online help
    null

  • I cannot connect to the login page of my banking websites for Firefox but can from IE also firefox does not close when I shut it down I have just done a clean instal of windowsws7 and teh problem persists on reinstall of FF3.6.13

    I can connect with my banking websites but the login page will not come up. This is a recent occurrence and I have done virus scans and have also recently done a clean instal of Windows 7. The problem persists. I can connect to any other website with no problems. When I close FF it appears to close and Task manager shows as not running but it will not reopen. If I attempt to uninstall I am told that FF is running and needs to be closed. I have to reboot to get to close and be able to reopen.
    I can connect to the bank sites with IE. However I really don't like IE.
    I am using Win7 Professional on a Sony notebook VGN SZ55

    I don't have an answer, but I experienced the same problems trying to set up an airport express to route traffic to my stereo.
    Apple Extreme router, iMac and laptop all worked just fine for months, upon installing Airport Express (step by step, according to instructions), all **** broke loose. Airport Utility was unable to see my Airport Extreme router, after hours of rebooting computer, cable modem, router, and finally a hard reset of the Airport Extreme router, it is finally recognized by Airport Utility again.
    Recreated network, iMac connects to the internet just fine, laptop (Macbook Air) connects to the network just fine, but will not connect to the internet. Network diagnostics does not help, it gets to the "do you have a router? If so, reboot" stage, and never seems to see the router.
    Any suggestions?

  • Not able to get the login page after installing 12.1.1

    HI,
    i am not able to get the login page after installing in the 12.1.1. when i accessed from client machineo.Please help me in fixing out this problem.
    Thanks,
    venkat.

    Hi,
    What is the OS?
    What is the error message?
    Any errors in Apache/Database log files?
    Thanks,
    Hussein

  • When i open my computer the login page comes up and then goes dark right away.  i have to shut down and turn on to get to work.  just a month old mbp 15.  just started it today.  any suggestions.  software says it is up to date.

    when i open up computer the login screen comes up and then goes dark right away.  can't do anything with it.  close lid and open up and it comes up again and then goes dark.  i have to shut off and restart to get through the login page.  then seems to work untill i close lid again.  just started this today.  software is up to date.  using a month old mbp 15.  any suggestions?  thanks.

    You could try wiping the hard drive and reinstalling the OS and all your programs.
    Did you install any programs yesterday?
    If not it may be best to take it to an Apple care center and have it checked out. Take it in while it is asleep so you ccan show then what is happening.

  • Unable to  get the login page after upgrade from 11.5.10.2 to R12

    Hi ,
    We are unable to get the login page after upgrade from 11.5.10.2 to R12, all the services are up and running.
    Pls let me know if someone has come across this issue.
    Thanks&Regards,
    Apps DBA

    Hi ,
    After compile JSP files manually , now we are facing problem after logging.
    Error : You have encountered an unexpected error.
    Thanks&Regards,
    Apps DBA

  • After the login, the portal displays again the login page

    Hi,
    After Portal Installation the login doesn´t work. The following occurs:
    After the login, the portal displays again the login page with its input fields empty.
    Thus, I can´t to login on the Portal!
    Thanks

    Ricardo: are you accessing Portal using a IP address ? or a domain ?
    When I tried access by IP adress had a similar problem.
    perhaps....
    saludos.
    Leandro

  • When i connect to a wifi netwrok it connects just fine ..but the login page doesn't load and then i get the error cannot connect to login page because to many redirects occured

    when i connect to wifi  network the login page doesn't load and an error msg pops up sayin login page can't open because too many redirects occured and i get the same exact error msg with safari over wifi and with any application connecting to a wifi ( windows live messenger, skype, yahoo....)
    can anyone help me plz??
    thanks

    I got the same error the other day.  I'm not 100% sure what it is but I turned WiFi off, then back on again, and reconnected without the error.

  • How to insert an username from the login page to the form page

    Hi friends,
    I created one database apex application in which it consist of three pages...
    1)login page----->1
    2)form page along with report page(in same page) i.e. i created a report region within a form region
    3)form page(this page appears when i click the edit option in my previous report page
    (i.e.) my 3rd form page depends upon my 2nd report page, as soon after i click the edit option of each and every row in my report which is in 2nd page it has to go to the corresponding 3rd form page for making an updations in each and every row...
    I have created my above listed applications....
    But the scenario for me is since the login page contains two fields, that is
    user name:
    password:
    so i will be giving my name in the user name and also respective PW for accessing to my 2nd and 3rd page in my application...
    Since my 2nd form page consist of following fields like
    *) user name---------->
    *) assigned to
    *) status
    *) start date
    *) priority
    so my requirement over here is soon after i logging into my application through the user name and PW into second page, while coming to the second form page
    my user name field in my 2nd form page has to get inserted automatically with the user name that i have entered in the login page...
    example: my user_name in login page is :harry
    after going into the second form page with the user name "harry"
    the field of my 2nd form page "username" has to get automatically generated with the name "harry"
    Whether it is possible friends to do this in my application....i doesn't have any idea of it...Kindly help me friends to solve my scenario...please explain each and every steps in detailed manner...
    Since the user_name: harry, is of I got from the admin side as a developer for the workspace......
    Thanks in advance
    Harry....

    Hi Karthik,
    I made the following changes that you said, but there is just a one change in it...
    You told these changes
    Source Used: always, replacing any existing values in session state.
    Source Type: Database column
    Source value or expression: (respective column name)
    and in Default: u need to give-----> &APP_USER.(exactly the same including the full stop)....
    Thanks for your help Patel....I just worked and inserting for me in table of the corresponding user name who login.....

  • Firefox does not automatically load nor find the login page for a public network (i.e. username and password)

    To log in on a public network without a password-key (not secured), a user login is required.
    After connecting to the network, the browser, upon opening it, normally automatically loads the login page, in order to enter a username and password and connect to the internet.
    Firefox doesn't find the login page automatically, so I need to switch to google Chrome just to log in to the network.
    Does this have anything to do with user settings in the options of firefox?
    Any ideas?
    thx!

    Hi,
    You can try setting the login page as the [https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page Home page] and choose to '''Show my home page''' beside '''When Firefox starts:'''.
    Alternatively, and/or to preserve your current settings you could also pin it as an always present one-click away [https://support.mozilla.org/en-US/kb/what-are-app-tabs App tab].

  • Problems with the login page

    I just finished a fresh install of Oracle XE 10g. When i browse to http://127.0.0.1:8000 (changed the default port) I get the license agreement saying "accept by installing or pressing the accept button" How do I get rid of this to login?
    The only way I can login is by getting to this page, which it took me to at one point after the installation: http://127.0.0.1:8000/apex/f?p=4550:11:1851844547778358::NO:::
    So how does one go about accepting the license agreement when there is no accept button - and I already installed the software?
    Thank you,
    -Matt

    That's just a display of the license agreement. The login page is always at:
    http://127.0.0.1:8000/apex
    (You have to put the directory on there)
    ~Jer

  • My laptop won't go past the login page

    When I turn on my laptop and go to log in with my password. My screen doesn't move forward, it just gives that multi-color background and then after 3 min brings me back to the login page again. It has not fallen and nothing has happened to it. I have tried restarting it
    several times.
    Thanks

    Gave it a go, didnt work will just take it to the store !

  • When I get to the login page on my macbook, I type in my password and it starts to load, but then the screen turns blue and it goes back to the login.

    When I get to the login page on my macbook, I type in my password and it starts to load, but then the screen turns blue and it goes back to the login.
    Iv tryed this numerious times still keeps going back to pasword. Can not get any further. Tried restart holding shift key.. still nothing. What do i do?

    Thank you for your help.
    I couldnt get to the hard drive/ desktop. Soft login not even working. So i could not do any of that.
    In the end i took it to Apple and its actually the hard drive on its way out. A common issue with that series of Mac. Funny seeing i dont use this mac much. However being 2.5 years old and out of warrently, Apple have recognise this issue with this series/ Model and installing a new hard drive at no cost.
    Very luck and greatful. And not feeling so dumb that it was something i did or could troubleshoot myself.
    Hope this helps others that it just might be your hard drive failing.

  • Imessage is buggy, i can login to it but does discontinues to verify and goes back to the login page,

    The problem with imessage with me and same thing too for my facetime, i can login but discontinues to verify and goes back to the login page. This is the second time where imessage is not working, the first time was "Unable to verify email" error, but i manage to solve it by just restarting my ipod. The second time, restart doesn't solve the issue, i wonder the iMessage app is pretty buggy, or servers are busy etc. I need help on this, does anyone has the same problem?

    Restore in iTunes. See
    http://support.apple.com/kb/HT4623

  • I made a big mistake to change the setting of my Mac book pro to "me only". Now ofcourse It cannot open the login page, for how would the mac know it is me? How can I change the setting back to "everyone"?

    I made a big mistake to change the setting of my Mac book pro to "me only". Now ofcourse It cannot open the login page, for how would the mac know it is me? How can I change the setting back to "everyone"? I have back up in the past but the last month I have not. I really want to keep the data.
    So how can I go in and change the setting, It stays ofcourse at the apple screen with wheel. All info is there and the computer works fine, just cannot use it or have been able to log in.

    wjosten is spot on.  If you really want iCloud, then you will need to acquire a new or second hand MBP that can run Lion.
    Ciao.

Maybe you are looking for

  • Win Server 2003 GPO doesn't apply to Win 8.1 clients

    Hi guys, Currently all my DCs are running Win Server 2003. Recently I've upgraded a few PCs to Win 8.1 and found out that the GPOs are not applied on them. I've set the Default Homepage and logon script to map a few drives but when I logged on to the

  • How can I get the component LTC1060 in the multisim 10 library ?

    How can I get the component LTC1060 in the multisim 10 library ?

  • Local Gaap balance sheet unbalanced

    Hello all, I am after some hints to tackle so following problem: The local GAAP balance sheet (obtained with S_ALR_87012284) is unbalanced. Most probably it comes from the FI-AA ledger. I went through note 104567 but it only explains a fraction of th

  • How can i get my 3G to tether to my laptop?

    I am in the US and use ATT . But I cannot see the tethering setting on my phone

  • System copy cluster

    hi,  everybody My name is Ricardo and Iu2019m inexperienced with SAP BASIS. Our SAP PRD Server configuration is: 2 Processors, Memory 48 GB, 5 disk (Raid 5) with windows 2008 r2 and sql server 2008 r2. I need help about system copy. Now we are instal