Select < of the Listener Port number > in which_table?

I am writing a SQL script which, among other things, disconnects from Oracle and then reconnects to the same instance under a different name. I'm able to query v$ database and v$ instance to get most of the information I need (host, name of service, etc.) for the part of reconnect. The only part that miss me is the listener port number. I could hardcode it 1521, but it's not very flexible. Currently, I am asking the user (who is usually me) for the listening port number in the SQL script, but that just seems a little lame. So my question is this: is there a view or a table somewhere in the schema sys that I could use to display the configuration of the earpiece? I work mainly with the gr 10, 2 + databases.

No, I don't think that that is maintained in one of the views and is not soemthing that you should believe would keep have changed (if the implementation of the network people are good). In order to check once and you should be fine.

Aman...

Tags: Database

Similar Questions

  • Change the listening port for SSH on IDS

    Should what command I use to change the listening port on an IDS 4200 series? I listen on another port, and when I applied the S189/S190 update, it changed SSH port 22.

    Just out of curiosity, too, no one knows what else S189/S190 updates change?

    Thank you

    Jim

    Cisco supports only configurations using the CLI interface. The ssh port cannot be changed through the CLI. Modifying the files in config system via the service account is not a good idea and not supported.

  • How can I display an error message on the listening port close popup without closing the popup.

    Hi Experts,

    JDeveloper 12.1.3.0.0

    How can I display an error message on the listening port close popup without closing the popup.

    Thank you

    Roy

    As its name suggests, close listener of popup is called when popup is closed so you can not do this.

    If you want to display the popup message, use your own buttons instead of the ok/cancel default buttons and close the popup programmatically.

    Dario

  • Changing listening Port number Web in EBS

    The listening port web of enforcement of BSE (the login page URL) can be changed after the fact using Note ID 760590.1 without affecting the port DB application was initially introduced to listening?

    Thank you

    864641 wrote:
    The listening port web of enforcement of BSE (the login page URL) can be changed after the fact using Note ID 760590.1 without affecting the port DB application was initially introduced to listening?

    Yes. However, should not be used the same pool of port on the nodes of level apps/db.

    Thank you
    Hussein

  • Configuring services on the listening port

    Hi s/n,.

    I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

    Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

    My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

    ------------------------------------------- Listener.ora ------------------------------------------------------

    TEST =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
    (ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
    )

    SID_LIST_TES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (SID_NAME = TEST)
    )
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (= Extproc PROGRAM)
    )
    )

    STARTUP_WAIT_TIME_TEST = 0
    CONNECT_TIMEOUT_TEST = 10
    TRACE_LEVEL_TEST = OFF

    LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    LOG_FILE_TEST = TEST
    TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    TRACE_FILE_TEST = TEST
    ADMIN_RESTRICTIONS_TEST = OFF

    ---------------------------------------- tnsnames.ora ------------------------------------------------

    TEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    (INSTANCE_NAME = TEST)
    )
    )


    --------------------------------------------------------------------------------------------------------------


    Please help this settings.

    Thank you
    -Samar-

    Nome02 wrote:
    Hi s/n,.

    I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

    Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

    My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

    ------------------------------------------- Listener.ora ------------------------------------------------------

    TEST =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
    (ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
    )

    SID_LIST_TES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (SID_NAME = TEST)
    )
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (= Extproc PROGRAM)
    )
    )

    STARTUP_WAIT_TIME_TEST = 0
    CONNECT_TIMEOUT_TEST = 10
    TRACE_LEVEL_TEST = OFF

    LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    LOG_FILE_TEST = TEST
    TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    TRACE_FILE_TEST = TEST
    ADMIN_RESTRICTIONS_TEST = OFF

    ---------------------------------------- tnsnames.ora ------------------------------------------------

    TEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    (INSTANCE_NAME = TEST)
    )
    )

    --------------------------------------------------------------------------------------------------------------

    Please help this settings.

    Thank you
    -Samar-

    First of all, I wouldn't name my interlocutor 'TEST '. Use the default name of the LISTENING port. Why complicate your life? The auditor is the auditor for all the db on this box. Do not confuse the issue by appointing him as if he was linked to a specific database. It must become more obvious now that you add additional databases.

    Second, a listener can serve several databases and simply to a port to do. This port 1521 is used by the listener to listen for requests to the databases all this services. It has nothing to do with the databases themselves. They care what port listening on the listening port. The actual connection between the client and the database do not use this port.

    Thirdly, remember that tnsnames.ora is used by the CLIENT process. Listener.ora is used by the listener on the host: it's a conifiguration host-side. The answers of others that you don't need to worry tnsnames - you only need to set ORACLE_SID - applies only to client processes running on the same box as the db. Remote clients do necessary relevant tnsnames entry.

    Fourth, you ask what to put in your listener.ora. Review the file. You see the section named SID_LIST_TES (which looks like a typo to me), and under that, you have two entries SID_DESC? Don't you see that one of these entries SID_DESC is for your existing TEST database? If you don't feel comfortable that copy to an another SID_DESC and edit it accordingly (from so that you have an entry SID_DESC for TEST and another for DEV) then just fire upward the netca utility in your ORACLE_HOME and let him help you add.

    Fifth, you ask what to put in your tnsnames.ora. Review the file. You see a clearly delimited input for TEST? If you feel able to make a copy of this entry and change it to DEV, then simply run the netca utility in your ORACLE_HOME and let it help you add.

    Sixthly, in your tnsnames file really useless both SERVICE_NAME as INSTANCE_NAME. Drop the INSTANCE_NAME.

  • Change the listening port

    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )


    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    user527462 wrote:
    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )

    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    Your listener.ora sets a listener named OPENVIEWLISTENER. You have not specified the name of the listener when starting it and so he went with the default values (name of the LISTENER listener and so on). The command you are looking for is lsnrctl start OPENVIEWLISTENER

    concerning

    Niall Litchfield
    http://www.orawin.info/

  • Need to change the com port number, but users do not have administrator rights

    Our users don't have administrator rights, however, there are a few pieces of software that communicates with the hardware using COM ports.  Since they don't have administrator rights, you may not click on advanced in the communications port to set the port to the necessary com com.

    I found reg hacks online that say will open the advanced screen to allow the com to be changed, but none that I've found work successfully.

    Can someone tell me the correct registry setting that I need to grant permission to in order to open the advanced under properties tro communications button and have the available com port number to change.

    Thanks in advance.

    Hello

    You have the computer connected to a network or domain?

    It is not possible to access advanced screen or advanced without administrator rights. I suggest you to contact the administrator of the system to help about it.

  • Unable to connect with the listening port of the client

    [oracle@rac31 ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on March 21, 2014 03:33:30

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date March 20, 2014 13:33:30

    Uptime 0 days 13 hours 59 minutes 59 seconds

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/11.2.0/grid/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/rac31/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = LISTENER)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.1.101) (PORT = 1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.1.111) (PORT = 1521)))

    Summary of services...

    Service '+ ASM' a 1 instance (s).

    Instance '+ ASM1' READY State, has 1 operation for this service...

    'Cars' service has 1 instance (s).

    Instance "rac1" READY State, has 1 operation for this service...

    Service 'racXDB' has 1 instance (s).

    Instance "rac1" READY State, has 1 operation for this service...

    The command completed successfully

    In my server in the Oracle_HOME/network/admin

    This is my entry in tnsnames.ora

    RAC =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = rac-scan)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = rac)

    )

    )

    I am able to connect with the command

    sqlplus system/password@rac

    However, when I give the same input on the client computer

    It does not work

    I am able to ping the host rac-scan successfully

    C:\Users\rgehi > ping rac-scan

    Ping rac - scan.oracle.com [192.168.1.113] with 32 bytes of data:

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Response from 192.168.1.113: bytes = 32 time < 1 ms TTL = 64

    Ping statistics for 192.168.1.113:

    Packets: Sent = 4, received = 4, lost = 0 (0% loss),

    Time approximate round trip in milli-seconds:

    Minimum = 0ms, Maximum = 0ms, average = 0ms

    C:\Users\rgehi > sqlplus system/password@rac

    SQL * more: Production of the version 12.1.0.1.0 Fri Mar 21 03:40:53 2014

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    ERROR:

    ORA-12545: Connect failed because target host or object does not exist

    I installed oracle client on my desktop

    and I made entries in the tnsnames file

    However when I connect to the database to rac with scan it works sometimes...

    not always...

    so I'm in search mode and finally, after many moons a lot and light years away, I found the following

    Here's what I did

    # - scan

    192.168.0.127 rac31 - scan.oracle.com rac31-scan

    192.168.0.128 rac31 - scan.oracle.com rac31-scan

    192.168.0.129 rac31 - scan.oracle.com rac31-scan

    I put three ip addresses in the host with the same name rac31-scan file

    then I put the same ip addresses in my windows hosts file

    Here are the entries

    192.168.0.127 rac31 - scan.oracle.comrac31-scan

    192.168.0.128 rac31 - scan.oracle.com rac31-scan

    192.168.0.129 rac31 - scan.oracle.com rac31-scan

    but in the (windows 7 pc) client tnsnames file has just one entry

    It's here

    RAC1 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = rac31-scan)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = RAC)

    )

    )

    and now when I connect from the client... it connects without any problems.

    I have tried more than 10 attempts without problem

    BINGO!

  • After the upgrade to 6, security server does not change the listening Port

    Came across a weird situation where after upgrading a server security 6.1.0 - 2509221, it does not change the listening SSL port during the upgrade, it was not on the standard SSL port.

    It was initially configured to listen on 444 before the upgrade, after the upgrade, I tried to go back to 443 and a netstat-ban shows that it is listening on port 444.

    I double checked the config.properties file and there is no entry for serverPort, and configuration shows 443 in the admin View handler.

    -Re-apply the configuration via the web page does no change, always tuned to 444.

    -Don't restart the service of security server no change, still plays on 444.

    -Restart of the server, no change, still plays on 444.

    -Statically placed serverPort = 443 in the config.properties, always tuned to 444.

    All ports are verified open, 443, 444 and so I think I could have hit a bug. Someone else has security servers that listen on non-standard ports SSL?

    A complete reinstallation of the Security server is provided, changing the port to listen 443, shouldn't have to do that well.

    You checked config.properties, but did you check in locked.properties for the port setting see if it's been moved there before and during the upgrade? Locked.Properties replaces all the configuration settings.

  • Cannot start the listening port on Windows 11 GR 2 RAC

    I have a cluster 2 node RAC which worked well, until there was a restart of the nodes. Now, when I try to start the listener, I get an error and it does not start.

    C:\users\administrator. CARS > srvctl start listener

    RPRC-1079: could not start the ora of the resource. LISTENER.lsnr

    CRS-5016: process 'C:\app\11.2.0\grid\bin\lsnrctl.exe' created by agent "C:\app\".

    11.2.0\grid\bin\oraagent.exe' for 'Start' action failed: details at "(:CLSN00010)"

    :))' in 'C:\app\11.2.0\grid\log\node1\agent\crsd\oraagent\oraagent.log '.

    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:50

    : 50

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    From tnslsnr: Please wait...

    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production

    Log messages written to c:\app\administrator\product\11.2.0\dbhome_1\log\diag\tn

    slsnr\NODE1\listener\alert\log. XML

    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = NODE1.rac.woracle)(PORT=)

    1521)))

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Windows 64-bit error: 2: no such file or directory

    CRS-5016: process 'C:\app\11.2.0\grid\bin\lsnrctl.exe' created by agent "C:\app\".

    11.2.0\grid\bin\oraagent.exe' for 'Start' action failed: details at "(:CLSN00010)"

    :))' in 'C:\app\11.2.0\grid\log\node1\agent\crsd\oraagent\oraagent.log '.

    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 17-SEP-2013 12:50

    : 57

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Windows 64-bit error: 2: no such file or directory

    CRS-2674: beginning with ' ora. LISTENER.lsnr' on 'node1' failed

    C:\users\administrator. CARS > srvctl status listener

    Listener LISTENER is enabled

    Earphone HEADSET does not work

    Guidance on what might be the problem with the system?

    check the id below it will help out you.

    https://Forum.Java.Sun.com/thread/2575487

  • with regard to the listening port

    I pulled $lsnrctl status
    then I got the result - Service "gesstg" has 2 occurrences.
    Instance of 'gesstg', status UNKNOWN, has 1 operation for this service...
    'Gesstg' instance, State LOAN, has 1 operation for this service...

    Is this UNKNOWN way and READY for a single instance.

    Sandy wrote:
    Sorry bro,
    but could u please inform something that I don't understand. in the description of SID his gesstg.
    SID_LIST_LISTENER_GES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = usr/local/opt/apps/oracle/product/11.2.0.1/dbhome_1)
    (SID_NAME = gesstg)
    )
    (SID_DESC =
    (ORACLE_HOME = usr/local/opt/apps/oracle/product/11.2.0.1/dbhome_1)
    (SID_NAME = ecomstg)
    )
    )

    Have you read documentation provided?

    If you use the descriptor bleow then external procedures will be able to register, if you are using static which cannot be register automatically. Once after changing below syntax, need to reload the listener. I have a sample listener.ora, find out how it should be

    ###################  Listener for U2BID  ######################
    LISTENER_ADG =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adg.ckpt.com)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.103.10.136)(PORT = 1521)(IP = FIRST))
        )
      )
    SID_LIST_LISTENER_ADG =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = adg)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
        )
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
        )
      )
    

    status as below.

    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adg.ckpt.com)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM", status READY, has 1 handler(s) for this service...
    Service "ADG.ckpt.com" has 1 instance(s).
      Instance "adg", status READY, has 1 handler(s) for this service...
    Service "adgXDB.ckpt.com" has 1 instance(s).
      Instance "adg", status READY, has 1 handler(s) for this service...
    The command completed successfully
    

    Published by: CKPT October 5, 2011 10:59

  • Manually change the VIEW port number


    Our 11.5.9 system simultaneous report ADF, we have started a background service X at the Admin level for running report server. As the UNIX admin request, we must change the port number for X windows. Since it's the production, we have a lot of customization, I want to avoid undate the context file and run the automatic configuration service. Therefore, I tried to change the DISPLAY setting in the files of the environment on levels directly. However, it does not work. Does anyone know what I missed?

    Here is the list of the files that I hit.

    adcmctl.sh, adrepctl.sh, $IAS_ORACLE_HOME/Apache/Jserv/*.properties on two levels, re - has bounced back after the application.

    Thank you

    Sean

    This is Note: quick search 364838,1 - REP-3000: internal error from the Oracle package

    Good to know that the problem has been resolved.

  • How to check and change the outgoing port number

    Charter has changed their settings and I need to set the port to 465. How do I do that?

    Tools | Account settings

    Scroll down the list of accounts. The last of them is "outgoing (SMTP) server.

    Select this option, select your Charter SMTP server, click on change.

  • Selection of the mSATA port w / 120GB SSD and HDD using Rapid Storage Technology

    For my XPS 8500, I try to understand how to better select the appropriate for my two readers ports: 1.standalone120GB SSD drive and player 2.a 1 TB HHD mSATA of w / 120GB SSD using Intel Rapid Storage Technology.  The standalone SSD should be on port 0 (SATA III) and put on port 1 HARD drive (SATA II), or would the using HHD Rapid Storage Technology better put on port 0, and put the standalone SSD on port 1?  Which of the two configurations of ports will get the best performance for startup, application loading and general use (no game)?  I intend to use the standalone SSD as boot drive and application drive while using the HHD to store data (especially the collection large photo).  As I understand it, the choice becomes one which the reader will work better (suffer the least) on the SATA II port.  I read that HARD drive using Rapid Storage Technology technology perform almost as although independent of SSD, but I do not know if the SATA II port speed limit either or both players so that no matter what port is selected (i.e. HARD drive using RST on port 0 would work as well as standalone SSD on port 1)?

    Thoughts or suggestions would be most appreciated.

    Hi DoctorDED,

    The mSATA SSD is usually used as a cache for a mechanical drive. With a 120 GB SSD as drive system, you do not have the reader mSATA as a cache, but I believe you can still use it for storage.

    You must install the SSD on port 0 and mechanical training on port 1.

  • UCCX Stats of 10.6 for the selection of the menu step number

    I use UCCX 10.6 and I have a user who wants to get statistics about the numbers that are selected on a step of menu. What is a native function of uccx?

    Adan, an example of attached script in which I use the step Set to hard-code the value for LanguageChoose and variable OptionPressed depending on the stage of Menu based on the number of callers option press. After that, I use the company Set stage call Info and attributed these variables Call.PeripheralVariable1 and Call.PeripheralVariable2 respectively.

    After that, you will need to run call Custom report Variables and set the value i.e., LanguageChoose in 1 custom Variable, OptionPressed in Custom Variable 2 and so on.

    So, basically, the idea is to get the value of the script using the combination of stage Set and Set company call Info and then run the Custom Variables report of appeal later to report on those.

    Concerning

    Deepak

Maybe you are looking for

  • Junk mail filters don't seem to work

    Hello Recently, I received a lot of spam. After awhile, I checked the messaging app for the filters, and I tried different combinations of filters; in the e-mail, as well as under the filter settings, settings I chose the following filters: "If the s

  • After the last update, password synchronization error

    I've just updated to FF 35.0.1 for the immediately previous version. Had already updated the new synchronization and everything worked perfectly. Now on one computer, I get "sync has encountered an error during synchronization: Icorrect account name

  • "itunes has stopped working" Win 10

    Hi all iTunes worked very well for me in Win10, until the last update. (12.3.3.17) now, whenever I run iTunes, I get the message "iTunes has stopped working" and the program stops. I tried to uninstall and reinstall the program as detailed here... Tr

  • My iPod has a virus / has it been hacked?

    Someone, I think my brother, watching * on my iPod when I left it on accidentally. A few days later, I'm one of these special notifications. You know how if there is a new software update one of these fancy blue boxes will pop up saying that there is

  • Alignment of memory with CVI 2013 problem

    Hello I just installed 2013 CVI from CVI 2010 and opening my old projects, I'm in trouble with the alignment of the memory. Not in all the projects that I opened, I get the problem, and I'm quite confused about this. I used to keep in line with the l