Oracle 9iAS admin interface layout

To all:
I know I can created a portal the way I wanted but is it possible to change the layout of Oracle portal admin interface as well. For example, to use different color on the banner or use of our customized icons.
Thanks

If the 'Edit' link appears on the page you wish to change, then you have the appropriate permissions. The main admin page is within the 'Portal Design-Time Pages' page group.
Another way to find the main admin page is:
1. Click the 'Navigator' link.
2. Select the 'Page Groups' tab.
3. Find the 'Portal Design-Time Pages' row.
4. Click 'Edit Root Page'.
If you do not have the correct privileges, then you will not see the 'Edit Root Page' link.
Good luck!
Jim Basler

Similar Messages

  • Oracle 9iAS Admin Password Getting disabled

    Dear All,
    Whenever i change the setting such as system name, IP address of a system which has been working fine for Oracle 9iAS the password is also getting reset to something unknown. If any one of you have a solution for this please let me know.
    Vivek

    I think my enquiry is not understood.
    Let me put my question in a different way.
    Whenever i am changing the ip address of the server running 9iAS Entriprise i am not able to login to the Enterprise Manager. I am not sure wether the password needs to be reset or the login is getting disables.
    does 9iAS reserves the old ip address in its software ??
    I am running this application on Windows 2000 with SP3 & SP4.
    Secondly how can i reset this password.
    vivek

  • XML parser Problem in Oracle 9iAS

    Dear All,
    I am trying to parse a xml file by using a SAX Parser.
    I am getting error "oracle.xml.parser.v2.XMLParseException: Invalid InputSource.'. I have already included 'xerces.jar' in the classpath.
    But it is always taking oracle xml parser.
    How to change the default XML parser in Oracle 9ias.
    This is my report.jsp File
    <%@ page import="java.io.*,java.util.*,java.sql.*,javax.sql.*,javax.naming.*,javax.jms.*,iims.util.*,javax.xml.parsers.*,org.xml.sax.*,org.xml.sax.helpers.*, org.w3c.dom.*"%>
    <%
    generateTree();
    %>
    <%!
         //This method is to be called during startup. It will generate the template and rule nodes.
         public static void generateTree() throws Exception
              //Proceed with this method if the template and rule trees are not built already.
              //if (nodeTemplate != null && nodeRule != null) return;
              // Validate
              Node nodeRule = parseXml("d:\\ora9ias\\j2ee\\home\\Reports\\IIMSReportsTemplate1.xml");
         }//generateTree
    %>
    <%!
         //parse the input file and return a node.
         private static Node parseXml(String fileName) throws Exception
              //Parse the input file
              Document objDocument = null;
              DocumentBuilder objDocumentBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
              objDocument = objDocumentBuilder.parse(fileName);
              Node nodeRet = objDocument;
              return nodeRet;
         }//parseXml
    %>
    Report template:
    <ROOT>
         <HEADINGS>
              <HEADING1>H1</HEADING1>
              <HEADING2>H2</HEADING2>
              <HEADING3>H3</HEADING3>
              <HEADING4>H4</HEADING4>
              <HEADING5>H5</HEADING5>
              <HEADING6>H6</HEADING6>
         </HEADINGS>
         <ROWSETS>
              <ROWSET>
                   <COLHDRS>
                   </COLHDRS>
                   <ROWS>
                   </ROWS>
              </ROWSET>
         </ROWSETS>
         <Footer>
              <PageNo>Generate</PageNo>
              <Date>SystemDate</Date>
         </Footer>
    </ROOT>
    Stack Trace:
    strRuleFileD:\ora9ias\j2ee\home\Reports\IIMSReportsRules.xml
    oracle.xml.parser.v2.XMLParseException: Invalid InputSource.
    at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:145)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:208)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:140)
    at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:96)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:165)
    at iims.REPORTS.IIMSGenerateReport.parseXml(IIMSGenerateReport.java:115)
    at iims.REPORTS.IIMSGenerateReport.generateTree(IIMSGenerateReport.java:
    100)
    at iims.REPORTS.IIMSGenerateReport.buildXML(IIMSGenerateReport.java:147)
    at PCREPORT_PROCESS.processBody(PCREPORT_PROCESS.java:3248)
    at PCREPORT_PROCESS.doPost(PCREPORT_PROCESS.java:100)
    at PCREPORT_PROCESS.doGet(PCREPORT_PROCESS.java:92)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java
    :151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Please advise.
    Thanks
    Siva Kishor Rao U

    Adding Xerces XML parser is not enough to make it work. Since some version of JDK (I think 1.4.X) XML parser is included and for older version it can be setup like a runtime option. And this is probably how ORACLE is using its XML parser. If you want to use different parser, you have to pass runtime option to JVM - for Xalan it looks like this:
    -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
    ...this way it becomes default parser factory used by javax interface functions. Look for documentation on xml.apache.org
    Myrra

  • Customize the APEX admin interface

    Is it possible to to customize the APEX admin interface, might sound silly but what i am specifically looking at is replacing the Oracle Application Express Logo on top left corner with a custom logo.
    Would anyone know how easy or difficult that is in case its possible.
    Thank you,
    Vamshi

    user12301900 wrote:
    Is it possible to to customize the APEX admin interface, might sound silly but what i am specifically looking at is replacing the Oracle Application Express Logo on top left corner with a custom logo. Why would you want to do that? It's not something that would provide any benefit to users.
    Browser extensions like Firefox+Stylish are useful when it is beneficial to customise the builder UI—such as changing font sizes and text contrast. For browsers that don't have such extensions, local user style sheets can be created.
    (Please update your forum profile with a real handle instead of "user12301900".)

  • Oracle HTTP server, Oracle 9iAS server, Oracle APPS 11i

    Hi, expert:
    I was reading the Oracle Applicaitons Concepts (11i). There three tiers in Apps. In the middle tier there are: Web Server, Forms Server, Concurrent Processing Server, Reports Server and Admin Server.
    But when I look our company's EBS architecture below (middle tier only here), I am confused. Does 9iAS includs HTTP server? Or 9i is the middle tier? what is Apps 11i? We have Unix and 11.5.10.2.
    Oracle HTTP server
    Oracle 9iAS
    Oracle Apps 11i
    Forms server
    Concurrent Manger
    Really appreciate you to help me.
    Edited by: 870765 on Jul 13, 2011 9:41 AM

    Oracle HTTP server
    Oracle 9iASThis is the web service component -- $IAS_ORACLE_HOME
    If you stop those services you will not be able to access the main login page or any Self-Service page in the application.
    Oracle Apps 11iThis is the application release (which is a group of components/tiers) -- 11i means 11.5.x (where x is from 1 to 10) or 11.5.10.1 (CU1), 11.5.10.2 (CU2)
    Oracle Apps 11i comes with 3 ORACLE_HOMEs (Web: $IAS_ORACLE_HOME, Developer (Forms/Reports): 8.0.6 ORACLE_HOME, Database: $RDBMS_ORACLE_HOME).
    Oracle Apps 11i = Oracle Application Tier ($APPL_TOP, $COMMON_TOP, iAS ORACLE_HOME, 8.0.6 ORACLE_HOME) + Oracle Database Tier (RDBMS ORACLE_HOME).
    Forms serverThis is Oracle Developer 6i home -- 8.0.6 ORACLE_HOME
    If you stop the forms server you cannot open any form.
    Concurrent MangerThis component is not represented in a separate ORACLE_HOME and the executable files can be found under $APPL_TOP directory ($FND_TOP/bin).
    If you stop the CM, you cannot submit concurrent requests but you can still access the application and open the forms.
    If you stop the database, you cannot access any part of the application.
    Thanks,
    Hussein

  • JSP session lost - Oracle 9iAS 1.0.2.1

    I have a JSP application running under Oracle 9iAS 1.0.2.1 on a Windows 2000 server.
    Upon successful login to the application, a new browser window is opened for the application and the parent browser is redirected to a benign static HTML page. The new browser window allows us to present the illusion of a captive application - the 'application' browser window is not resizable and does not have a tool bars.
    The login jsp creates several session scope objects. These session scope objects are used by the core application jsps interfaced through the application browser.
    In the test enviroment the application functions as expected.
    In the production environment sessions appear to terminate immediately following login. All session scope objects are null in the jsp page - mainMenu.jsp - that serves as the application entry point in the new browser window. Application scope objects are not null in this initial jsp. Upon a subsequent access to login.jsp, the application_onStart event is triggered, followed by a session_onStart event and the failure of mainMenu.jsp due to null session scoped objects. My initial thought was that that this is a cookie problem...client browser not accepting cookies but was not the case.
    Any ideas on how to diagnose this problem would be greatly appreciated.

    I am having a similar problem. When I use a session-scoped bean to retain user info from page to page, the session bean appears to be re-instantiated at each page.
    An earlier attempt used session.set/getAttribute to store the same info. This one worked in the development environment (Jdev), but not when deployed on the App Server.
    Was your issue resolved? Is it related to different versions of the container being in place (as is hinted at in related posts)?
    thanks,
    Lyn

  • How to run the simple jsp on oracle 9ias application server?

    hi,
    how to run the simple jsp application jst disply the date on oracle 9ias application server?
    can any expline the steps how to do it?
    thanks
    pullareddy

    No, you need the Reports Server (as part of the Application Server or Weblogic, depending on your version).
    I try to save the report, it's saved as .jspThat depends. You can save it as a .rdf file too (so called Paper Layout). I think this option is used more often.

  • Oracle 9iAS dcmctl permission error

    How do I configure Oracle 9iAS to permit a new user (domain account) the ability to run the dcmctl utility?
    Currently only the account used to install Oracle 9iAS is permitted to run the dcmctl utility. All other users receive the following error:
    dcmctl getstate -v
    ADMN-100999
    See Base Exception for details
    Base Exception:oracle.ias.repository.schema.schemaexception: Password cound not
    be retrived. Run the application as the same user who installed the
    application. See base exception for details.

    Noticed your thread here, and it fits a question of mine also.
    We are a dev/test shop and currently key developer/testers have ias_admin access for deploying and administering the OAS via the Console. As this is not production and they are doing heavy OAS work, this works nicely. The problem is they have no CLI access, as they are not oracle and their accounts do not belong to the DBA grp.
    The ability to use a common admin user (ias_admin) in the console, and the restriction to run as oracle or DBA grp for the CLI (dcmctl) seems to be a rather large functionality gap that severely limits the ability of developers to write and run their own automated deployment scripts.
    Has anyone else noticed this limitation and have any good ideas? (Stickybits are not allowed on our filesystems, so that workaround is unfortunately out for us also)

  • Tuxedo to Oracle 9iAS via JMS

    A client wants to connect a Tuxedo application to an Oracle 9iAS
    application (Oracle was not my choice, forced into it by upper
    management). Obviously this is already well handled with Weblogic, but
    how about something non-BEA? I'm not a J2EE person, but someone said
    JMS Connectors, and someone else said the Java Native Interface to JMS.
    I see this as a Tuxedo question, how do I interface to JMS?
    Suggestions? (getting Weblogic is not a valid answer. Oracle cut the
    clients annual license by a $1 Million if they would use 9iAS for their
    new projects instead of Weblogic. You do the math.)
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    [briand.vcf]

    Brian Douglass <[email protected]> wrote:
    >
    But JOLT only gets me a Client connection. In my case, I need to send
    messages
    to the 9iAS environment and get asych responses. Other times, the 9iAS
    sends me
    messages and I send back asych responses (could be up to 5 days later!).Well, I guess you can sort of "call" the Java environment from the Tux side by
    means of an unsolicited notification targeted to a Java JOLT "client". I am not
    a Java programmer but reading the JOLT docs it seems to me it should be doable.
    If it is practical in the real world might be another story, though...
    I want
    a queueing environment like /Q, AQ, or MessageQ, but must adhere to the
    J2EE
    interface standards. Does /Q support JMS?
    Brian
    "Per Lindström" wrote:
    As long as O9iAS is a Java environment, you should be able to use JOLTto do
    at least some basic integration, I guess... (and for $1M you wouldbe able
    to write a LOT of JOLT code B-))
    /Per
    Per Lindström R2Meton AB, SWEDEN
    [email protected]
    Brian Douglass skrev i meddelandet <[email protected]>...
    A client wants to connect a Tuxedo application to an Oracle 9iAS
    application (Oracle was not my choice, forced into it by upper
    management). Obviously this is already well handled with Weblogic,
    but
    how about something non-BEA? I'm not a J2EE person, but someone said
    JMS Connectors, and someone else said the Java Native Interface toJMS.
    I see this as a Tuxedo question, how do I interface to JMS?
    Suggestions? (getting Weblogic is not a valid answer. Oracle cutthe
    clients annual license by a $1 Million if they would use 9iAS fortheir
    new projects instead of Weblogic. You do the math.)
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    Content-Description: Card for Brian Douglass
    begin:vcard
    n:Douglass;Brian
    tel;fax:702-562-3206
    tel;work:702-254-5485
    x-mozilla-html:TRUE
    url:www.tps-eoltp.com
    org:TPS, Inc.
    version:2.1
    email;internet:[email protected]
    title:President
    adr;quoted-printable:;;8555 W. Sahara=0D=0ASuite 112;Las Vegas;NV;89117;US
    x-mozilla-cpt:;15296
    fn:Douglass, Brian
    end:vcard

  • CMP Entity Beans in Oracle 9iAS

    Hi!
    I've deployed entity beans into Oracle 9iAS, but keep getting the following error each time I try to lookup the bean:
    "javax.naming.NamingException: Unknown reasons [Root exception is org.omg.CORBA.UNKNOWN: minor code: 16 completed: Maybe]"
    The JNDI name of the bean are ok and I'm calling it correctly. I'm calling my a Session Bean in a similar way and it works fine.
    I'm using JDevloper 3.2.3 to deploy the beans and OAS version is 1.0.2.2.
    Thanks for any advices,
    Sebastian

    gday -
    OC4J implements major portion of the EJB 2.0 PFD1 specification.
    It supports the new container contract and persistence model in PFD1, along with associated new XML DD tags, so yes, it does support abstract implementation EJB classes and abstract accessors definitions.
    It does not support the latest EJB 2.0 PFD2 modifications and also does not support the local/remote interface model, EJB-QL, home methods, etc.
    cheers!
    -steve-

  • URGENT - Oracle 9i, Oracle 9iAS, and Oracle 9iAS Portal Installation Problem

    ERROR :
    1. Objects with type JAVA CLASS with more than 30 characters are truncated to 30 characters
    2. There are only 30 objects with type JAVA CLASS are installed (instead of 334) mentioned on the troubleshooting guide
    3. Oracle9iASHttpService automatically stops after starting the service
    Environment :
    Windows 2000 Server
    Oracle 9i 9.0.1.1.1
    Oracle 9iAS 3.0.9.8.2 (Oracle 9iAS 1.0.2.2.2a)
    PDK Services for Java version 3.0.9.0.4 (from Patch used to install 3.0.9.8.2)
    Patches 8.1.7.1.1, 8.1.7.1.5, 3.0.9.8.2
    I installed the Oracle 9i, 9iAS, Portal and the patches based on the installation instructions (http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/DOCUMENTATION/INSTALL_GUIDE_9I.PDF)
    I tried adding the Sample Web Provider I got ORA-29531 error on HttpProviderDispatcher. Then I checked the Patch 8.1.7.1.1 installation, they are some scripts that need to be run that was not part of the 9i/9iAS installation instruction. I run the suggested scripts(catalog.sql, catproc.sql and utlrp.sql) and modified the jserv.properties to point the xsqlconfig.xml to ORACLE_HOME\oracore\admin.
    The error still persisted. From the Troubleshooting PDK Services for Java, one of the suggestion is to run the sql command :
    Select object_name, object_type, status from user_objects where object_name like '%HttpProvider%';
    which resulted to an object with name '/3334f18_HttpProviderDispatche' without the 'r' at the end
    and
    Select count(object_name) from user_objects where object_type='JAVA CLASS';
    which resulted to only 30 VALID object. According to the installation instruction, there are supposedly 334 objects.
    I checked the object_name of the other JAVA CLASS objects, all the names of the objects are all less than 30 characters. It looks like that the objects with the object_name > 30 are truncated to 30 characters.
    Then I rebooted the machine, when the machine went back on Oracle9iASHttpService stops automatically after it has been started.

    I have posted question on that thread and there is no specific solution from our problem. From the Oracle PDK Troubleshooting PDK Services for Java, it looks like there is a problem on the Oracle Portal installation. I tried recompiling the packages and my problem worsened. Now I cannot start the Oracle9iAS HTTP Service.

  • Error in the assistant of installation of Oracle 9ias 9.0.2 single sing-on

    Install oracle 9ias 9.0.2.0, but when this in the assisting existing Oracle 9ias single singn-on the error that the host or port are not been worth appears. in the host sijita.uptc.edu.co places and in the port 7777. That it can be the error??? one doesn't also eat to pull up the Apache service because the following error appears:
    $ apachectl start
    Syntax error on line 6 of /u06/oracle/ora9ias/Apache/Apache/conf/mod_osso.conf:
    Unable to deobfuscate the SSO server config file,
    /u06/oracle/ora9ias/Apache/Apache/conf/osso/osso.conf, error Bad padding
    pattern detected in the last block.
    /u06/oracle/ora9ias/Apache/Apache/bin/apachectl start: httpd could not be started
    WARNING!! Direct use of apachectl within Oracle9iAS is
    deprecated. Using apachectl in conjunction with opmn may lead
    to unexpected behavior (such as opmn automatically restarting
    OHS after it has been shutdown using apachectl). Please use
    dcmctl (located at ORACLE_HOME/dcm/bin/dcmctl) instead.
    apachectl may not be shipped with future versions of Oracle9iAS.
    $ httpd start
    Ouch! ap_mm_create(1048576, "/tmp/apache/logs/mm.1262") failed
    Error: MM: mm:core: failed to open memory file (No such file or directory):
    OS: No such file or directory

    9iAS (9.0.2.0.1) is desupported and will not be certified against any new OS releases...
    Regards,
    Martin

  • Installation problem of Oracle 9iAS rel2 on redhat advanced server 2.1

    Hi,
    I am trying to install Oracle 9ias Rel2 on redhat advanced server 2.1
    Following instructions i downloaded and installed the binutils patch binutils-2.11.90.0.8-13.i386.rpm
    I have set ORACLE_HOME appropriately and created a new user oracle.
    During installtion of 'J2EE and WebCache' , when it starts linking, the installer gives the following error
    Error in invoking target ntcontab.o of makefile /home/oracle/Appserver/network/lib/ins_net_client.mk
    Retry, Ignore,cancel...
    If i press ignore, it gives series of such errors.
    My ORACLE_HOME is /home/oracle/Appserver/
    I am trying to set up the production environment.
    Please help!!!
    thanks
    srinath

    Check out Metalink Note:191567.1
    (http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=191567.1)
    Step 11.
    11. Error in invoking target relink of makefile
    /home/ias/infrastructure/precomp/lib/ins_precomp.mk      
    To fix it:      
    As ias go to $ORACLE_HOME/bin      
    vi genclntsh      
    change line LD_SELF_CONTAINED="-z defs" to LD_SELF_CONTAINED="" (line 147 of 200)      
    save genclntsh file      
    ./genclntsh      
    Created /home/ias/infrastructure/lib/libclntst9.a      
    Click "Retry" at error popup window. Installer will continue.      
    Link successful.

  • DISCOVERER REPORT ISSUE IN Oracle 9iAS

    Hi All,
    I am trying to export file on Oracle 9iAS using discoverer using excel format, But not able to export in proper format. Can anyone help me for this please
    Regards
    Kumar

    Please reply for this

  • Setup problem in Oracle 9iAS

    I like to install my machine in Oracle 9ias. My machine has the Windows 2000 OS and Oracle 9i DB. When i clicked the Isetup.exe from the cd getting the error
    "Setup has detected that your isuite Product Install has not been setup correctly, probably because the installation was aborted Please restart setup"
    Please give me some suggestion for installing Oracle 9iAS

    Do you have SP 2 or higher ?
    Do you want to install only J2EE and Web Cache or another kind of installation ?
    Joel Pérez

