The right of way to access the users Page in Enterprise Manager?

Using 11 GR 1 material Enterprise Manager Database Control

I was looking for the instructions in the online help of Enterprise Manager, on how to change a password. The research has about 6 000 hits: big help that was.

I finally found what I was looking for, BUT...

I clicked on an entry in the online help which says "expires. Locking and unlocking accounts database". On this page, there are some very nice step-by-step instructions. Step 3 says "Schema click to display the Sub-page of scheme." It worked as expected. Step 4 says "In the section users and privileges, click on users." I studied this subpage of schema and same process to a search page Firefox and there is no section users and privileges anywhere on the subpage of schema. I could only access the page I was looking for because the word "Users" in the online help page is itself a link to the page I was looking for.

I apologize for the blow of mouth here, but it's really frustrating and...

OK, ' nough said. What I want to really know is how to get to the page of users without having to evade the online help to find a link that will take me to the page of users. Is there a way reasonably self evident to navigate users to Enterprise Manager Database Control?

Thank you

Gregory

Gregory,

Although I'm 11.2 running on my laptop but I have not installed EM top. Can you please confirm that looking for the oracle user password change? If so, there will be a Server tab. In this, you should find a link to the user . From there on, a list of users would come, and you can choose your username. Click Edit and change the password.

That said, I'm not sure if the docs are confusing. In the 2-day DBA guide, I got it immediately.
http://download.Oracle.com/docs/CD/E11882_01/server.112/e10897/users_secure.htm#CHDJEBDG

And from there, I don't think it's hard to do what I understand you want to do. If this isn't the case, please be more specific.

HTH
Aman...

Tags: Database

