How to clean the Admin Console Library of Resources?

Hi,
Could anybody point me how to clean the library of books, pages and portlets of the admin console library? It's full of old elements not in use anymore.
Thanks in advance,
leandro

With reference to steps in
Oracle® Business Intelligence Applications Installation Guide for Informatica PowerCenter Users Version 7.9.6 Part Number E14217-01
Chapter 4, "Installing and Setting Up Oracle BI Applications."
http://download.oracle.com/docs/cd/E14223_01/index.htm
I think I had a similar error at step
"4.6.3 Creating the Informatica Repository Service"
"The repository code page [106: UTF-8 encoding of Unicode]
does not match the code page specified for the corresponding
Repository Service in the Administration Console
[2252: MS Windows Latin 1 (ANSI), superset of Latin1]."
you must create the repository service with a matching code page
- remember that the code page cannot be changed after the Repository Service is created
Service Name = RepositoryService
CodePage = UTF-8 (Unicode)
later on at step "4.6.4 Creating the Informatica Integration Service"
it throws
"LM_36011 Code page mismatch. Service process is running in code page
[ISO 8859-1 Western European] whereas the service is configured
in the Admin Console to run in code page [UTF-8 encoding of Unicode]"
so I had to set the language env variables before starting the service
export LANG=en_GB.utf-8
export LC_ALL="en_GB.utf-8"
export INFA_HOME=/u01/app/oracle/product/8.6.0/etl_1
$INFA_HOME/server/tomcat/bin/infaservice.sh startup
Hope that helps.

