After cloning to test server, in the title bar it is showing Production

Dear All,
In Oracle11i Apps i did the cloning from production to test server. Then i opened the URL(http://erpt:8000) of Test server, but in the title bar it is showing Oracle Applications Production.
Is there any problem?
How can i change it to show the test instead of procution?
Please help me in this regard
Thanks
Mahi

To change the Profile Option Site Name, do the following:
- Use the System Administrator Responsibility
- Go to Profile > System
- This will open a new window
- Make sure that Site is selected under Display
- Search for "Site Name" under Profile
- Click on Find
- The value of the profile option will appear under Site
- Type in the value you want to appear
- Save
- Log out, then Log in

Similar Messages

  • ITunes 9: "M:\" in the Title Bar

    Before upgrading to iTunes 9, the title bar on the main iTunes simply said, "iTunes". However, after upgrading to iTunes 9, the title bar text has something different: "M:\"
    I keep my iTunes library (and the associated database files) on a partition of an external hard drive, to which I assigned the drive letter M. (M = "music," get it?) Anyway, I just find it strange that the main iTunes window says "M:\". It would be totally confusing if you also had an Explorer window open to the M drive (the title bar of which would also show "M:\"). Is there any way to change the title bar back to showing "iTunes" before this "M:\" problem drives me crazy?

    This looks like an intended new feature of iTunes 9.
    The title shows the name of the folder containing your iTunes library. Presumably it is intedned to help people who use iTunes with different libraries to see which library they are currently using.
    If you don't like the feature, you need to use the feedback option on the iTunes help menu.
    I would guess that you can fix this if you don't like it by closing iTunes and then renaming the folder containing your library to iTunes. Then do a shift key start to tell iTunes the new location of the library.
    Hold down the shift key and start iTunes,. keep holding the shift key until your are promoted to choose a library. Navigate to you newly named iTunes folder and choose iTunes library.itl.

  • After installing FF4 on 2 computers (both Win7Ultimate), one places tabs in the title bar, the other below it; how can I get both to place tabs in the title bar?

    I have the same options selected on each computer, both have "Tabs on top" selected.
    The one I am using now has a double-height title bar, with the Firefox botton on the top left, and tabs below it also on the left.
    The right side of the title bar is blank (semitransparent) space.

    Found the problem - on one computer, I run Firefox maximised, and Tabs go into the title bar.
    On the other, Firefox runs in an unmaximised window, and tabs sit below the title bar.
    This seems very silly.
    Hey, developers, how about keeping the tabs in the title bar all the time? This is a good feature spoilt by this quirk.
    How about changing it for the next update?

  • How to replace the icon in the title bar and minimized window

    I am not sure if this is a Swing question. But since nobody answered it in the Java Programming forum, let me place it here:
    I would like to set my own icon in the title bar and in the minimized window of my java application, replacing the java coffee cup icon.
    I am using:
    frame.setIconImage(new ImageIcon("image.gif").getImage())
    as was suggested previously in the Java Programming forum at:
    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=5212059
    This does create the icon in both places. However, it only works when I run the program from JBuilder 2006. It doesn't work if I run the program from the .jar or the .exe file.
    How can I make it work for my .jar and .exe file?
    Please help! Thanks!

    It doesn't work if I run the program from the .jar...working example for a .jar
    import javax.swing.*;
    import java.awt.*;
    class Testing
      public void buildGUI()
        JFrame f = new JFrame();
        Image img;
        try
          java.net.URL url = new java.net.URL(getClass().getResource("Save.gif"), "Save.gif");//correct capitalization required
          if (url != null)
            img = javax.imageio.ImageIO.read(url);
            f.setIconImage(img);
        catch(Exception e){}//do nothing - default will display
        f.setSize(200,200);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Can't drag windows around using the title bar-CS4

    I just upgraded to CS4 at work last week and I'm already regretting it. Firstly, using two monitors, CS4 must like my graphics card becasue as soon as I open a document and it begins to render the window, the main monitor loses it's signal and cuts off. So I have to hard shut down and make my 2nd monitor the main one, open CS4 and a file on that monitor, then make it the 2nd monitor and pass it over to my real first monitor with a file open and make that monitor the main one again. Added to that, randomly, files will open as tabs even though I have the option unchecked in prefs. I hate tabs, I want my windows floating. But I digress.
    My current issue is the file windows are not movable using the title bar. I can expand/contract every side grabbing the edge, but clicking, holding and dragging any of the title bar is ineffective. I can drag to tab to undock it, but once floating, the title bar is non-funtional for grabbing. I can also double click on it to tab, just not to drag.
    I use a mac at home and thankfully Adobe hasn't forced the edge to edge palette background on that platform. On the mac we get a 'classic view' or something that does away with the desktop blocking grey window background. Seriously, I can't stand the full screen look. Why can't windows have that option to have just the menu bar, palettes and file windows allowing the desktop to be visible? /rant

    A new video card is often a good idea if yours is over 2 years old.  Even the modern "budget" (e.g., ~$100) cards are hugely powerful nowadays.
    This page, I believe, could be a good starting point for everything you want to know:
    http://kb2.adobe.com/cps/404/kb404898.html
    This page, specifically, talks about tested video cards with Photoshop CS4:
    http://kb2.adobe.com/cps/405/kb405711.html
    A similar page for Photoshop CS5:
    http://kb2.adobe.com/cps/831/cpsid_83117.html
    -Noel

  • TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.

    TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.
    I am only able to rename a duplicated .html file right after I create it, because the file name gets highlighted in the Title Bar, but after that there is no recourse. I I can Rename or Save the file if I want to just save it as a .txt, but I need it to be .html. I guess I can manually change the file later, but it's really annoying.

    I remember long ago a similar issue with TextEdit, but I can't remember if there was a solution or not.
    Do you have it set to Display HTML files as HTML code and also deselect "When Saving a File: Add ".txt" extension to plain text files"

  • Disable close opearion(X) on the title bar of a frame.

    Hai,
    I need to disable the close operation on the title bar of the frame.
    Can anyone give me the solution.
    Thanks
    SmartStar.

    hai,
    the code given is allowing me not to colse the frame, but it is not displaying the frame with the size i had given in the setSize().
    I need a code to achive a task such that, even after i click on the close on the title bar, it should not perform any function and display the frame as it is. with out any resizing.

  • Odd action using the icon in the title bar of image in psCS5--???????

    i use imac, lion.
    by accident, i discovered that, clicking on and dragging the icon at the left of the title bar (actually within the title bar to left of file name),  i can sometimes open the
    image in ACR,  as hosted by BRIDGE (which is not running. i do not use bridge).
    sometimes the image will be duplicated following this dragging of icon, the new duplicate lying atop the image of the background layer, in the same window, and shows the diagonal bars awaiting resizing. if i just click the ("checkmark")  in the options bar to accept this new layer,  or, if i  press enter, i am looking at a new layer, which is a duplicate of the background layer. this new layer is a "SMART OBJECT", and functions as such.
    this happens only with JPG and TIF files, not with RAW.  i have ACR prefs set to open all supported jpg and tif files.
    i should note that none of this occurs if the image has been edited in any way. in fact, after any edit the icon in the title bar is not movable.
    i am having some difficulty describing a simple and quick process. i don't know if this is a bug, a feature, or the result of too much RED BULL!  i Just reread post and it does seem delusional.
    can anyone help?

    it seems to work with or without the shift key.
    I work with OS 10.6.8 and you are right that it works without shift, too.
    My surmise is that the title bar’s icon of non-dirty files (files that have no History steps save the Open-step or have just been saved) behaves like the file’s icon in the Finder as the behaviour seems to be exactly like a drag-and-drop from the Finder (as a Smart Object if set in the Photoshop > Preferences > General > Place or Drag Raster Images as Smart Objects, not if set otherwise) and works across files, too.
    I don’t think I had noticed that previously, but that behaviour may well be fully intentional.

  • Disabling close 'X' icon in the title bar of JDialog

    I found that JDialogs by default come up with the close 'X' icon. The only manipulation that can be done is by setting the DefaultCloseOperation.
    Is there some way I can avoid showing that icon on the title bar?
    My JDialog already has a 'Close' button and I have written an action listener for it. I dont want to listen to WindowEvents as well.

    JDialog d = new JDialog((Frame)c, true);
    d.setSize(400,300);
    d.setUndecorated(true);
    d.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);That bit of code seems to get rid of the title bar entirely and cause a MetalLookAndFeel dragging bar without an X to appear.
    Let me know if this is a satisfying solution
    My full test code followsimport java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DyalogTest extends JFrame
       public DyalogTest()
          super("Dialog Test");
          setSize(500, 400);
          setDefaultCloseOperation(EXIT_ON_CLOSE);
          Container c = getContentPane();
          c.setLayout(new FlowLayout());
          JButton b = new JButton("Initiate Dialog");
          b.addActionListener(new ActionListener()
             public void actionPerformed(ActionEvent e)
                Component c = SwingUtilities.getRoot((Component)e.getSource());
                JDialog d = new JDialog((Frame)c, true);
                d.setUndecorated(true);
                d.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
                JButton b = new JButton("Dispose");
                b.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                      Component c = SwingUtilities.getRoot((Component)e.getSource());
                      JDialog d = (JDialog)c;
                      d.setVisible(false);
                      d.dispose();
                d.getContentPane().setLayout(new FlowLayout());
                JPanel p = new JPanel();
                p.setPreferredSize(new Dimension(400,300));
                p.setBorder(BorderFactory.createTitledBorder("Vanilla Dialog"));
                p.add(b);
                d.setContentPane(p);
                d.pack();
                d.setVisible(true);
          c.add(b);
       public static void main(String[] args)
          new DyalogTest().setVisible(true);
    }

  • Volume icon in the Title Bar of my Treo 800w?!

    I don't know completely how to explain this, but here it goes:
    I have a Palm Treo 800w for Sprint. Yesterday, I looked at my phone (that I've had for 3-4 months now) and noticed a symbol that I've never seen in Title Bar on the right-hand side. It was an icon for volume, except it provided more(and simpler) options for volume. When you click on it, it showed the volume levels you could choose, but you could also select On, Off, or Vibrate. I went to look at the icons provided in the User Guide, but it wasn't any of them. ALSO, this icon in the Title Bar replaced where my battery icon usually would go.
    Anyways, my phone died, and when I turned it back on, it resumed to normal and didn't show the icon anymore. I like that icon, so I looked all around on my phone and read the user guides, but found NOTHING! Please help me if you can!
    Megan
    Post relates to: Treo 800w (Sprint)

    Sometimes after you use the media player (and under other equally unpredictable circumstances) the volume/speaker icon replaces the battery icon. I don't think I've ever clicked it, so I don't know whether it's functions are duplicative of an equally convenient icon.
    Since most people are much more concerned about their battery life, every post I have seen here on this was a complaint about the change rather than a request for it.
    Anyway, I don't think there is any built-in way for users to change the icons on that bar. There might be third party software or registry edits to do it; that would require more research.

  • Hiding URL in the title bar of external window

    Experts -
    Scenario:
    On click of 'LinkToAction' element, we are opening up a pdf document (stored on portal content server)
    in an external window, using:
    CALL METHOD LO_WINDOW_MANAGER->CREATE_EXTERNAL_WINDOW
        EXPORTING
          URL            = LV_HOSTNAME
          TITLE          = 'My Title'                             "Does not work
          MODAL          = ABAP_FALSE
          HAS_MENUBAR    = ABAP_FALSE
          IS_RESIZABLE   = ABAP_TRUE
          HAS_SCROLLBARS = ABAP_TRUE
          HAS_STATUSBAR  = ABAP_FALSE
          HAS_TOOLBAR    = ABAP_FALSE
          HAS_LOCATION   = ABAP_FALSE
        RECEIVING
          WINDOW         = LO_WINDOW.
    We have a requirement to hide the location bar and the title of the window (in which the PDF is displayed). We are able to hide the location bar but the URL still appears in the title bar.
    We have tried the following code to set the title, but it is not working.
    CALL METHOD LO_WINDOW->SET_WINDOW_TITLE
      EXPORTING
        TITLE  = 'My Title.                    "Does not work
      LO_WINDOW->OPEN( ).
    Any help on how to achieve this will be appreciated.

    This is not a web dynpro restriction - but one that has been brough about by the browser designers.
    Because of the number of people falling to phishing attacks the designers of browser have all decided to always show the URL of any popup HTML windows. This stops malicious pop-ups from pretending to be something they are not and stealing user's data.
    If the world were a nicer place you could have your pop-up without the URL - but it isn't and it's probably better that your users have a least a little help in identifying if they are being scammed.
    Cheers,
    Chris

  • After syncing iPad Air with iTunes the Info Page no longer shows up.  Doesn't matter if I sync via wi-fi or try another computer.  Without the Info Page how do I sync my calander/contacts/mail ??

    After syncing iPad Air with iTunes the Info Page no longer shows up.  Doesn't matter if I sync via wi-fi or try another computer.  Without the Info Page how do I sync my calander/contacts/mail ??

    I think there's a big ol' discussion in the Mavericks forum about this - some folks have suggested setting up your own CalDAV server so you can continue syncing without having to route things through iCloud.
    It may be simpler to go back to Mountain Lion or Lion (assuming you were on either of those). My syncing computer is on Lion and can't go higher so I didn't realize until recently that USB syncing over contacts & calendars was no longer available!
    ~Lyssa

  • Why do the title bar on Firefox and taskbar on Windows 7 leave distorted image when a list of bookmark folders crosses either one ?

    I use lots of folders in my bookmarks list. I have noticed that with both AMD and Nvidia based video cards, that if I am using a folder in my bookmarks list that has lots and lots of bookmarks, the list of bookmarks will cross both the title bar area of Firefox and the taskbar on Windows 7 at the bottom. When this happens, both the title bar on Firefox versions 8-10 and the taskbar at the bottom will leave images from the bookmark list that don't go away (unless I use F11 view fullscreen to clear away the image and restore to normal ). If I am using a Matrox video card, this doesn't happen. Why is this?

    Hey cor-el,
    Wow. That did it. You are a genius! Thank you, thank you. It's very important that I be able to use the folders with saved bookmarks feature for my business which I rely on daily.
    I unchecked the "use hardware acceleration feature" where you said it was in Firefox 9 browser and it resolved the problem immediately. I am using an Nvidia GS8400 video card. I was having the same problem on the new ATI/AMD video cards too (haven't tested though on ATI computer yet). My Matrox M9120 doesn't do that at all though. Do you have any idea why that is ? Is it a software conflict between Nvidia or AMD drivers and Firefox?
    One more question on your response solution, why do you recommend upgrading to current video card drivers since un-checking the "hardware acceleration" feature in Firefox works? The video card drivers on the disc that came with the card I am using were supplied by the manufacturer and released last year. Shouldn't that be good enough?

  • The Title Bar and its controls are superimosed on the navigation toolbar

    the Question is it. the overlap prevents me from easily accessing controls on the navigation bar. I don't understand this. I asked this earlier and got dumped because i changed all the files as requested and the problem hasn't gone away. I downloaded and installed Firefox 17 and it is still there! I also upgraded my operating system to mac OS 6.8 with no help at all. I can get you a copy of the start up reading from the console if you want. I've included a screen shot below..... wait.
    I just reverted to the default persona from a musical one - the problem disappeared. Why do I get this when I add personas? Let me try others.... That is the focus of the problem! The personas for some reason exclude some of the toolbars and "shove" the title bar down onto and superimpose it upon the navigation bar. That may not make sense, but that is what it looks like from this end. Curious, though, the drop down options are still in a strange configuration, a different typeface than they were before, which happened when the personas superimposed the title bar on the navigation toolbar. So, obviously I can't use the personas. Is there a way around this, please? there is obviously a conflict somewhere, bit I can't figure it as this is a new development ever since I tried to install a new glims version for Safari and this problem appeared after that. De-installing glims did not eliminate the problem so it obviously changed something in the Firefox configuration files. The guy at glims was mystified, too. Any suggestions?
    thanks.

    Whenever I even mouse over the pesonas in the dropdown tools menu, the title bar at top and the buttons thereupon drop down and superimpose onto the navigation bar just below it. I also have an arial or helvetica font on the right click drop downs where it was gill sans before. Just changing with the mouse-over causes this. And it still happens now that I've upgraded to MAC OS 10.8. New version 17, new MAC OS and this still happens and is not a hardware acceleration issue. I'm stumped.
    What can we do? Do you want me to copy off the Firefox initiation lines from the console log?

  • How can I get back the title bar in Thunderbird 38?

    The title bar can be turned on and off in Firefox. In the current version of Thunderbird (31), the title bar is present by default and there is no option to turn it off. In the beta version (38), there is no title bar by default… but I can't believe that there's no way to get it back. So, where is this setting? I can't find it.

    I sure agree that the setting isn't easily discoverable, but that's too late for the 38.0 release given that string freezes went in effect already (the reason being that localizers have to translate all UI elements for their respective language).
    The respective [https://bugzilla.mozilla.org/show_bug.cgi?id=814571 bug report] has been up for more than two years, but thus far not much progress in terms of a solution acceptable by the developers. I don't know if the extension proposed in the last comment was ever developed and posted.

Maybe you are looking for

  • Abmeldung Adbe ID von diesem Computer, weil ich diese auf einem anderen #Gerät brauche

    ich möchte von diesem Computer die Adobe ID abmelden, weil ich sie für ein anderes Gerät brauche

  • Acrobat 9 Pro - can't accept EULA

    I thought I would try one more time to see if anyone can help me. I have recently installed Acrobat 9 Pro as administrator on Vista Home Premium 32.  No problems with the install but when I launch the program the EULA window comes up and wants me to

  • Folio preview do not work

    The preview of my folio only works on iPad when i submit it per USB cable. The content viewer on my mac works too. When i submit the folio online, the submitting stops with this error: When i click "try again" it seems to work, bit the article on the

  • Portal slowing down after import of application (New bug in 3.0.8 ??!!!!)

    We have two complete IAS installation (Portal 3.0.8+DB 8.1.7.0 EE) based on NT4.0. One is development, second production. Before moving application, clean prod machine is running forms very fast (least than 1 sec to show complete form). After importi

  • How to trigger a trigger in a Web Forms 6i from Java script

    Hi, I have an applicatin that has two frames. One displays a map, the other one the Oracle Forms 6i web forms. I display the datasheet of various map objects in the second frame when the user clicks on a map object in the first frame. My problem is t