Maybe you are looking for

  • Multiple ios products with the same name.

    Hello guys, We have multiple iOS universal products with the same name for different countries. Will it cause any issues when the user installs them in the same device? Using Xcode to push them to my device, i noticed that they are all installed in t

  • Is slow time machine due to a lack of RAM

    When I originally purchased Leopard, I used time machine on an old imac G5 with 2.5 gig ram without a problem. I have now changed my Mac to the latest Imac G5 with dual. I am starting over with TM and it is so slow. I have checked that I have the cor

  • Where condition on date column using OleDb Command?

    Hi, How to read date column from excel sheet usign OleDb command. Below code failing . OleDbCommand cmd = new OleDbCommand("SELECT Column1 FROM [sheet1$] WHERE createdDate < ="+Convert.ToDateTime("3/24/2015")+" ", connection); OleDbDataReader dr = cm

  • Removed Nouveau, installed Nvidia, black login screen

    Hi there! Seems like I was just here yesterday...  But seriously, it's coming together. Today I hooked up my second monitor and tried to get the "one big monitor" effect with noveau, but it wasn't recognizing my setup.  I've had success with installi

  • Restoring Production Server on to Development Server

    Hi, I am new to SharePoint. To get the look and feel of the production site on to the development site I did a force backup to the development site. Since then not sure of the reason I am unable to create any site collections. Please help me to figur