Similar Questions

  • Help! How to link to information users at the user page?

    I created the connection index, register, and sign the php pages. MySQL. Now I'm trying to create the user profile page. But I can't link their information to the user page. So, how to link to information users at the user page? @

    maniragav26 wrote:

    I created the connection index, register, and sign the php pages. MySQL. Now I'm trying to create the user profile page. But I can't link their information to the user page. So, how to link to information users at the user page? @

    Can I assume you are using Dreamweaver server behaviors (I guess if you ask this question, it is likely that you would be).

    Go to the mode code in your "login" page Find the section of code that creates the DW:

    $LoginRS__query = sprintf ("SELECT Uname, Pword OF USERS WHERE Uname = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connUsers) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    INSERT THE CODE in RED below: 'id' is the name of the id column in your database table - if it were 'user_id' that's what you have inserted.

    $LoginRS__query = sprintf ("SELECT users id Pword, Uname, Uname WHERE = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $connUsers) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    $row_rsUserDetails = mysql_fetch_assoc ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    Now to find the under section of code in the 'login' page: (this implies that you have defined a 'success' page to return IF the connection information is correct):

    If (isset($_SESSION['PrevUrl']) & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    INSERT THE CODE in RED below: 'id' in $row_rsUserDetails ['id']; is the name you gave the id column in your database user table, so if it was "user_id" it would read as - $row_rsUserDetails ['user_id'];

    If (isset($_SESSION['PrevUrl']) & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    $_SESSION ['id'] = $row_rsUserDetails ['id'];

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    NOW, you create your user details page.

    Create a Recordset, select the table of database you want to gather information about the user. Select the filter to 'none '.

    Go to the view code and at the top of the page, insert:

    <>

    $userId = $_SESSION ['id'];

    ?>

    NEXT FIND THE CODE THAT SELECTS DATA FROM THE DATABASE: (your will be slightly different as you use different details of connection and recordset)

    @mysql_select_db ($database_connUsers, $connUsers);

    $query_rsUserDetails = "SELECT * FROM USERS";

    $rsUserDetails = mysql_query ($query_rsUserDetails, $connUsers) or die (mysql_error ());

    $row_rsUserDetails = mysql_fetch_assoc ($rsUserDetails);

    $totalRows_rsUserDetails = mysql_num_rows ($rsUserDetails);

    Change the second line above to: (add red code below for your SELECT string) (remember WHERE 'id' - 'id' is the name of the column in your database table.)

    $query_rsUserDetails = "SELECT * FROM users WHERE id = '". " $userId. » ' ";

    It's her!

    You can now start "liaison" details on the user Details page.

  • management of the PDBs with Oracle Enterprise Manager Express

    Hello

    is 12 c, possible to manage the PDBs with Oracle Enterprise Manager Express?

    How to find the URL?

    When I run select dbms_xdb_config.gethttpsport (double); on a PDB file, it returns no rows.

    More tutorials

    https://Apex.Oracle.com/pls/Apex/f?p=44785:24:4833387311898:P24_CONTENT_ID, P24_PREV_PAGE:6282, 24

    I have not seen.

    Thank you.

    is 12 c, possible to manage the PDBs with Oracle Enterprise Manager Express?

    Yes - but you will not have the COMPLETE management functionality. See the FAQ doc:

    http://www.Oracle.com/technetwork/database/manageability/emx-CDB-1965987.html

    Can I Plug and unplug the PDBs with EM Express?

    No, EM Express does not all CBD management capabilities in DB 12.1.0.1.0.

    Review ALL sections of doc

    How to find the URL?

    When I run select dbms_xdb_config.gethttpsport (double); on a PDB file, it returns no rows.

    Have you set up EM and set the port to the PDB? Again - see the FAQ doc

    http://www.Oracle.com/technetwork/database/manageability/emx-intro-1965965.html#A5

    How can I configure EM Express on CBD and APB?

    Users can configure EM Express at the root and container of the PDB, with each container using another HTTP/HTTPS port.  When it is connected to the root container, the information displayed are the entire database, including all PDB files.  When it is connected to a PDB file, displayed information is limited to the PDB data.  For more information, see the section on EM Express on the CBD.

    http://www.Oracle.com/technetwork/database/manageability/emx-intro-1965965.html

  • How to get the value of the user interface component in managed Bean

    Hi people,

    How to access the value of a component managed bean?
    <af:inputText value="#{bindings.Name.inputValue}"
                            label="#{bindings..Name.hints.label}"
                            required="#{bindings..Name.hints.mandatory}"
                            columns="#{bindings.Name.hints.displayWidth}"
                            maximumLength="#{bindings..Name.hints.precision}"
                            shortDesc="#{bindings.Name.hints.tooltip}"
                            id="Name"
                            partialTriggers="Type">
                <f:validator binding="#{bindings.Name.validator}"/>
              </af:inputText>
    I want the input value of the component name.

    thnks

    You can use this in your managed bean

    ...
    // get the binding container
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    
    // get an ADF attributevalue from the ADF page definitions
    AttributeBinding attr = (AttributeBinding)bindings.getControlBinding("Name");
    String val = attr.getInputValue();
    
    ...
    

    Timo

  • Is it possible to personalize the web pages of Lab Manager?

    I have a PoC Lab Manager 3.0.1 and something that would be very helpful is to customize the preview (preferably in the world) page to change topics in the Documentation section and Support that would be more relevant to my client - there is a good Sharepoint environment and adding a few best practices/guides (along with local support manuals copies) and changing the 'Support' link for the internal incident logging system. I would like to also delete or at least change the color of, "Please activate SupportLink to allow these statistics" since the text in red is usually not all right, and in this Lab Environment Manager will not send anything VMware.

    Is it possible, or are all the structures of web page hard-coded and locked? I searched the server for specific texts ("get help" 'videos' etc.) with no luck, so I assume the worst.

    Thanks in advance

    Sorry, this is not supported at this time.  I'll file a feature request for you.

  • Add the second instance in Enterprise Manager 10g database control

    Hello

    I have a server with an Oracle 10 g database instance and I
    set up local control of Enterprise Manager database for it.
    Now, I added a second instance on the server, using the same Oracle
    Homepage. Can I manage this new instance by using the existing database
    control or I have to configure a control second database help
    another port? The documentation is not too clear on that.

    Thank you
    Matthias

    You must configure another service of control of database for this on the other port.

    Better to use control grid to manage multiple instances.

  • dident see enter the user page in windows 2003

    Hello

    I have a Windows 2003 Server Orginal which work very well until today. But now, what my Page Progressbar enter Convert password on a Blank Page which Cener seen Windows Server 2003 Logo and Place enter username and password and other button Dident see.

    But I can with the Tab key access to these places and enter my User and Pass.

    But I don't see other things and I can't work my Windows 2003.

    In Safemode State in equality with Normall State.

    This state because I very strong and I never connect my server to Internet and USB key and all other things.

    Now how to solve my problem

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Forum. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • Change the default reposity using enterprise manager

    Hello

    I want to change the default repository of SampleAppLite to a repository that I created myself.

    I'm following the steps provided in article RittmanMead:
    http://www.rittmanmead.com/2010/08/OBIEE-11gr1-basic-system-administration/

    I have a problem when I click Activate changes, it is throwing an error message. It seems a problem with the BI_ORACLE_HOME environment variable.

    Any ideas on how I can fix this?

    The journal entry is below.

    Thank you
    Gavin

    Message ID EM-02694
    Level 1 message
    DCID aee8c876a5798c5e:-620b2d81:12f29efe76b: - 8000-00000000000001 cd
    Relationship ID 1:25955
    The argument 1 JEE_SERVER:11gdev2:bi_server1; UNEXPECTED_ERROR; Exception occurred during the questioning of values. \nUnderlying was:\njava.lang.IllegalStateException\nRequired exception BI_ORACLE_HOME environment variable configuration don't not set\nReport the underlying changes made is: \nINFO: element Type: JEE_SERVER, Id of the item: 11gdev2:bi_server1, result of the operation: APPLYING_CONFIGURATION_CHANGES, detailed Message: null\nFINE: element Type: ORACLE_INSTANCE, Id of the item: 11gdev2.corehr.com:CoreBI, result of the operation: APPLYING_CONFIGURATION_CHANGES, detail Message : null\nFINE: Item Type: BI_INSTANCE_DEPLOYMENT, Id of the item: 11gdev2.corehr.com:CoreBI:coreapplication, result of the operation: APPLYING_CONFIGURATION_CHANGES, the detailed Message: null\nFINER: element Type: SYSTEM_COMPONENT, Id of the item: 11gdev2:coreapplication_obis1, result of the operation: MODIFIED_ATTRIBUTE, the detailed Message: attribute: the repository name set to the value: Core_Repository_BI0001.rpd\nFINE: element Type: BI_INSTANCE_DEPLOYMENT, Id of the element : 11gdev2.corehr.com:CoreBI:coreapplication, result of the operation: APPLYING_ENDPOINT_CHANGES, the detailed Message: null\n\n
    AdminServer component

    Module oracle.sysman.emai.view.bi.impl.ProgressDialogHelper
    Home 11gdev2
    The IP address of the host 192.168.10.3
    The weblogic user
    Thread ID Thread-80
    ECID 0000Iwe8v565yWWFLzqIOA1Db2IV00006x


    Additional information about the transaction message: JEE_SERVER:11gdev2:bi_server1; UNEXPECTED_ERROR; Exception occurred during the definition of configuration values.

    Supplemental cause underlying detail of exception was:
    java.lang.IllegalStateException
    Required environment variable BI_ORACLE_HOME is not defined
    Report on the underlying changes is:
    INFO: Type of item: Item Id, JEE_SERVER: 11gdev2:bi_server1, result of the operation: APPLYING_CONFIGURATION_CHANGES, the detailed Message: null
    FINE: Type of item: Item Id, ORACLE_INSTANCE: 11gdev2.corehr.com:CoreBI, result of the operation: APPLYING_CONFIGURATION_CHANGES, the detailed Message: null
    FINE: Type of item: Item Id, BI_INSTANCE_DEPLOYMENT: 11gdev2.corehr.com:CoreBI:coreapplication, result of the operation: APPLYING_CONFIGURATION_CHANGES, the detailed Message: null
    FINER: Element Type: SYSTEM_COMPONENT, Id of the item: 11gdev2:coreapplication_obis1, result of the operation: MODIFIED_ATTRIBUTE, the detailed Message: attribute: name of the repository that is set to the value: Core_Repository_BI0001.rpd
    FINE: Type of item: Item Id, BI_INSTANCE_DEPLOYMENT: 11gdev2.corehr.com:CoreBI:coreapplication, result of the operation: APPLYING_ENDPOINT_CHANGES, the detailed Message: null

    How you start just after a reboot?

    I created 2 environment variables (user and system) to work around (other) problems with BI_ORACLE_HOME is not defined. Quote BI_ORACLE_HOME variables and orient them to the location of your Oracle_BI1 directory. On my system, the value is C:\middleware\Oracle_BI1. Reboot and start everything up and you should be good to go.

    Paul

  • Firefox is constantly stopping, aging, and does not when on the home page yahoo uk, Manager of the tasks is that means to stop it, no event will block

    Latest version of Firefox, keep up to date. 8.1 Windows running on del optiplex 620, 2 GB of ram, 80 GB disk partitioned with Win10 on the other. Panda free av and malwarebytes free running. Never had any problem with Win 8.1 up to now, I have returned to it because of many problems with Win 10. Did you check Event Viewer, nothing, checked for crash report, nothing. No malware not reported. Whenever the only solution is to stop Fox with the Manager of the tasks and then restart when Fox goes back to where she was.

    https://UK.Yahoo.com/ I noticed no problem in the last two sessions, perhaps the problem is resolved, will not display rear reccurrence as appropriate.

  • See the backup execution in Enterprise manager 11.2.0.4

    The backup failed, but the show still process such as running status.  The stage show "backup" as running, but if I try to kill step I get the message 'the step was killed not because he's already done. "


    Manager of the company does not allow me to delete the job, I am getting error 'job specified, execution of the work or the performance is still active. He must finish running, or be stopped before it can be deleted. Filter on the status "Active" see active operations


    I think I need to remove this task otherwise the next backup job does not start.


    Concerning

    Andre Stander

    Hello

    Please use this note. How to stop a job stuck in the grid of the Force (Doc ID 430626.1) Console

    to kill the stuck job

    I hope this helps

    Best regards

    Karim

  • Error creating the repository on windows Enterprise Manager

    Hi Srs.
    I am trying to create the repository of EM, but gives an error, I have not found the solution, could you help me please:

    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: the database from control error
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)

    Looks like the https://blogs.oracle.com/db/entry/enterprise_manager_database_control_configuration_-recoveringfrom_errors_due_to_ca_expiry_on_oracl

    To 10.2.0.4 and 0.5 you need a patch.

    Eric

  • Y at - it a finer grain authorization allowing the update of the user profile

    Hello

    I have a code to programmatically update a users profile, however, it does not for all users due to their permissions. Because of code, using the UserProfileManager.getProfileForUpdate () method, the exception below may be of some use.

    oracle.webcenter.peopleconnections.profile.ProfileAccessException: the user doesn't have the required privilege to update the user's profile

    at oracle.webcenter.peopleconnections.profile.internal.model.LDAPProfileManagerImpl.getProfileForUpdate(LDAPProfileManagerImpl.java:236)


    I found in the Security page WebCenter permission "Manage people connections" that solves this problem and gives the user permission to update their profile however, I have two problems with this.

    (1) I don't know what exactly that allows.

    (2) I suspect it's what allows more that I need because it is currently disabled for all users, so is it possible to allow the permissions with a finer granularity?

    Thank you

    Marc

    Hello.

    Using Enterprise Manager, you must click on your domain name and in the Menu Options then security-> Application policies

    Search for Application that are used in your WebCenter Portal roles and modify the application role. It will show you the permissions applied to the role.

    For example, s8bba98ff_4cbb_40b8_beee_296c916a23ed # - #Spaces - user is authenticated in the default space Home users.

    Image:

    In the case of not finding the desired permission you can add it manually.

    Kind regards.

  • Why the menu link and hyperlink all go to the wrong page

    Have a site that has been active for a while and was fine when we downloaded and became operational.  Some time after, with subsequent updates to the site, one of the menu buttons goes to the wrong page, no matter what we do.  I tried "include the page without hyperlink" and then used the hyperlink tool to post a link to the page, same result.  Then I deleted the link hyper, tried "include the page without hyperlink" and inserted the link for the appropriate page hard. Same result.

    Also on an other pages, there is a hyperlink which is supposed to go to this page as we cannot return, and THIS hyperlink goes to the wrong page (the page we want to propose is equipment, and what he's constantly going to is the about page.

    I checked for additional boxes (which does not explain why the text on a completely different page link also goes to the wrong page, but check it anyway) and there is no additional text box or whatever it is.

    I think that this must be a glitch of Muse and do not really enjoy the idea of rebuilding the site.

    Please help us to understand what is happening. Site of phone works fine it's just the version of office that is glitching.

    Click here to view the site online.  No matter what page you are on, if you click on "Facilities", it takes you to "About Us" and if you go to the Contact page and click on the text "Amenities" link which will take you to the page about us.  He's allergic to the equipment page.  As I have said, when the site was first direct links menu everything has worked well.  Actively, we test each page.

    I hope someone can help.

    Hi David,

    Thanks for the reply e-mail after receiving our folder.

    We tried your suggestion (which I thought I had tried before, but didn't so I tried again) with the same result.  Still no way to access our facilities page.  Have you checked the preview site, or did you visit the site?  When see us it in the preview (in Muse) then the page is launched, and the menu is as it should be.  But it does not work after uploading on the real site.  Our site of phone works fine, however...

    We're going to look at the server and see if there's some sort of corruption which runs at this level and will post if we find anything.

    Thank you

    Michelle

    * Amended to add that we found a redirect that should not have been in the htaccess, deleted page it and now it works!  Thanks for the time and help Ankush!

    Michelle

  • Unable to connect to the database console Enterprise manager

    Hi all

    I've updated 10.2.0.1 10.2.0.4 on sun sparc 5.10 using the patch 6810189 Set

    when im start dbconsole agent is disconnected
    and when im start dbconsole agent does not start with it

    Check the steps

    emctl start agent $
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting Agent... started.
    $
    agent of $ emctl status
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent version: 10.1.0.6.0
    Version of the WHO: 10.1.0.6.0
    Protocol version: 10.1.0.2.0
    Agent home: /u01/app/oracle/product/10.2.0/production_sid
    File binary agent: /u01/app/oracle/product/10.2.0
    Agent process ID: 5462
    Parent process ID: 5457
    Agent URL: https://production:3938/emd/main
    Starts at: 2009-06-15 08:42:29
    Started by user: oracle10g
    Last reload: 2009-06-15 08:42:29
    Last download successful: (none)
    Last attempt to download: (none)
    Total megabytes of XML files uploaded so far: 0.00
    Number of XML, files awaiting download: 60
    Size of the XML files in the upload wait (MB): 24.56
    Available disk space on the file upload system: 42.75%
    Agent is running and ready
    $
    $ emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://production:1158 / console/em/aboutApplication
    Oracle Enterprise Manager 10 g is not running.
    Logs are generated in the /u01/app/oracle/product/10.2.0/production_sid/sys directory
    man/Journal
    $ emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://production:1158 / console/em/aboutApplication
    -An instance of Oracle Enterprise Manager 10 g Database Control is already runn
    ING.
    agent of $ emctl status
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent, it is not running
    $


    And I found Agent/WHO versions are different from the version of database.

    After hunting forums/google

    I tried to download agent (OMS VERSION NOT VERIFIED)

    Download emctl agent $
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    EMD upload error: popped uploadXMLFiles: SGD version not yet checked...

    And safe agent (SGD failed to START)

    emctl security officer $
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Enter the password of the Agent:
    Officer is arrested... Fact.
    Fixing agent... Has begun.
    Requesting a download WHO HTTPS URL... Failed.
    WHO is not configured for Enterprise Manager security.
    emctl start agent $
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting Agent... started.

    Please help me to solve this

    Hi Tunder Angel,

    This is the problem

    Please see this

    +| ORA-20603: time zone update schedule re +.
    region of a target is not supported. Use the mgmt_target.set_agent_tzrgn () to change API
    exercise of the zone area. (name of the target = hostname:3938) (target type = oracle_emd) (
    new = tzrgn - 04:00) (old tzrgn = UTC)

    There is a difference of time zones

    Now you need to check Oracle Metalink Document: impossible to start agent fails with the error "ORA-20603": Doc ID: 788944.1

    Just follow the Dbconsole of the document part.

  • How to activate the database from Enterprise Manager Grid 12 c EBS 12.2.5

    Hello

    I have a question how do I activate the enterprise Grid Control on the 12 c database manager.

    Now, I was demanding to activate the database of EM 12 c on EBS 12.2.5 grid control. Already tried to emca, but showed nothing to configure?

    Please help me how to activate this feature?

    Thank you

    Andreas Kuncoro

    Hi Christophe,

    Thanks for your info. I already activate.

    Thank you.

    for retail, the step:

    Enable Enterprise Manager on Oracle E-Business Suite with database 12.1.0.2

    Concern about the listener and the database only.

    1. check the listener

    $ cd $ORACLE_HOME/network/admin/VIS2_miiexa01 /.

    $ more tnsnames.ora

    ###############################################################

    #

    # Do not change the settings in this file manually. They are managed

    # automatically and will be overwritten when executing automatic configuration.

    # For more information about automatic configuration, see the Oracle

    # E Business Suite Installation Guide.

    #

    $Header #: NetServiceHandler.java 120.28.12020000.6 2014-05-14 07:55:23 mmanku ship $

    #

    ###############################################################

    VIS2 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=miiexa01.vision.co.id))

    (CONNECT_DATA =

    (SERVICE_NAME = VIS2)

    (INSTANCE_NAME = VIS2)

    )

    )

    VIS2_FO =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=miiexa01.vision.co.id))

    (CONNECT_DATA =

    (SERVICE_NAME = VIS2)

    (INSTANCE_NAME = VIS2)

    )

    )

    VIS2_LOCAL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=miiexa01.vision.co.id))

    )

    VIS2_BALANCE =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (LOAD_BALANCE = YES)

    (FAILOVER = YES)

    (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=miiexa01.vision.co.id))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = VIS2)

    )

    )

    VIS2_REMOTE =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = tcp (PORT = 1529))(HOST=miiexa01.vision.co.id))

    )

    )

    VIS2XDB =

    (DESCRIPTION =

    (ADDRESS =

    (PROTOCOL = tcp)

    (HOST = miiexa01.vision.co.id)

    (PORT = 1529)

    )

    (CONNECT_DATA =

    (SERVICE_NAME = orcl12XDB)

    )

    )

    extproc_connection_data =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROCVIS2))

    )

    (CONNECT_DATA =

    (SID = PLSExtProc)

    (PRESENTATION = RO)

    ) )

    IFile=/Home/VIS2/12.1.0/Network/admin/VIS2_miiexa01/VIS2_miiexa01_ifile.ora

    2. check the database

    $ sqlplus / as sysdba

    check port https already set to EM

    SQL > SELECT 'https://'|| SYS_CONTEXT ('USERENV', 'SERVER_HOST') |'. ' || SYS_CONTEXT ('USERENV', 'DB_DOMAIN') |': ' | dbms_xdb_config.gethttpsport () | "/em/' double.

    SQL > SELECT 'https://'|| SYS_CONTEXT ('USERENV', 'SERVER_HOST') |': ' | dbms_xdb_config.gethttpsport () | "/em/' double.

    using the https protocol to open a session on EM

    SQL > exec dbms_xdb_config.sethttpsport (5500);

    Changeinit .ora

    $ viinit .ora

    Add the new line oninit .ora

    Dispatchers = "(Protocol=TCP) (SERVICE =XDB)" "

    Restart the database for changes in the init.ora file take effect.

    SQL > show the extreme setting

    VALUE OF TYPE NAME

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

    chain of dispatchers (PROTOCOL = TCP)(SERVICE=VIS2XDB)

    whole MAX_DISPATCHERS

    SQL > exit

    Thank you

    Andreas Kuncoro