Similar Messages

  • How to retrieve the admin console password

    hi,
    How to retrieve the password for the admin console. I have forgotten it. I am
    using 8.1
    Thanks
    Ashwani

    Hi,
    I don't know of a way to retrieve the administrators password. Are you sure there
    is one? I know how to change or reset it from the command line. Then you'll
    know what it is :)
    I did the following:
    %JAVA_HOME%\bin\java -cp %WL_HOME%\WLS\server\lib\weblogic.jar weblogic.Admin
    -adminurl localhost:8301 -username system -password patbumpus invoke -mbean Security:Name=myrealmDefaultAuthenticator
    -method changeUserPassword system patbumpus password
    You can also try -method resetUserPassword and you don't have to know the original
    password.
    There is a problem with changing the administrator's password. You need to update
    the boot.properties file in the domain directory as well which you can do in a
    sed script. If you don't, then the server won't boot. Also, there might be issues
    with changing the administrator's password and then being able to start managed
    servers. I had a problem, but didn't investigate enough to rule out user error.
    This is supposed to be all fixed in WLS 9.x.
    I know that I didn't answer your question, but maybe something was useful.
    pat
    "Ashwani Kalra" <[email protected]> wrote:
    >
    hi,
    How to retrieve the password for the admin console. I have forgotten
    it. I am
    using 8.1
    Thanks
    Ashwani

  • Adobe muse - how to upload images in photo gallery in the admin console?

    Question from Adobe Muse beginner - I can't figure out how images can be uploaded in a slideshow/photo gallery in the admin console? I can edit or delete images but not upload additional images?

    Hi,
    May I know which admin console are you talking about.
    You are talking about Business Catalyst or Adobe Muse?
    Please provide the steps to access the admin console via Muse.
    Regards,
    Gaurav Aggarwal

  • How do I create admin console users with full access to configuration and the directory in every instance?

    I want to be able to create directory user ID for the iPlanet administrators. They should be able to access the admin console and all the instances created. They should be able to configure each instance and directory. I was able tocreate Admin Server Administrators but they were only able to modify the directory(tab) and not the configurations(tab). Any help would be greatly appreciated!
    Thanks.
    Keith

    Hi Keith,
    In o=netscaperoot, edit the static group called cn=Configuration Administrators, ou=Groups, ou=TopologyManagement, o=NetscapeRoot - this group contains the admins peer to your config admin. Since the console is quirky and doesn't let you add in users not in netscaperoot, just click advanced and put in the full dn of whoever you want in by hand, e.g., uid=scarter, ou=people, dc=mydomain,dc=com as a static member. then rebind to the console with the full dn and passwd, and away you go :)
    james

  • Switching off DEBUG messages in the admin console

    Hi
    I have the problem that I see a lot of debug information on the log when starting the admin console and navigation through the pages. It makes the admin console VERY slow. This must be some sort of low level debug stuff which I'm not able to witch off.
    I already made sure that debugging is switched off for the server (AdminConsole->Debug) and no diagnostic options are turned on. I also checked for a debug command line option in the start script.
    Some example debug output:
    DEBUG struts.util.PropertyMessageResources (PropertyMessageResources.java:284) - Saving message key '.assistant.jms.server.resumeconsumption.title
    DEBUG util.logging.Logger (Logger.java:118) - Delegating to RequestDispatcher for URI /jsp/contentheader/Messages.jsp
    Thank for any hints!

    You could add a dynamic text field to your app, add it to the stage and send notifications for whatever you need to debug.
    e.g. Just as you would use the trace("this message "+variableValue); in Flash to debug using the output window.
    You would use
    textfield_name.appendText("this message "+variableValue+"\n");
    or if you were listening for error you could use something like:
    private function errorXML(e:Event):void {
    textfield_name.appendText("XML Error:"+ e);
    I'm not sure how or if you can utilise the Xcode organiser with an AIR app.

  • Can I use Apache to Proxy the Admin Console?

    Greetings.
    We are deploying a new Weblogic environment into a network that we treat like a DMZ. Basically we treat all of our Production networks like DMZs, let's not debate the intelligence or stupidity of this please. We are running on RHEL 5.3 x86_64, with Apache 2.2, with Weblogic 10.3.1 32bit.
    One security flaw we are trying to correct is not having secure access to the Weblogic Admin Console. In this secure environment we intended to use the Firewall, Apache Allow/Deny, and SSL to ensure the console is kept secure.
    In our less controlled networks we use an Apache SSL Virtual Host to proxy the Admin Console but it seems that none of our weblogic admins have ever noticed that inside the browser, half the links are not SSL, and include the Admin Console's port number. Just a snippet of the Admin Console's HTML for the banner across the top shows a how some links are / relative and others are fully qualified with protocol, hostname, port and path.
    In order for my Apache Proxy to work properly the Console must be generating / relative links, is there some way to configure the server's root for the Admin Console or something?
    As of now, unless a better idea surfaces, my options seem to be:
    1. Spending my holiday weekend writing a Perl CGI to be the proxy and content filter all of these bad URLs out.
    2. Using ssh to tunnel to the Admin Console's port.
    3. Using mod_proxy_html to do the same thing as #1.
    Here are options not on the Table:
    1. Firewall rules to allow access to the Admin Console port.
    2. Bridging networks with a spare NIC in the server.
    3. Running the Admin Console as Root and binding to port 443.
    Overall, I can't believe I'm the only one to ever think of or try to do such a thing as proxy the Admin Console, but I can not seem to find any blogs, forum posts, or documentation to suggest a good way to accomplish this.
    Thanks for your time and attention.
    Edited by: user1758753 on Sep 4, 2009 2:56 PM

    Hrrm, just changed my forum profile to a better username. Guess it didn't work.
    Edited by: user1758753 on Sep 4, 2009 2:58 PM

  • You have forgot your admin console password.how to reset your admin console

    If you create the new domain in oracle weblogic at that time you give the admin console username & password. After one week you forgot the admin console password. then how to login into the admin console page.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain --> The New domain name is " vinoth_domain"
    [root@loaclhostvinoth_domain]# ll
    total 44
    drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
    drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
    drwxr-x--- 12 root root 4096 Jul 23 12:22 config
    drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
    -rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
    drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
    drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
    drwxr-x--- 2 root root 4096 Jul 23 12:31 security
    drwxr----- 3 root root 4096 Jul 23 12:22 servers
    -rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
    -rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r--r-- 1 root root 3301 Jul 23 12:31 DefaultAuthenticatorInit.ldift
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldift_backup
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    -rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
    [root@loaclhostbin]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin
    [root@loaclhostbin]# ll
    total 48
    drwxr-x--- 2 root root 4096 Jul 23 12:21 nodemanager
    drwxr-x--- 2 root root 4096 Jul 23 12:21 server_migration
    drwxr-x--- 2 root root 4096 Jul 23 12:21 service_migration
    -rwxr-x--- 1 root root 15895 Jul 23 12:21 setDomainEnv.sh
    -rwxr-x--- 1 root root 3211 Jul 23 12:21 startManagedWebLogic.sh
    -rwxr-x--- 1 root root 5658 Jul 23 12:21 startWebLogic.sh
    -rwxr-x--- 1 root root 2437 Jul 23 12:21 stopManagedWebLogic.sh
    -rwxr-x--- 1 root root 2098 Jul 23 12:21 stopWebLogic.sh
    [root@loaclhostbin]# ./setDomainEnv.sh --> You can set the Environment.
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount Adminnewusername Adminnewpassword .
    Example:
    [root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount vinoth vinoth123 .
    You must use '.' dot at the end of this command in between have a space.
    If you execute the above statement then the newly created DefaultAuthenticatorInit.ldift is availble in this path
    "/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/"
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    -rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
    -rw-r--r-- 1 root root 3301 Jul 23 12:37 DefaultAuthenticatorInit.ldift ---> newly created file.
    After you start the Adminserver the error is throughing then we go to the Adminserver ldap directory and rename the ldap directory.
    [root@loaclhostdata]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/AdminServer/data
    [root@loaclhostdata]# ll
    total 16
    drwxr----- 2 root root 4096 Jul 23 12:23 console
    drwxr----- 7 root root 4096 Jul 23 12:44 ldap
    drwxr----- 4 root root 4096 Jul 23 12:23 store
    [root@loaclhostdata]# mv ldap ldap_backup
    [root@loaclhostdata]# ll
    total 16
    drwxr----- 2 root root 4096 Jul 23 12:23 console
    drwxr----- 4 root root 4096 Jul 23 12:23 store
    drwxr----- 7 root root 4096 Jul 23 12:55 ldap_backup
    After that you start the Adminserver by using the "startWeblogic.sh'' shell script.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain
    [root@loaclhostvinoth_domain]# ll
    total 44
    drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
    drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
    drwxr-x--- 12 root root 4096 Jul 23 12:22 config
    drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
    -rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
    drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
    drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
    drwxr-x--- 2 root root 4096 Jul 23 14:50 security
    drwxr----- 3 root root 4096 Jul 23 12:22 servers
    -rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
    -rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
    [root@loaclhostvinoth_domain]# ./startWebLogic.sh
    Then you enter the new adminuser & password. The admin server Working fine. But if you start the Managed server the can through error. Then we follow the below step to resolve that problem.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/Managedserver1/data/
    [root@loaclhostvinoth_domain]# ll
    [root@loaclhostdata]# ll
    total 8
    drwxr----- 7 root root 4096 Jul 15 18:50 ldap
    drwxr----- 4 root root 4096 Jun 8 16:40 store
    [root@loaclhostdata]# mv ldap ldap_backup
    root@loaclhostdata]# ll
    total 8
    drwxr----- 4 root root 4096 Jun 8 16:40 store
    drwxr----- 7 root root 4096 Jul 23 15:50 ldap_backup
    Then you can start the Managed server one means they can't show any error.
    [root@loaclhostbin]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin/
    [root@loaclhostbin]# ll
    total 72
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 nodemanager
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 server_migration
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 service_migration
    -rwxr-xr-x 1 root root 15901 Jun 8 16:27 setDomainEnv_default.sh
    -rwxr-xr-x 1 root root 16348 Jun 8 17:27 setDomainEnv.sh
    -rwxr-xr-x 1 root root 3217 Jun 8 16:27 startManagedWebLogic.sh
    -rwxr-xr-x 1 root root 5661 Jun 8 16:27 startWebLogic_default.sh
    -rwxr-xr-x 1 root root 5702 Jun 8 16:29 startWebLogic.sh
    -rwxr-xr-x 1 root root 2440 Jun 8 16:27 stopManagedWebLogic.sh
    -rwxr-xr-x 1 root root 2101 Jun 8 16:27 stopWebLogic.sh
    [root@loaclhostbin]#./startManagedWebLogic.sh Managedserver1 http://localhost:7001 adminusername adminpassword
    adminusername : vinoth
    adminpassword: vinoth123
    If you follow the step to start the Adminserver & Managed servers in oracle weblogic.
    Regards,
    S.Vinoth Babu

    Re: Reset admin password in Weblogic 9.2
    this worked for me.

  • How to get the Admin Task to Process Members from Member Sheet?

    Hey guys!
    I've been successful getting the Custom SSIS Admin Task to process a Dimension using a SQL staging table.  However, we have a few dimensions that are best managed in the Excel Member sheets.  When we have changes to these member sheets, is it possible to process the dimension using the SSIS Admin Task.  If so, how do I go about doing this?  What settings do I need to use within the task?
    I've tried using the "Scheduled Members Process" option (I honestly don't even know what this option does and I've found no documentation), but when this option is selected the task simply fails without any messages.  And I've tried putting the path directly to the Member Spreadsheet in the "SQL Source Table" box.  Using this method, the package returns a successful status code, but it's not really processing anyway.  It finishes in less than 2 seconds. 
    Thanks much!
    Sean

    I don't understand why you want to do this -- if you're maintaining some dimensions manually in the XLS member sheet, then you should process the changes manually too, using the Admin Console. No DTS is required, and you also get the benefits of validation & error messages right away.
    Having said that, if you feel it's necessary, you could set up a DTS package which uses the XLS member sheet, via an Excel connection manager, as a data source which is loaded into your custom dimension staging table. Then this staging table is the source of the admin dimension processing task.
    Beware, though, that this means every time you add or modify dimension properties, you will need to update the columns in both the Excel connection manager and the staging table. I've always found this to be a very frustratingly manual process in BI Dev Studio, to get the data fields to properly refresh. I usually end up deleting the source & destination data flow objects, just to get the new fields to show up. (Maybe there's a better way, but I haven't found it.)
    I always consider the dimension-processing decision on automation to be all or nothing for each dimension. If you're maintaining the dimension manually in the member sheet, use the admin console to process it.

  • Just downloaded JMS (3.6) and  the admin console is getting an error...

    Upon running the admin console I am getting this error "java.Lang.ClassNotFoundException.javax.help.HelpBroker" for some reason I am not going to be able to get any online help at all???
    what is the problem and how can I fix this?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • How to clean the surface of my mac book pro?

    Howdy. I have a retina mac book pro (I think model doesn't matter).  My question is how to clean the surface when it gets dirty. Like to use what kind of cloth and maybe some special cleaners and etc. Someone if you are experienced could you please answer me?
    Thanks in advance!

    http://www.monstercable.com/productdisplay.asp?pin=2105
    Special MicroFiberTM cloth gently polishes your display without scratching it.
    Contains a special polymer to protect your display, while reducing static electricity that attracts dust.
    Liquid gel will not drip into delicate electronics.
    Alcohol-free, ammonia-free formula removes dust, dirt, and fingerprints without damaging your display’s protective coating.
    Monster™ iClean™ Screen Cleaner 

  • Recently i have been getting the color wheel a lot and it is screwing with my happiness.  Any thoughts on how to clean the computer up so this stops?

    Recently i have been getting the color wheel a lot and it is screwing with my happiness.  Any thoughts on how to clean the computer up so this stops?

    Back up all data immediately as your boot drive may be failing.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|Previous Sh' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • Sun java system application server 8 custom realm lock the admin console up

    Hi:
    I implemented a custome realm. After I installed the custom realm to Sun App server 8 PE, I can get into the admin console any more. According to the log, the user is authenticated. However, this user isn't in write group to access the admin console. What would be the user group in a custom realm to access admin console?
    In version 7, even you set up custom realm the admin console still not affected by the custom realm. Why is the admin console in version 8 picking up custom realm?
    Thanks.

    Previous reply was quite misleading - there is no such thing as default admin password for standalone installation of Application Server. Default values only apply to Application Server installation installed through Creator or NetBeans installer.
    Otherwise, you have to specify admin user name and password at installation time. Admin username value is defaulted to "admin" so unless you changed it in your installation that should still apply. You had to enter explicit password values.
    If you forgot those, you can either uninstall and reinstall or you can take a look at Troubleshooting Guide for instructions on reseting admin authentication:
    http://docs.sun.com/source/817-6085/troubleshooting.html#1026910

  • How to rename the SharePoint Document Library existing file name using Web service

    Hi,
    How to rename the SharePoint Document Library existing file name using SharePoint Web service.
    Is it possible. How could i do it?
    Thanks & Regards
    Poomani Sankaran

    Hi,
    Lists.UpdateListItems Method
    would be helpful for your requirement.
    Here is a blog with code demo for your reference:
    http://blogs.msdn.com/b/knowledgecast/archive/2009/05/20/moss-using-the-list-web-service-to-rename-a-file.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • How to move Pictures Folder to a new location.

    I have 4 internal HD's and I would like to dedicate one to be my Pictures HD/Folder. Is it as simple as copying the folder to that drive? I hope so. I use Photoshop and Lightroom only. Just use IPhoto for desktop wall paper folder. Thanks!

  • Getting Total number of pages in Reports 3.0?

    In the layout model of a report I want to access the value of Total Pages in a format trigger on a repeating frame. You can use srw.get_page_num to get the current page number but I want the curent value of Total Pages. Can this be done? null

  • Weblogic 11g JPS-04028 error - Application with name "abc" does not exist

    Hi, We are migration one our app from OC4J to weblogic 11g server. This app is running fine in OC4J but getting the below exception in 11g. Pls help us in resolving this in identifying and resolving the same. I found info here, but wasn't help full t

  • Can i restrict the number of rows in Connect by clause

    Hi, I have atable with data with two columns as MAIN SUB 9 10 9 11 11 13 12 13 The query which i am using SELECT Main,Sub FROM My_Tab START WITH Main = 9 CONNECT BY PRIOR Sub= Main gives 9 10 also in the result My question is can i restirct the outpu

  • How to catch thrown error when implementing HttpSessionBindingListener?

    I would like to write code to implement the class HttpSessionBindingListener for using the valueBound and valueUnBound method. As I have put some codes for inserting data in database when the valueBound method is invoked, I would like to catch the SQ