Oracle 11g OMS: Database Instance Home Tab:  Page Refreshed Timezone Issue

Hi all...I've searched the forums and search engines for specific information on this issue, but have not seen a viable solution so far. We have Oracle 11g Grid Control 11.1.0.1
installed on a Solaris V490 using Solaris 10, with an Oracle 11.2.0.1 database.
The Database instance Home tab for all 50+ databases shows the date and time of the 'Page Refreshed' in GMT. The OS and the Agent software both are configured
with the TZ set to US/Eastern. All other page displays e.g. Performance, Availability for Data Guard Standby etc. all show the refreshed time in EDT, it is ONLY
the Home tab for the instance that has the GMT format.
I have not seen any threads or other information that describes specifically how to correct this or even to change it. There are many related posts about the Agent
end.properties, the OS /etc/timezone configuration parameters, the TZ environment variable etc. but in my case they are all set properly.
Does anyone have any additional ideas or suggestions or knowledge about how , or even whether, this can be resolved?
Thanks!
DPH

sqlplus ... Connected to an idle instance.That means the database you're trying to connect with is offline, thus the:
ORA-01034: ORACLE not availableNo big surprise there, instance (that you're trying to connect with) is offline.
First, make sure the service OracleServiceXE for the database is running, see the services applet, Start/Run/services.msc and if it does not show "Started" hit the Start button with the OracleServiceXE selected.
sqlplus sys/admin@XE as sysdbaThat connection attempt uses sqlnet to the XE tnsalias. If you're on the database host the ...@XE part is not needed, better to use:
$ sqlplus /nolog
connect /as sysdba;
... Connected. #if its running
-- or use:
$ sqlplus
... username: sys as sysdba
... password ...
Connected.
-- also try
$ sqlplus system
... password: ....
Connected.
select name from v$database;
...That also assumes the environment/registry entries have been configured correctly.
tnsping XE ... Attempting to contact [tnsalias connect details] ... OK (10 msec)That tells you the listener is running. It does not mean anything more than your listener is running at the host and port specified for your tnsalias are correct. It does not attempt an actual database connection. So if the database is offline but the listener is running a tnsping will not identify that particuler "problem".
lsnrctl status ... Endpoints Summary ... PROTOCOL=tcp)(HOST=chilakamarthy)(PORT=1521)))...That bit of info also verifies the listener is running. Again, check your services.msc applet make sure the service shows Started.
Edited by: clcarter on Jun 7, 2012 2:15 PM
clarify tnsping