Maybe you are looking for

  • What to do after the cutting of water on the keyboard?

    Someone spilled cold water, only a small amount on my keyboard. We the dried quickly, but the laptop Satellite came into fashion, suspension and the power indicator led changed to a flashing orange light, and if I plug the power cable it not change c

  • Safari extensions are reset after reboot or stop smoking

    Hey guys and girls! I have an end 2013 15 inch rMBP El Capitan 10.11.2 running Version. It happened for about a year and now that I have some time to the school I want to dive in and try to fix it. Its driving me crazy! I have an interesting problem

  • Web JetAdmin 10.3.96073: HP Web JetAdmin is not compatible with Windows 10?

    The HP WebJetAdmin client is compatible with Windows 10? I start HP Web JetAdmin 10.3.96073 (10.3 SR8) on a Windows Server 2008 R2 server. Today, I tried for the first time load the HP Web JetAdmin console on my machine Windows 10 and to the "custome

  • Cannot print with Epson 1290 in Virtual PC (XP). works well in Windows 7 Ultimate

    I can do all the stages of merger and mailing in XP, up to the printing stage, but it will not be printed. Also struggled to XP when you try to print a chart since 2005 of the family tree. I have to use a new driver for the printer?

  • How to play local mp4 with JDE 4.2.1

    Hi all, I want to build a multimedia application that plays some files fixed local mp4 video. It's on JDE 4.2.1. 1 - is the example that mediaenginedemo comes with JDE help? It is not mp4. All the samples, I can get? 2 would it not capable of working