How to manage J2EE Container with GUI?

I have used Oracle9i J2EE Container for 6 months. I have managed via command-line (on Win2000). It's not convenient for admin the server. I searched for the documents about manage with GUI, admin tool or Enterprise Manager but I found a few document on Oracle website that didn't help me too much.
Does anybody suggest me about any admin tool or how to use + configure Enterprise Manager or where to find rich documents?
Thank you so much

Narong,
Enterprise Manager is available with Oracle9iAS Release 2 and OC4J is a managed component withiin Oracle9iAS. You have to download Oracle9iAS Release 2 from OTN(may be just J2EE Webcache edition) if you want to use the GUI tool.
You can use the following link to download Oracle9iAS Release2 http://otn.oracle.com/software/htdocs/devlic.html?/software/products/ias/htdocs/winsoft.html
regards
Debu Panda
Oracle

Similar Messages

  • How to manage answer tones with iPhone.

    I haven't seen this posted anywhere else, so if I am duplicating someone else's post I apologize ahead of time. But, if anyone was wondering how to manage answer tones with their new phone since it doesn't have access to Media Mall, the best way I have found is by going to cingularanswertones.com.

    Sync it as described in the User's Guide.

  • How to manage one library with two accounts

    how to manage one library with two accounts

    you can only be logged into one account at a time on the iTunes store. However, you can authorize your computer for both accounts, making your computer work with both. In the menu bar just click [Store > Authorize Computer]

  • How to manage several databases with DWH

    hi,
    How to manage several databases within an Oracle datawarehouse.
    I.e. to memorize in a DWH the informations along various axes of analysis relating to each databases (I mean : operations, breakdowns, parmeters, caracteristic technical, statistics ...)
    Thanks
    Robert

    Mylenium, thanks for a helpful hint!
    I tried your suggestions and it seems that i have to save
    - mask shape and
    - Stroke effect settings incl. key frames
    as separate things, if i want them in the effects panel.
    When i set the Stroke effect to my preferred look (with custom colours, width, key frames for Start and Opacity) and save this as an effect, i cannot re-apply this to another mask with any of my custom settings still there. When i re-apply the saved custom Stroke effect, all settings like keyframes, custom colours and width are lost and it arrives with default settings and without any keyframes.
    Maybe i do something very wrong here?
    I wondered if i should save the mask with Stroke effect as an AE file and re-import it. But this mask can only be saved together with some footage and i don't see how to bring mask including Stroke effect into an existing composition and which of the File/Import ways to use.
    Thanks again!

  • How to Managing Firefox Settings with Group Policy?

    Hi
    Is there any way to manage Firefox Settings through Windows group policy?
    I want to replace Firefox with IE in the network but don't know how to customize the settings with GPO.

    There are some third party solutions that have worked for others in the past:
    You would need a user.js file and a lock file with a list a preferences please see the instructions on how to do this:
    *[kb.mozillazine.org/Locking_preferences]
    *[https://mike.kaply.com/2014/12/16/managing-firefox-with-group-policy-and-policypak/]

  • How to manage a connection with powershell using visual studio with C#

    Hi
     I want to manage a connection with powershell for a web app using visual studio with c#. and also run command with pipeline 
    Plz give a some suggestions..

    Hi Raj_Kumar_Saini,
    To make things clear, could you please clarify these thing?
    1. Do you mean you want to execute some PowerShell scripts from C# language? These blogposts may give you  some ideas:
    Executing PowerShell scripts from C#
    Powershell Automation and Remoting (a c# love story)
    Execute PowerShell from a ASP.NET Web Application
    2. Is your question related to Visual Studio Integration? Do you want to build a Visual Studio Extension?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to manage tcp buffer with array

    I am having trouble parsing data from the tcpread buffer. I can parse the data from the buffer I was just wondering if the following is possible...Is there a way to have each tcp packet that is received be put into an array element instead of having the buffer append the in received data onto itself. It would be much easier for me if the buffer was divided in to packets that way I could just parse each packet instead of having to find each packet then parse each packet individually? I was just wondering if  there was an example or something, or do I need a vi myself to handle this. I noticed that the TCPREAD vi block has 4 options for the buffer...this is not one of them...but perhaps someone has done something like this before? Thanks for any help.

    Unfortunately the project I have has a variable number of connections so it could be one or it could be up to 65535.
    I've been thinking of a server-type example for my blog.
    I've written a web server in LabVIEW before (1995 or so).  Basically you separate the listener from the service functions.
    The listener listens for connections and puts CONN IDs into a pool (queue).  The pool contains all the connections that are active at the moment, along with some sort of status flag.
    A service loop continuously extracts a connection cluster from the pool, handles it according to it's status, and either returns it to the pool, or terminates the connection and  removes it from the pool.
    The idea is that the server is a sort of state machine which runs through all current connections and gives them some attention.
    You could also do it by spawning a number of copies (one for each connection) of a single reentrant VI, but I don't know about the performance of that.  If you truly have a thousand connections at once, then you would have a thousand instances of this VI running in parallel.
    That's a bit daunting to me, but then I've never tried it. Perhaps someone else could comment on that feasibility.  It would seem that the thread-management overhead might be a problem, but I don't know. 
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • How to manage two viewstacks with one linkbar?

    hello all,
    I currently am creating my website utilizing flex and have come across a roadblock.  I need a single linkbar to manage two viewstacks but cannot figure out how to do this so far.  i have tried using both id's in the dataProvider but the only one it manages is the last input.  please advise how to do this or another way in which i can accomplish what i am trying to do.
    for your information:  one viewstack will be for the pages of the site and the other will be for banners on each page.  I cannot put the banners in the viewstack because they will be larger than the pages
    here is some of the code:
    <mx:LinkBar x="10" y="116" dataProvider="{body, ads}" fontSize="18" height="29">
    </mx:LinkBar>
    when i run the application i do not receive any errors however the only viewstack that changes is the ads or vice versa if i have body last.

    Sure, user a Timer:
    http://livedocs.adobe.com/flex/3/html/help.html?content=08_Dates_and_times_4.html
    http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutil stimer-class/
    http://livedocs.adobe.com/flex/3/html/help.html?content=16_Event_handling_7.html
    http://www.cs.vu.nl/~eliens/im/assets/flex3/langref/flash/utils/Timer.html
    If this post answered your question or helped, please mark it as such.

  • How to manage two iclouds with the same Apple ID

    My wife and I share the same Apple ID and the same ICloud, but now we have shared all our contacts. Is there a possibility to create to IClouds to manage different contacts and agendas but with the possibility to continue using the same Apple ID to purchase in Itunes?

    Just create a new iCloud account for one of you and sign in with it in System Preferences (or Settings)>iCloud. You can retain the common ID in iTunes - there's no problem about iTunes and iCloud having different logins.

  • How to manage two iPhones with one Apple ID

    My company is moving to iPhones and away from BlackBerry so I may soon end up with a second iPhone.  I believe that I can set up the app store account using my current Apple ID so I can download apps that I have already purchased to the new phone.  But do I need to set up separate iCloud accounts?  And if so how do you do that?

    use your existing apple ID.

  • How to manage linked files with multiple designers?

    Hi,
    I work at a small company with multiple designers (5 of us) where 3 of us work remotely. We use dropbox to manage our files so that everyone has access--we keep client files in specific folders and stock media in a shared folder.
    Currently whenever we open a file that's been edited by someone else, we have to go in and individually relink the files. Some would prefer to embed the files, however this can increase filesize by 60-400mb. Our current files total in at around 500gb, so I don't think that's a viable option.
    4 of us are on Macs, 1 on Windows. 1 has CS5, 3 have CS6 and one has CC.
    My question is this:
    If we all have the same path to dropbox (or the same path to the file, either way) will Illustrator be able to automatically find the files?
    Eg. X:/Dropbox/...
    If so, will it work cross platform?
    I know InDesign has a better link management system, is there a good plugin that would help with this?
    I'm going to continue to do my own research and testing, but I thought I'd consult those more knowledgeable than me.
    Thank you!

    Thanks for your response. Currently, dropbox works so that it syncs online but also is stored locally on your hard drive (not like a network drive). So one person could have a different path to the dropbox folder than the other. As for the second part, that would be about the same as embedding it in the file as far as general disk space usage. We use many of the same stock photos in multiple files, so keeping them in the same location reduces the amount of space used. It wouldn't be a huge problem if illustrator used relative paths instead of absolute paths, but alas.
    I was forgetting that Mac OS doesn't use drive letters, so there probably won't be a way for illustrator to read things as the same path cross-platform...
    I'm still wondering if there are any good plug-ins which help find broken links.
    I found this: http://techblog.willshouse.com/2011/01/16/adobe-illustrator-linked-files-fix/ which might be helpful, but I'm wondering if there's a better solution.

  • How to manage a node with cardinality 0..n

    hi,
    i implemented a application with webdynpro which uses a sap babi. everything wents fine, except that i don't know which container i have to use for a cardinality 0..n. one node has this and so the attributes can entered as often as possible.
    but i only need one string, so i tried it with an input field, but this is greyed out. what have i to do?

    Hi Marcus,
    If there is no way you could change the cardinality of the node, and thus it can contain 0..n items, I think you should create-and-add a new element programmatically.
    Since the collection can contain zero elements, I would add a 'new' button, which upon clicking adds one new element via:
    IYourNodeElement yourNodeElem = wdContext.nodeYourNode().createYourNodeElement();
    wdContext.nodeYourNode().addElement(yourNodeElem);
    Hope this explains a bit!
    Best,
    Robin van het Hof

  • How to manage Iphone sync with 2 Computers

    Hi everybody !
    My Iphone 3GS IOS5 is usually synced with my home desktop Imac.
    I am going to travel USA for several weeks,
    and I wish to sync my Iphone with my MacBookAir during this trip,
    and go back to my usual sync with the Imac once back home.
    What is the easiest and safest way to proceed ?
    Thanks for your help !
    Jean.

    Thanks a lot wjosten !
    Ill try this in a few days,
    and send you feed back.
    Cheers,
    Jean.
    P.S.:
    By the way, could you get a glimpse on my other today's post
    about how definitely remove a pdf file from itunes library ?
    You will probably have some workaround about that too.
    thanks,
    jean.

  • How can I display Photograph with GUI

    I want to display a picture when a button is clicked on. BinTallOne is the button. Compiler can't resolve symbol, symbol being getImage(). Is there a method I could use to get a jpg file and display it? ActionListener has been implemented and added to button.Thanks Toshi1
    code:
    public void actionPerformed(ActionEvent ae) {
    String label = ae.getActionCommand();
    if (label.equals("BinTallOne")) {
    BinTallOne = getImage("MePic.JPG");

    You can do the following:
    get the Graphics object of the container where you want your photo displayed, and the call it's drawImage() method.
    Let's say you have:
    Panel myPanel = new Panel ();
    Graphics g = myPanel.getGraphics();
    g.drawImage (BinTallOne, x, y, myPanel);where x and y represent the size of your image. Don't forget that in order to display the image the panel (myPanel) must be added to your Frame, Applet or whatever you're using.
    Good luck,
    Calin

  • Performance: How to manage large reports with high data volume

    Hi everybody,
    we actually make some tests on our BO server system, to define limitations and oppertunities. Among other things we constructed a large report with a high data volume (about 250.000 data records).
    When executing the query in SAP Query Designer it takes about 10 minutes to display it. In Crystal Reports we rebult the row and column structure of the query. The data retrieval in Crystal Reports Designer last about 9 minutes - even faster as in the query.
    Unfortunately in BO InfoView the report is not displayed. After 30 minutes of loading time we get a timeout error RCIRAS0244.
    com.crystaldecisions.sdk.occa.managedreports.ras.internal.ManagedRASException:
    Cannot open report document. ---
    The request timed out because there has been no reply from the server for 600.000 milliseconds.
    Also a refresh of an report with saved data is not possible.
    Now we are asking us some questions:
    1. Where can we set the timeout for InfoView to a value larger than 30 minutes?
    2. Why is InfoView so slow compared to Crystal Designer? Where is the bottleneck?
    3. Whats the impact of SAP single sign-on compared to Enterprise logon on the performance?
    Thanks for any helps and comments!
    Sebastian

    Hi Ingo,
    thank you for your reply.
    I will check the servers and maybe change the time limits.
    Unfortunately we have a quite slow server system that probably cause this timeout. In CR Designer we have no problems, its really quick. Is it to expect that CR Designer and InfoView have almost the same performance?
    Another nice point: When we execute the query in SAP BEx Query Designer it takes about 10 minutes to open it, in Crystal Designer it needs just about 5-6 minutes. We integrated exactly the same fields in the report, which exist in die SAP BEx query.
    What may cause the difference?
    - Exceptions and conditions in the query?
    - Free characteristics in the query?
    - anything else?
    Best regards,
    Sebastian

Maybe you are looking for

  • IPhone 4s no longer connects to wifi, wifi is greyed, FaceTime no longer works

    I have been having issues ever since the iOS 5.1.1 update and I thought with the iOS 6, all these bugs would be fixed. Unfortunately they have not. My iphone's wifi has not worked for several months now. I believe it is the reason my FaceTime no long

  • RAC with Multiple controlfile's

    Is it possible to start multiple oracle instances with different controlfiles (with one database name/alias) instead of using the common controlfile. right now we are using all files in common except pfile like standalone pfile for each instance. The

  • Abap sap-scripts

    in the output one column for me is filled up but i want move towards some left then how to modify that is tab positions only.

  • Crystal Reports XI Developer Edition - Invalid Key

    Hi All, I have downloaded Crystal Reports XI Developer Edition trial from Business Objects site and received the key for the same by email. Key Code: CP80U-F1YV0X7-0006VH1-AP81 When i input the same key during installation, i receive an error message

  • Need help tuning package.

    Hi, I am trying to speed up a package I created which currently runs for more than an hour. What I have is a source table which has approximately 16M records. In the report I'm creating, I need to re-use this table 48 times to get the sum of a column