Similar Messages

  • Which Oracle 11g R2 Database Editions support Fusion Middleware?

    I would like to create a database instance(s) and install a development environment (which will include Oracle Forms 11g and Reports 11g as well as APEX and JDeveloper), on my laptop. The laptop has an I5-2520 processor. The set-up is for learning purposes and I do not mind purchasing a license, if it is necessary. My laptop can be installed with an appropriate OS, if one is suggested. Currently, it has Windows 7 Professional 64.
    My questions are:
    1) Can a development environment be set-up on my laptop?
    2) Which Oracle 11g R2 Database Editions (SE1, SE, EE, PE, XE) support Fusion Middleware for the development tools listed above?
    3) Does anyone know of a document detailing the steps from installation of the DB to the installation of the development tools as well as any configuration steps?
    Just need a point in the right direction. Any input would be welcome.
    Thanks!

    Straggler wrote:
    I would like to create a database instance(s) and install a development environment (which will include Oracle Forms 11g and Reports 11g as well as APEX and JDeveloper), on my laptop. The laptop has an I5-2520 processor. The set-up is for learning purposes and I do not mind purchasing a license, if it is necessary. My laptop can be installed with an appropriate OS, if one is suggested. Currently, it has Windows 7 Professional 64.
    My questions are:
    1) Can a development environment be set-up on my laptop?
    2) Which Oracle 11g R2 Database Editions (SE1, SE, EE, PE, XE) support Fusion Middleware for the development tools listed above?
    3) Does anyone know of a document detailing the steps from installation of the DB to the installation of the development tools as well as any configuration steps?
    Just need a point in the right direction. Any input would be welcome.
    Thanks!
    >I would like to create a database instance(s) and install a development environment (which will include Oracle Forms 11g and Reports 11g as well as APEX and JDeveloper), on my laptop. The laptop has an I5-2520 processor. The set-up is for learning purposes and I do not mind purchasing a license, if it is necessary. My laptop can be installed with an appropriate OS, if one is suggested. Currently, it has Windows 7 Professional 64.
    My questions are:
    1) Can a development environment be set-up on my laptop?
    2) Which Oracle 11g R2 Database Editions (SE1, SE, EE, PE, XE) support Fusion Middleware for the development tools listed above?
    3) Does anyone know of a document detailing the steps from installation of the DB to the installation of the development tools as well as any configuration steps?
    Just need a point in the right direction. Any input would be welcome.
    Thanks!
    software can be obtained from http://otn.oracle.com
    documentation can be found at http://tahiti.oracle.com; including Installation Guides

  • Install Oracle 11g on windows 7 Home Premium?

    All,
    I'm trying to install Oracle 11g on windows 7 home premium edition? Is there any one installed successfully?

    >
    I'm trying to install Oracle 11g on windows 7 home premium edition? Is there any one installed successfully?
    >
    Do you have any specific issues with your installation? I don't see why you shouldn't be able to install Oracle 11g on Windows 7. Found a quick blog post for you:
    http://mgrvinod.wordpress.com/2011/05/23/oracle11g-r2-on-windows7-home-premium-64bit/

  • Slow connection to oracle 11g R2 database if no Internet connection

    Hi all,
    I've read some similar topics, but could not find a solution for my problem. I'm running Windows 7 Enterprise with a VMWare (Player) with a virtual Linux image on my machine (centos 5.4) in NAT connection mode. On the virtual machine I have installed an Oracle 11g R2 database. As long as I'm connected to Wi-FI or I'm plugged into my LAN network, I can access the database and run applications without a problem. But if I don't have an Internet connection, it's almost impossible to connect to the database or use certain applications.
    Thanks in advance for your help !
    Gianni
    Below the settings on my virtual machine:
    TNSNAMES.ora
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dmserver)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    LISTENER.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = dmserver)(PORT = 1521))
    ADR_BASE_LISTENER = /usr/local/software/oracle
    I also have a local loopback adaptor installed (below some info from my ifconfig):
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:9396 errors:0 dropped:0 overruns:0 frame:0
    TX packets:9396 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3047584 (2.9 MiB) TX bytes:3047584 (2.9 MiB)
    Edited by: 939190 on Jun 7, 2012 2:04 AM

    Solved it by commenting out my nameserver in resolv.conf and adding my hostname explicitely to the etc/hosts file in Linux. A good thread on this is: Oracle connection extremely slow(Oracle 11G on Linux RHEL4)

  • Add old users.dbf into new oracle 11g express database?

    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)
    regards
    Gordan

    useruseruser wrote:
    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)In Oracle, a database is more than just a single file.
    That single file is like a single piece of the puzzle. It alone cannot be the picture. Nor can you derive what the picture looks like from a single puzzle piece.

  • How to manage connectivity between Oracle 11g &9i Database and Visual Studio 2010 professional in window 7

    Hi,
     I am not able to resolve the error of
    “ORA-12514: TNS:listener does not currently know of service requested in connect descriptor”
    Below Link is the indication,  related to that error.

    Hi Surbhi.Gupta,
    Thank you for posting in MSND forum.
    According to your descriptiom, I suggest you could try the following blog to connect to Oracle from Visual Studio check your issue again.
    Reference:
    http://blogs.msdn.com/b/kaevans/archive/2009/07/18/connecting-to-oracle-from-visual-studio.aspx
    In addition, as you said the error message, I did some research about this error message. So I suggest you could refer then following thread to check your error, maybe you will get some useful message.
    http://dba.stackexchange.com/questions/36370/oracle-11g-listener-fails-with-ora-12514-and-ora-12505-errors
    However, since this issue is related to the third-party database oracle, so if possible, I suggest you could try to post your issue directly to this Oracle official website:http://www.oracle.com/us/corporate/contact/about-your-account-070507.html
    , you will get better support.
    Thanks for your understanding.
    Best Regards,
    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.

  • Oracle 11g R2 Database Client for Mac OS X?

    Is there an Oracle 11g R2 client for Mac OS X? If so, where is it?

    Hi;
    Please check:
    http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
    Also see:
    Master Note For Oracle Database Client Installation [ID 1157463.1]
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]
    Master Note For Database and Client Certification [ID 1298096.1]
    Regard
    Helios

  • Re: Install Oracle 11g on windows 7 Home Premium?

    Can any one let me know whether windows 7 home premium supports oracle 11g 32bit version?

    Welcome to the forums !
    No - Home versions of Win are not supported for any Oracle installs. One option you have is to create a Linux VM on your Win 7 machine and then install 11gR2 in the Linux VM - pl see my blog (linked in my profile) for detailed steps
    HTH
    Srini

  • Our Home tab/page just spins

    All of our applications are up to to date, but every morning when we start up there is a query that our Cloud account needs some attention. when we open the Home page just spins, the other pages/tabs show our applications and such with no problem

    Sorry to hear you're still having difficulties. Where is the needs attention message appearing? It sounded similar to this Your Creative Cloud subscription needs attention
    Did you recently change your credit card info or anything like that? Would it be possible to post a screen shot of this needs attention message? You'll need to so through a browser though, because images don't appear when you do so via email

  • Min. rhel packages for oracle 11g r2 database installation

    hi guys,
    i'm doing a fresh standalone installation of rhel and 11g database. during rhel installation, i can select which category and individual packages to install. i want to select MINIMUM packages for resource saving and security. what packages should i pick up? is there a guide doc?
    thanks!
    thomas

    869060 wrote:
    MINIMUM.
    no additional packages for rhel installation except those are required by oracle database or for common linux admin tasks.The oracle installation guide does list the minimum requirements to support the oracle product being installed.
    As for minimum requirements for the OS itself, that is beyond the scope/concern of Oracle documents. Doesn't the installation process prompt you for which components you want to install? If you don't know what you are doing, I'd be very leery of trying to create a 'minimal' installation of the OS.

  • Oracle 11g R2 database required softwares and product Licenses cost

    Hello All,
    I want to know about softwares require for Oracle database implementation in the Project.
    What commercial licences we will require for the purpose ? Whether we will require commercial license for all the machines (Development and Deployment machines) ?
    Is there any benefits or offers for Oracle Gold member partner ?
    Kindly suggest.
    Thanks ,
    Praneet Rane.

    Its always best to pick up the phone and call ORACLE if you have any questions about licensing. Sometimes they can give you a good deals.
    You can check software investment guide in the link but I would still recommend to call Oracle Marketing representative.
    http://www.oracle.com/us/corporate/pricing/index.html

  • Oracle 11g spatial database

    Am new to spatial data of oracle... the oracle manual mentions the following steps in order :
    1)Creates a table to hold the spatial data.
    2) Inserts rows for areas of interest.
    3) Updates the USER_SDO_GEOM_METADATA view to reflect the dimensional information for the areas.
    4) Creates a spatial index.
    5) Performs some spatial queries.
    My question is : is it necessary to follow this order ? can i do order 1),3),4) and then 2) and 5) ??

    Why what difference does it make if I update user metadata and spatial index before doing DMLs ?? Also if it does make a difference do I need to update both of them after each DML transaction ??
    Edited by: 919436 on Oct 27, 2012 5:35 PM

  • Tab page refresh problem

    Hi,
    Forms Builder: 6.0.8.22
    Runtime version: 10gAS Rel 2 (Form developed in 6i and compiled and run on 10g)
    We have a form with multiple tabs based on single blocks.
    When i click on any tab other than first tab (i will call it as base tab), after sometime, control retuns to the base tab if there is no activity on that tab.
    There is no trigger or timer or delay used in this form.
    I am wondering how and why this is happening.
    Has anyone encountered this problem before ?
    Thanks
    AT

    And where is the focus after you have clicked on the new tab? In the page represented by the tab or the base tab?
    Additionally, are the pages real tabbed canvases or, as is common these days, stacked canvasses made to look like tabbed canvasses?
    (The reason for this is that a set of tabbed canvasses are loaded at startup as a set, potentially making loading take a long time while stacked canvasses are loaded as needed making the initial load time less while making navigating to the new stacked canvas take longer.)

  • Can not open database control in oracle 11g r2, listener issues

    Hi,
    I installed Oracle 11g r2 database on my laptop for testing. at beginning everything was fine and working. 2 days later i am unable to run oracle database control.. i get page not found!
    I tried all the tricks and read almost 200 pages from oracle documentation, none of this was even close to help!
    (by the way oracle documentation is a fail in my opinion, it really tend to complicate things so much and talk about things not related to what a developer want to read about, its even hard for professional programmer to keep up with this, I started to hate dealing with Oracle before even going deep!!)
    I tried deleting database and creating new database i get the following warning:
    - Enterprise manager configuration failed due to the following error:
    listener is not up or database service is not registered with it. start listener and register database service.. etc.
    Some how after few hours the control is working but the database is not there, and it shows that the listener is up, but database is down.
    I tried creating a new database, but i get the error above (it seems its created but not linked to listener!!)
    I guess what triggered this error is running xampp, i was also working in php project and ran xampp for test, since then oracle is corrupted!
    any help would be appreciated (please don't send me links to oracle documentation because its useless and not straight to the point)
    Regards

    Hi
    thank you for the reply
    I assume i should do this through SQL plus?
    anyway, now am getting new error: ORA-00020: maximum number of processes (150) exceeded
    I get this error when trying to login to SQL plus, or create/configure database.
    I tried deleting oracle 11g via universal installer i get message saying run the command c:\...dbhome_1\deinstall\deinstall
    I don't understand Oracle totally collapsed in my laptop with no reason

  • Oracle 11g for windows7 home basic 64bit version

    Where can i find oracle 11g server for windows7 home basic 64bit version...

    Kapardhi wrote:
    Where can i find oracle 11g server for windows7 home basic 64bit version...Oracle 11gR2 is certified on Windows 7 x64 - Professional, Enterprise, and Ultimate editions -- http://docs.oracle.com/cd/E11882_01/install.112/e24283/toc.htm#BGBEEBAD
    You can download 11gR2 from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Thanks,
    Hussein

Maybe you are looking for