Listener.log size limit on Linux 64-bit

Hi!
We have listener.log file growing very fast because of very active database. Every month or two I truncate that file to free up disk space but this time I forgot to truncate it for some time.
File grew to 4294967352 bytes and stopped there on that size. Everything is working as it should with listener service - only listener.log file isn't updating.
I've tried to search for more informations about listener.log size limit but haven't found answer that satisfies me.
Where can I find more information why my listner.log file is limited to 4294967352 bytes?
I suppose that this is some OS limit but how can I check this?
It is Linux 64-bit OS with Oracle 10.2.0.4.
Thanks for possible answers and best regards,
Marko Sutic

Ah, yes... thanks Sybrand for reminder, my brain just stopped working :)
Just resolved my problem:
LSNRCTL> set current_listener LISTENER_DB
Current Listener is LISTENER_DB
LSNRCTL> set log_file listener_db1
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.2.10.40)(PORT=1521)))
LISTENER_DB parameter "log_file" set to listener_db1.log
The command completed successfully
LSNRCTL> set log_file listener_db
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.2.10.40)(PORT=1521)))
LISTENER_DB parameter "log_file" set to listener_db.log
The command completed successfully
LSNRCTL>
Regards,
Marko

Similar Messages

  • Limit amavis.log size

    My amavis.log is getting pretty large (81.7 MB). Where do I specify the size limit for the amavis.log.

    This should help:
    - http://download.oracle.com/docs/cd/B32110_01/core.1013/b28944/appendix.htm#i1012194
    Particularly the bit on rotating the log files.
    Cheers,
    Mick

  • File size limit of 2gb on File Storage from Linux mount

    Hi!
    I setup a storage account and used the File Storage (preview). I have followed instructions at
    http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx
    I created a CentOS 7 virtual server and mounted the system as
    mount -t cifs //MYSTORAGE.file.core.windows.net/MYSHARE /mnt/MYMOUNTPOINT -o vers=2.1,username=MYUSER,password=MYPASS,dir_mode=0777,file_mode=0777
    The problem is that I have a file size limit of 2gb on that mount. Not on other disks. 
    What am I doing wrong?

    Hi,
    I would suggest you check your steps with this video:
    http://channel9.msdn.com/Blogs/Open/Shared-storage-on-Linux-via-Azure-Files-Preview-Part-1, hope this could give you some tips.
    Best Regards,
    Jambor
    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.

  • Logfile size limit reached - logging stopped

    From time to time, quite often, a pop-up window appears on my screen and says:Logfile size limit reached - logging stopped. I only can push "Accept" button or close it, but it rises again some time later. I haven't found any information on the web.

    Hello,
    I had this problem too, but I found the cause of it. It's comes from the extension 'IPLogger 1.6'.
    This extension store, for every connexion, your IP adresse in a logfile, so after some times the file is full and the message "Logfile size limit reached" is displayed.
    The best solution is to completely remove this extension, and replace it by similar one, like 'External IP'.
    Now, the problem is solved for me :)
    p.s. This problem should be considered as a bug for extension IPLogger. The logfile should be cleared when full instead of diplaying this annoyinf message !

  • Sudden corruption of listener log

    10.2.0.4
    Linux RedHat 4
    Hi gurus.
    Sudden corruption of a listener log on one node of a RAC database (still waiting to see other log so cant confirm if its for both logs) means that within the log the data changes from English text to unreadable babble.
    The only reason I can think for this is that the log has reached 2.5g in size - is there a limit to the size of a listener log?
    Or maybe there are other reasons? I have chekced alert log and nothing obvious has so far revealed itself.
    Thanks in advance.

    user11981168 wrote:
    10.2.0.4
    Linux RedHat 4
    Hi gurus.
    Sudden corruption of a listener log on one node of a RAC database (still waiting to see other log so cant confirm if its for both logs) means that within the log the data changes from English text to unreadable babble.
    The only reason I can think for this is that the log has reached 2.5g in size - is there a limit to the size of a listener log?
    Or maybe there are other reasons? I have chekced alert log and nothing obvious has so far revealed itself.
    Thanks in advance.Just copy that file to another folder and new log file will be created automatically. The size for the log file you've provided is really huge

  • How to enable file size 2GB for linux RHEL4.0

    Hi
    I am on oracle 9.2.0.6 on linux RHEL 4.0. How do i enable large file size for filesystems.
    When i query ulimit -a ulimit -f it is returning me unlimited.
    But my database listener crashed as listener log file reached 2gb in size.
    I couldnt find how to enable the largefile size for the filesystem.
    Thanks
    SV

    Are you sure that the filesystem is limiting your listener log file size?
    Please try to concatenate some lines into the logfile and see if the filesystem prevents it. I expect you to find out that the limit is only with the listener.
    In any case, run a weekly/monthly job that creates an empty log file.
    If the problem is with ext3 then you should check with someone more experienced because it does not sound to me like the proper (or default) behavior of ext3.

  • Installing Informatica powercenter 9.0.1HF2 client tools on Linux 64 bit

    Hi all,
    I'm building OBIA 7963 on Linux x86-64but server.
    do we have Informatica powercenter client tools installables for Linux 64bit? if not please guide me how to proceed for this.
    Thanks
    Ram

    Hi Ram
    please follow the below procedure to install the informatica in LINUX
    PowerCenter - Installation and Configuration (9.0.1 for OEL Linux 64Bit)
    This article talk about the installation of PowerCenter from Informatica on:
    •     Oracle Entreprise Linux 64 bit version 5 Update 5
    •     Oracle Database 11gR2
    After you complete the installation and configuration process, you have to log in to the Administrator tool to create and configure the following services:
    •     PowerCenter Repository Service
    •     PowerCenter Integration Service
    Oracle Database
    parameter
    Set the open_cursors parameter to 1000
    SQL> SHOW parameter open_cursor;
    NAME TYPE VALUE
    open_cursors integer 300
    SQL> ALTER system SET open_cursors=1000;
    System altered.
    SQL> ALTER system SET open_cursors=1000 SCOPE=BOTH;
    System altered.
    SQL> SHOW parameter open_cursors;
    NAME TYPE VALUE
    open_cursors integer 1000
    Repository Account
    At least two database user accounts are required to host this repository :
    •     POW_REP for the repository Database
    •     POW_DOM from the domain Configuration Database
    with the CONNECT, RESOURCE, and CREATE VIEW privileges.
    For Oracle, you must perform the following instruction :
    CREATE USER POW_REP IDENTIFIED BY POW_REP
    DEFAULT tablespace users
    TEMPORARY tablespace temp
    quota unlimited ON users;
    GRANT CONNECT, resource, CREATE VIEW TO POW_REP;
    CREATE USER POW_DOM IDENTIFIED BY POW_DOM
    DEFAULT tablespace users
    TEMPORARY tablespace temp
    quota unlimited ON users;
    GRANT CONNECT, resource, CREATE VIEW, SELECT ANY dictionary TO POW_DOM;
    The grant “select dictionary privilege” to the user POW_DOM is only needed to verify the parameter Open_Cursor during the prerequisite check.
    Repository Tablespace
    Set the storage size for the tablespace to a small number to prevent the repository from using an excessive amount of space.
    Also verify that the default tablespace for the user that owns the repository tables is set to a small size. The following example shows how to set the recommended storage parameter for a tablespace named POWERCENTER_DAC.
    ALTER TABLESPACE "POWERCENTER_DAC" DEFAULT STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS UNLIMITED
    PCTINCREASE 50 );
    Operating System
    Login as root
    Processor
    Verify that the process match the software (x86_64)
    [root@di-obia-01 ~]# uname -p
    x86_64
    [root@di-obia-01 ~]# uname -orv
    2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 GNU/Linux
    Temporary Disk Space Requirements
    The installer writes temporary files to the hard disk. When the installation completes, the installer deletes the temporary files and releases the disk space.
    Installer UNIX      1 GB
    Informatica Services UNIX      2 GB
    Verification of the temporary space with the df commando: Linux - disk free command (df)
    [root@di-obia-01 ~]# df -h /tmp
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    77G 16G 58G 22% /
    User Account
    On UNIX, create a user account specifically to run the Informatica daemon.
    [root@di-obia-01 ~]# /usr/sbin/useradd powercenter
    [root@di-obia-01 ~]# id powercenter
    uid=502(powercenter) gid=506(powercenter) groups=506(powercenter)
    [root@di-obia-01 ~]# passwd powercenter
    Changing password for user powercenter.
    New UNIX password:
    BAD PASSWORD: it is WAY too short
    Retype new UNIX password:
    passwd: all authentication tokens updated successfully.
    Port
    Verify that the port numbers are available on the machines where you install Informatica Services.
    [root@di-obia-01 ~]# netstat -tulpn|grep 6005
    The installer validates the port numbers that you specify to ensure that there will be no port conflicts in the domain.
    Environment Variables
    Use LANG and LC_ALL to set the UNIX code page for the installer.
    File Descriptor
    Informatica service processes can use a large number of files. Set the Linux - File Descriptor limit per process to 3000 or higher.
    In the file /etc/security/limits.conf, add this line:
    # PowerCenter
    powercenter hard nofile 3001
    powercenter soft nofile 2500
    And verify with the ulimit function logged as the powercenter system user account:
    [powercenter@di-obia-01 ~]$ ulimit -Hn
    3001
    Note:The limit is set to 3001 to prevent an error with the value 300 during the prerequisites check
    Installation directory and Permission
    As root, create the installation base directory:
    mkdir -p /powercenter/9.0.1
    chown -R powercenter:powercenter /powercenter
    chown -R powercenter:powercenter /powercenter/9.0.1
    chmod -R 775 /powercenter
    chmod -R 775 /powercenter/9.0.1
    As the installer (powercenter), copy the file to a tmp directory, unzip and untar it:
    [powercenter@di-obia-01 powercenter901]$ unzip V26109-01.zip
    Archive: V26109-01.zip
    inflating: 901HF2_Server_Installer_linux-x64.tar
    [powercenter@di-obia-01 powercenter901]$ tar -xf 901HF2_Server_Installer_linux-x64.tar
    Change the permission of the file install.sh to execute
    chmod -R 744 /tmp/powercenter901/install.sh
    Server
    Pre-Installation System Check
    To verify whether a machine meets the system requirements for an Informatica installation, run the Pre-Installation System Check Tool (i9Pi) before you start the installation process.
    You can find the i9Pi tool in the following directory: <InstallerExtractDirectory>/i9Pi
    [powercenter@di-obia-01 i9Pi]$ ./i9Pi.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Enter the port 6004 to prevent a problem during the ckeck on the port 2010. The tool normally must verify until the port 6009 but check also the port 6010 which is the standard port for X Forwarding
    A pdf is available in the tool directory if you want more information.
    The report files are stored in the directory where you extract the Pre-Installation System Check tool files:
    •     HTML format: <i9Pi Directory>/i9Pi/i9Pi_summary.html
    •     Text format: <i9Pi Directory>/i9Pi_summary.log
    i9Pi_summary.log
    Output - Informatica9 Installation Location:/
    Informatica starting port number:6004
    Database Type:ORACLE
    Database Hostname:di-rep-db
    Database Port number:1521
    Database Service name:direp.hotitem.local
    Database User ID:POW_DOM
    PASSED: OS Version Check: RHL Version Identified is 2.6.18-194.el5
    PASSED: Diskspace: Available DiskSpace is 55105 MB
    PASSED: Processors: Available Processors is 2
    PASSED: Physical Memory: Available RAM Size is 4242 MB
    PASSED: Temporary Space: Available temporary diskspace: 55105 MB. Sufficient for installation
    PASSED: Socket Port: Socket port Range 6004-6009
    PASSED: LANG Environment Variable: LANG Set to en_US.UTF-8 and LC_ALL Set to null
    PASSED: JRE_HOME Environment Variable: JRE_HOME is not set
    PASSED: File Descriptors : File descriptors limit is 3001
    PASSED: Oracle Open Cursors: Open cursors in Oracle database is set to 1000Sufficient for install
    PASSED : Resource privilege : The user account has the RESOURCE privilege.
    PASSED: Create Table check : Successfully created a database table.
    PASSED: Create View : Successfully created a database view.
    Initial Server Software Installation
    This sequence of installation don't say that you have to hit the next button and does not take care of review and informative windows.
    [powercenter@di-obia-01 /]$ unset JRE_HOME
    [powercenter@di-obia-01 /]$ /tmp/powercenter901/install.sh
    OS detected is Linux
    unjar task is in progress.............
    You can wait a long time on this step ….
    unjar of ESD completed.....
    Do you want to continue installation (y/n) ?
    y
    Starting installation ...
    \* Welcome to the Informatica 9.0.1 HotFix 2 Server Installer. *
    To verify whether a machine meets the system requirements for an Informatica installation, run the
    Pre-Installation System Check Tool (i9Pi) before you start the installation process. You can find the i9Pi
    tool in the following directory: <InstallerExtractDirectory>/i9Pi
    Before you continue, read the 9.0.1 HotFix 2 Installation Guide and Release Notes.
    You can find the 9.0.1 HotFix 2 documentation in the Documentation Center at http://my.informatica.com
    Configure the LANG and LC_ALL variables to generate appropriate code pages and
    create and connect to repositories and Repository Services.
    Do you want to continue? (Y/N)Y
    Installer requires operating system Linux version 2.6 and later.
    Current operating system Linux version 2.6.
    Current operating system meets minimum requirements.
    Select a choice :
    1. Install Informatica 9.0.1 with Hot Fix 2 or Upgrade from a previous version of Informatica to
    Informatica 9.0.1 with Hot Fix 2
    2. Apply Informatica 9.0.1 Hot Fix 2 to existing 9.0.1 install.
    Enter the choice(1 or 2):1
    Checking for existing 9.0.1 HotFix 2 product installation.
    Select (G)UI mode (needs X Window support) or (C)onsole mode (G/C):G
    Launching installer in GUI mode ...
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Preparing SILENT Mode Installation...
    ===============================================================================
    Informatica 9.0.1 Services HotFix2 (created with InstallAnywhere)
    Informatica 9.0.1 HotFix 2 Steps:
    •     Installation Type: Install (and not upgrade)
    •     Pre-requisites: Next
    •     License and Directory. (Transfer the license file from the client zip file)
    •     Pre-Installation Summary: Install (Required Disk Space 2815 MB)
    •     Domain Creation: Create a domain
    •     Configuration Database
    with as JDBC parameters:
    MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true
    •     Domain Configuration
    •     Port Configuration
    •     Post-Installation Summary
    Installation Status:: SUCCESS
    The Informatica 9.0.1 HotFix 2 installation is complete.
    For more information, see the debug log file:
    /powercenter/Informatica/9.0.1/Informatica_9.0.1_Services_HotFix2.log
    Informatica Administrator Home Page http://di-obia-01.hotitem.local:6007
    Product Name : Informatica 9.0.1 HotFix 2
    Installation Type : Fresh Installation
    Installation Directory : /powercenter/Informatica/9.0.1
    •     Login to the Administration console with the Administrator user (Administration/Administrator)
    Repository Configuration
    •     Start Informatica services. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > Start Informatica Services.
    •     Launch the Administration console. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > PowerCenter Administration Console
    •     Login with the account given in the configuration (admin/admin for this article).
    •     Select configuration assistant (if you don't see it, you can also configure a repository with the configuration tool on the left side)
    •     Welcome > Next
    •     Enter a name for the repository, click on the configure button and fill in the fields. You must enter a connect identifier and not a connect string. The connect string for Oracle contains the credentials.
    If the creation of the repository hang, try to give the DBA privileges to the oracle database account POW_REP
    •     Integration service: fill a name in : INT_OBIA7961 and click next.
    •     Character Data for Integration service: (Note: Character Encoding give the choice between ASCII and Unicode)
    •     Finish !
    A global administrator (for the domain and the repository) is automatically created during the installation with the credentials Administrator/Administrator. You may change the password for security purpose
    Client
    Installation Steps:
    •     Double click on the file install.bat located in this directory : File1\pc861_client_win32_x86\
    •     Choose Language. Next
    •     Choose Install Option. Next
    •     Prerequisites. Next
    •     Installation directory For the path, you can leave the default value because it doesn't contain space C:\Informatica\PowerCenter8.6.1
    •     Pre-installation summary. Next
    •     Post-installation summary. Next
    •     Installation Complete. Done
    Hot Fix 10 installation:
    •     file2>pc861_HotFix10_Client\install.bat
    •     Select Language. Ok
    •     Welcome. Next. Stop PowerCenter. Ok
    •     Installation Prerequisites. Next
    •     Installation Type: Apply. Next
    •     Installation Directory. Next
    •     Pre-installation summary. Next
    •     Post-installation summary. Next
    •     Installation Complete. Done
    It will install :
    •     PowerCenter - Client
    o     PowerCenter - Designer
    o     PowerCenter - Repository Manager
    o     PowerCenter - Workflow Manager
    o     PowerCenter - Workflow Monitor
    o     PowerCenter Mapping Architect for Visio (Data Stencil?)
    •     Custom Metadata Configurator
    The metadata manager console is not installed as in the installation of the version 8.1.1.
    Support
    The creation of the repository hangs
    The creation of the repository can take maximum 2 minutes.
    If you don't see the creation of tables in the POW_REP schema:
    •     close the browser,
    •     connect again to the administation console and go through the configuration button in the left upper side
    If it doesn't work
    •     give the DBA privileges to the oracle database account POW_REP
    •     and try to create it again
    Thanks and Regards
    Vidya Reddy

  • Size limit for flar file with Sol 10 WANBOOT

    There seems to be some kind of a size limit for flash archive files used by wanboot. When I try to wanboot jumpstart, I get the following:
    Processing profile
    - Opening Flash archive
    ERROR: HTTP server returned an invalid archive file size: <-1256985017> bytes
    ERROR: Invalid HTTP headers were returned from the server
    ERROR: Flash installation failed
    Solaris installation program exited.
    The flash archive is about 3GB. I'm doing the WANBOOT using the "boot cdrom" work-around, because the V100 I'm jumpstarting doesn't support the newer OBP parameters.
    If create a new smaller flash archive like so:
    mv sol10.flar sol10.flar.old
    dd if=sol10.flar.old of=sol10.flar bs=1024K count=1024
    cutting the flar down to 1GB. Then I do the wanboot. I don't get the error, and the jumpstart proceeds. Of course it would eventually have a problem when the cpio file reached premature end.
    So is there a prescribed limit to flars with WANBOOT. I'm assuming it's 2GB, but if so, why?
    No I haven't tried creating a compressed flar: that's next.
    Thanks,
    Chip Bennett
    Laurus Technologies, Inc.
    Itasca, IL

    nope, 64-bit apache2.2 and still the same error:
    Processing profile
    - Opening Flash archive
    HTTP server returned an invalid archive file size:
    <-2116410290> bytes
    ERROR: Invalid HTTP headers were returned from the
    server
    ERROR: Flash installation failed
    Solaris installation program exited.
    apache log:
    192.168.224.112 - - [06/Jul/2006:20:52:45 +0200]
    "HEAD /flash/archives/pt_sol_10_oem.flar HTTP/1.1"
    200 -
    192.168.224.112 - - [06/Jul/2006:20:52:45 +0200] "GET
    /cgi-bin/bootlog-cgi?%3Ctime%3E+wanboot_client+ident:+
    %5BID+380565+user.panic%5D+HTTP+server+returned+an+inv
    alid+archive+file+size:+%3C-2116410290%3E+bytes
    HTTP/1.1" 200 32
    192.168.224.112 - - [06/Jul/2006:20:52:45 +0200] "GET
    /cgi-bin/bootlog-cgi?%3Ctime%3E+wanboot_client+ident:+
    %5BID+592631+user.panic%5D+Invalid+HTTP+headers+were+r
    eturned+from+the+server HTTP/1.1" 200 32
    192.168.224.112 - - [06/Jul/2006:20:52:45 +0200] "GET
    /cgi-bin/bootlog-cgi?%3Ctime%3E+wanboot_client+ident:+
    %5BID+915281+user.panic%5D+Flash+installation+failed
    HTTP/1.1" 200 32
    Any help would be much appreciated.hi. i spent a long time on this issue...and got it working reliably for more than 10 gb flars.
    there are two issues- 1) apache must be 64 bit capable, and 2) you need the latest wanboot miniroot, for solaris 9 and one for solaris 10. i worked for a different division of a major car company based in stuttgart (take a guess) than i do now, and we eventually received the support we needed from sun, through the early release program. i do not know any details about if, how, or when those miniroots are otherwise available. at some point, i can only assume they will be generally available to all, if not already.
    if someone knows more about this availability issue, i would also be interested in this issue.
    thanks, dls

  • Errors in alert log and listener log and "alter database mount exclusive"

    Hello!
    I need a help.
    Database 11R2 works under MS Windows Server.
    Whwn I start it using Services, according alert log it is started by command "alter database mount exclusive".
    Next - alter database open.
    After this, it seams that program, which should put data into database, can not work with it, because I see errors in alert log: ora-12537, 12560, 12535, 12570, 12547.
    What does itmean and what to do?
    This is extract from alert_log
    ORACLE_BASE from environment = C:\Oracle
    Mon Feb 04 14:54:53 2013
    alter database mount exclusive
    Successful mount of redo thread 1, with mount id 1458539517
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Thread 1 opened at log sequence 3105
    Current log# 3 seq# 3105 mem# 0: C:\ORACLE\ORADATA\xxx\REDO03.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 2.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    Database Characterset is AL32UTF8
    No Resource Manager plan active
    Mon Feb 04 14:55:04 2013
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    Mon Feb 04 14:55:06 2013
    QMNC started with pid=20, OS id=2860
    Completed: alter database open
    Mon Feb 04 14:55:11 2013
    Starting background process CJQ0
    Mon Feb 04 14:55:11 2013
    CJQ0 started with pid=25, OS id=2000
    Mon Feb 04 14:55:11 2013
    db_recovery_file_dest_size of 4977 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Feb 04 15:00:29 2013
    Starting background process SMCO
    Mon Feb 04 15:00:29 2013
    SMCO started with pid=32, OS id=3212
    Edited by: kogotok1 on Feb 4, 2013 4:54 PM

    Thank you.
    But in the same time - when I see in alert log those error messages ora -12560, 12537,12535,12570 and so on - clients programs, whiie try to connect, hang up.
    For sql plus takes 20 minutes to connect.
    lsnrctl status gives the following
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 04-FEB-2013 16:01
    :46
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx-BD.mosxxx
    .elektra.net)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 01-FEB-2013 10:22:48
    Uptime 3 days 5 hr. 39 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\xxx-BD\listener\alert\l
    og.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx-BD.mosxxx.elektra.net)
    (PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 2 instance(s).
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Instance "xxx", status READY, has 1 handler(s) for this service...
    Service "XXXDB" has 1 instance(s).
    Instance "xxx", status READY, has 1 handler(s) for this service...
    The command completed successfully
    To tell the truth I am confuse - I thought I have only 1 service "XXXDB" and 1 instance - "xxx".
    May be I have wrong entries in tnslsnr.ora?

  • Oracle 11gr2 in Oracle Enterprise Linux 64 bit

    Hi,
    I am installing Oracle 11G(11.2.0.1) in Oracle Enterprise Linux 64 bit(VM ware workstation). I have installed all the rpm's and prerequsites but when i run ./runInstaller and start the installation the GUI screen is very slow in response and screens are flickering. What could be the possible reason for this?
    Regards,
    007

    Hi Srini,
    plz find the install log below
    oracle_install_db_LoadExampleSchemas false
    oracle_install_db_MountPointLocation
    oracle_install_db_QuickInstallOption false
    oracle_install_db_ReceiveEmailNotification false
    oracle_install_db_RecoveryBackUpLocation
    oracle_install_db_RecoveryBackUpPassword Protected value, not to be logged
    oracle_install_db_RecoveryBackUpUsername
    oracle_install_db_SID
    oracle_install_db_SecureConfigDisabled false
    oracle_install_db_SetOracleBase false
    oracle_install_db_StarterDatabaseType GENERAL_PURPOSE
    oracle_install_db_StorageType 0
    oracle_install_db_SuperAdminPasswords Protected value, not to be logged
    oracle_install_db_SuperAdminSamePasswdForAll Protected value, not to be logged
    oracle_install_db_SystemClass DESKTOP_CLASS
    oracle_install_db_Type 1
    oracle_install_db_UseDBControl true
    oracle_install_db_UseFileSystemForRecovery false
    oracle_install_db_UseSamePassword false
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@2dd1282d
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: You have not provided an email address.
    Do you wish to remain uninformed of critical security issues in your configuration?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Get view named [InstallOptionsUI]
    INFO: InstallOptionsUI Entering Constructor
    INFO: InstallOptionsUI Exiting Constructor
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.db.view.InstallOptionsUI@62892cc5
    INFO: Initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Get view named [SystemClassUI]
    INFO: SystemClassUI Entering Constructor
    INFO: SystemClassUI Exiting Constructor
    INFO: View for [SystemClassUI] is oracle.install.ivw.db.view.SystemClassUI@1e38d900
    INFO: Initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :SERVER_CLASS
    INFO: Verifying route server_class_yes
    INFO: Get view named [NodeSelectionUI]
    INFO: NodeSelectionUI Entering Constructor
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Node Name
    INFO: View for [NodeSelectionUI] is oracle.install.ivw.db.view.NodeSelectionUI@1777f5b2
    INFO: Initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Node Name
    INFO: Completed localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state nodeSelectionPage
    INFO: Completed executing action at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <nodeSelectionPage>
    INFO: Completed validating view at state <nodeSelectionPage>
    INFO: Validating state <nodeSelectionPage>
    INFO: Completed validating state <nodeSelectionPage>
    INFO: NodeSelectionAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: Verifying route create_and_configureDB
    INFO: Get view named [installTypeUI]
    INFO: View for [installTypeUI] is oracle.install.ivw.db.view.InstallTypeGUI@141ba1f1
    INFO: Initializing view <installTypeUI> at state <installType>
    INFO: Completed initializing view <installTypeUI> at state <installType>
    INFO: Displaying view <installTypeUI> at state <installType>
    INFO: Completed displaying view <installTypeUI> at state <installType>
    INFO: Loading view <installTypeUI> at state <installType>
    INFO: Completed loading view <installTypeUI> at state <installType>
    INFO: Localizing view <installTypeUI> at state <installType>
    INFO: Completed localizing view <installTypeUI> at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installType
    INFO: Completed executing action at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <installType>
    INFO: Completed validating view at state <installType>
    INFO: Validating state <installType>
    WARNING: Validation disabled for the state installType
    INFO: Completed validating state <installType>
    INFO: Verifying route basic_yes
    INFO: Get view named [QuickInstallUI]
    INFO: inventory location is/data/u01/app/oraInventory
    INFO: inventory location is/data/u01/app/oraInventory
    WARNING: SRVCTL not found as there is no Grid Infrastructure home on the box
    WARNING: KFOD not found at
    INFO: inventory location is/data/u01/app/oraInventory
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: View for [QuickInstallUI] is oracle.install.ivw.db.view.QuickInstallUI@211fc4dd
    INFO: Initializing view <QuickInstallUI> at state <quickInstallPage>
    INFO: Completed initializing view <QuickInstallUI> at state <quickInstallPage>
    INFO: Displaying view <QuickInstallUI> at state <quickInstallPage>
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: Completed displaying view <QuickInstallUI> at state <quickInstallPage>
    INFO: Loading view <QuickInstallUI> at state <quickInstallPage>
    INFO: Completed loading view <QuickInstallUI> at state <quickInstallPage>
    INFO: Localizing view <QuickInstallUI> at state <quickInstallPage>
    INFO: Completed localizing view <QuickInstallUI> at state <quickInstallPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state quickInstallPage
    INFO: Completed executing action at state <quickInstallPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <quickInstallPage>
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    INFO: size estimation for SEinstall is 4324.242483139038
    INFO: size estimation for EEinstall is 4397.013998031616
    regards,
    007

  • Kernel.shmmax on Linux 64 bit (SLES 10 x86_64)

    i'm installing 10gR2 on SLES 10 x86_64 bit on a machine with 64 bit xeon processors and i'm a bit confused
    about the setting of kernel parameter kernel.shmmax. According to note 373681.1 and other similar notes
    of requirements for installations on linux 64 bit it seems that this values can be setted at a maximum of
    4gb and i can't understand why. For what i know Oracle tries to allocate SGA on one large shared memory
    segment and the parameter kernel.shmmax for what i've understand limits the maximum size of shared memory
    segments, with kernel.shmall. So if i set kernel.shmmax to 4 GB i'm not able to set SGA_MAX_SIZE to a value
    higher than 4 gb and this is not what i want.
    So, why on all notes i've found on the web it is written to set the parameter to a values max of 4 GB????
    Regards,
    Cristian Cudizio

    On a 32 bit machine max addressable memory is 2^32-1^ which comes to 2GB considering one parity bit actual usable size for SGA is aroung 1.7-1.8GB. Using VLM/AWE you can increase upto 4gb (which comes to across 3.7GB usable). These are all limits given for 32bit machine which i could come across in metalink but I am not sure where is 4GB limit for 64bit machine specified as i don't have metalink access now. So, I cannot say anything about the doc which haven't seen.
    Thanks

  • Listener Log in 11gR2

    I have located my listener.log my using lsnrctl stat <listener name>
    my particular log is in $ORACLE_HOME/log/diag/tnslsnr/<host name>/<sid>/alert/log.xml
    Where is this log file and location actually specified ?
    For the same lsnrctl stat command from above, I can see my listener.ora config file. However the above listener log location is not specified in it. In fact LOG_DIRECTORY_<SID> actually points to $ORACLE_HOME/network/admin - however there are absolutely no log files there at all !
    The listener.ora does specifiy a listener_ifile.ora, however at 2 bytes in size, this file appears to be empty
    Anyone able to make sense of how 11gR2 is now doing this ?
    Jim

    Try in directory:
    $ORACLE_HOME/log/diag/tnslsnr/<host name>/<sid>/traceOr try to use SHOW TRC_DIRECTORY to get listener log directory:
    c:\>lsnrctl
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-JAN-2012 12:07:07
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set current_listener listener
    Current Listener is listener
    LSNRCTL> show trc_directory
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    listener parameter "trc_directory" set to c:\app\oracle\diag\tnslsnr\xxx\listener\trace
    The command completed successfullyEdited by: P. Forstmann on 11 janv. 2012 12:03

  • Conectivity Issues: service_died * fcrsgx * 12547 in listener.log

    This is a 10g database (10.2) monitored through Grid Control. Every
    once in a while we get a TNS timeout on the EM side, and at the same
    time we get something like this in the listener.log:
    02-JAN-2009 21:04:45 * service_update * fcrsgx * 0
    02-JAN-2009 21:08:30 * service_update * fcrsgx * 0
    02-JAN-2009 21:08:30 * service_died * fcrsgx * 12547
    TNS-12547: TNS:lost contact
    02-JAN-2009 21:08:42 * service_register * fcrsgx * 0
    02-JAN-2009 21:08:54 * service_update * fcrsgx * 0
    Now, this outage is noted by CT.
    We are opening an SR with Oracle Support, but they work VERY slow, so
    perhaps someone here has an insight into this problem.
    Does anyone know what the cause could be?
    TIA

    01 - Is there some kind of a IP Scanner/Firewall running, which keeps scanning port/address of the listener? For this you need to check for the TCP timeout parameter in your firewall.
    02 - If not, then you need to contact Microsoft for a solution to the "Slammer Worm", as a result of which database traffic thrown on port "1434" is thrown away and dropped off.
    03 - Have you verified if the "listener.ora" file has reached or crossed its maximum size limit? If this is the case then you need to simply archive or clear/delete the file and restart the listener.
    04 - Lastly, check if your machine has more network card, which are on the same subnet. Switch off the one that isn't in use.
    Hope this helps.

  • SatPro 6100 harddrive size limit?

    I need to replace the HD on my 6100. It has a 40gb MK4019GAX drive which is dying. This laptop has been running Linux for years. It works better than any windows PC I have owned. That's why I want to keep it alive.
    Is there a size limit for HDs in the 6100?
    (I recently bought a Satellite A305-S6905, but it has Vista. )

    ToshibaDirect offers a 250GB internal drive for the Satellite Pro 6100.  That would lead me to believe that the 6100 has a 48-bit LBA and can therefore take any size 2.5" PATA drive you can find.

  • Stop to write to listener.log !! why ???

    Hi,
    Since the listener.log grows so quick and becomes large (~10M) , i zip it and create
    another blank listener.log in the same location. However, the server stops to write to the log!!!!!!!
    Could anybody tell me why ???
    (ps. i set the same permission as before and
    the owner is the dbadm)
    Thanks a lot
    Regards
    Stephen

    what do you mean by 'create another blank listener.log'? this file is automatically generated by the server, so if you ziped it, a new "listener.log" will be created next time the listener is started or stopped.
    try to stop/start your listener see what happend.
    hope this will help
    James
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by stephen cheng:
    Hi,
    Since the listener.log grows so quick and becomes large (~10M) , i zip it and create
    another blank listener.log in the same location. However, the server stops to write to the log!!!!!!!
    Could anybody tell me why ???
    (ps. i set the same permission as before and
    the owner is the dbadm)
    Thanks a lot
    Regards
    Stephen<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Address bar no longer works with manually entered URLs

    Four days ago the address bar stopped working. I am accustomed to manually entering many URLs and hitting 'enter' but although I can still enter URLs as normal, the 'enter' button does not load the relevant page, nor does the green arrow at the end o

  • MAC Addres in http header information

    HI I need to have remote machine's mac address. Can somebody tell me whether the Http Request submitted from client's desktop contains the Mac Address of that Network. Thanks in advance. Tushar.

  • FRUSTRATED with nokia n95

    my n95 is on v21 but it doesn't play youtube videos instead browser crashes on trying to play but some other flash sites are working fine. I have reinstalled firmware but of no help. Is there anyone else out there with this weird problem. Please help

  • HT3728 set password time capsule using windows

    I lost the disk for the time capsule and am using a windows based computer.  I would like to reset the time capsule password.  How can I do that?

  • Airport Express Not Working with All Devices

    My airport express has been working fine.  All of a sudden, it stopped working with iPad and MacBook, but iMac is still working fine.  Firmware is updated.  What to do?  Help~~~!