DBMS_STREAMS_ADM. ADD_SCHEMA_RULES is blocked without any error

I encountered a problem that DBMS_STREAMS_ADM. ADD_SCHEMA_RULES has not returned for too long and I can't do any mistake when I use DBMS_STREAMS_ADM. ADD_SCHEMA_RULES to generate the capture downstream.  All scripts are show in what follows. I'd appreciate if someone can tell me how to solve this problem. Thank you very much!

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

Grant connect, resource, s/n, aq_administrator_role to DWESBSTREAMUSER.

Start

() dbms_streams_auth.grant_admin_privilege

dealer = > "DWESBSTREAMUSER"

grant_privileges = > true);

end;

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

I use user DWESBSTREAMUSER to build downstream to the user 'SK' and I have already created db_links.

SELECT * FROM DBA_DB_LINKS;

-IMPLEMENT THE QUEUE

BEGIN

DBMS_STREAMS_ADM. () SET_UP_QUEUE

queue_table = > "CAP_APP_Q_T"

queue_name = > "CAP_APP_Q"

queue_user = > 'SK');

END;

/

-CREATE THE RULES AND THE TRIAL

BEGIN

DBMS_STREAMS_ADM. () ADD_SCHEMA_RULES

schema_name = > 'SK ',.

streams_type = > 'APPLY ',.

streams_name = > 'DS_APP ',.

queue_name = > "CAP_APP_Q"

include_dml = > true,

include_ddl = > true,

inclusion_rule = > true,

include_tagged_lcr = > false,

source_database = > 'ORCL_176 '.

);

END;

Start

() dbms_apply_adm.set_parameter

apply_name = > 'DS_APP ',.

parameter = > "allow_duplicate_rows"

value = > 'Y');

end;

/

SELECT * FROM DBA_APPLY;

-CREATE CAPTURE

BEGIN

DBMS_CAPTURE_ADM. () CREATE_CAPTURE

capture_name = > 'DS_CAPTURE ',.

queue_name = > "CAP_APP_Q"

source_database = > "ORCL_176"

RlDGlDdatabase_link = > true

); -See Note below.

END;


SELECT * FROM DBA_CAPTURE;

-ADD CAPTURE RULE

BEGIN

DBMS_STREAMS_ADM. ADD_SCHEMA_RULES (-is this block this function.)

schema_name = > 'SK ',.

streams_type = > "enter."

streams_name = > 'DS_CAPTURE ',.

queue_name = > "CAP_APP_Q"

include_dml = > true,

include_ddl = > true,

include_tagged_lcr = > false,

inclusion_rule = > TRUE,

source_database = > 'ORCL_176 '.

);

END;

/

-Step 14: Start apply process

-Start to apply it to the destination database.

Start

() dbms_apply_adm.start_apply

apply_name = > 'DS_APP');

end;

/

-Stage 15: Start capture process

-Start the capture process at the downstream database.

Start

() dbms_capture_adm.start_capture

capture_name = > 'DS_CAPTURE');

end;

/

SELECT * FROM DBA_APPLY;

SELECT * FROM DBA_CAPTURE;

SELECT * FROM DBA_APPLY;

DECLARE

-Variable to hold the value YVERT instantiation

ISCN NUMBER;

BEGIN

-Get current SCN of the Source

ISCN: = DBMS_FLASHBACK. GET_SYSTEM_CHANGE_NUMBER@ORCL_176;

DBMS_APPLY_ADM. () SET_SCHEMA_INSTANTIATION_SCN

sourceschemasource_schema_name = > 'SK ',.

source_database_name = > "ORCL_176"

instantiation_scn = > iscn,.

recursive = > TRUE);

END;







Use the common troubleshooting approach. To start: look at session $ v what is the session making. Is there a wait event? If it is blocked by another session?

Check the alert.log and trace files if they show related errors.

Tags: Database

Similar Questions

  • My XP PC stop unexpectedly without any error message

    nothing is on the screen of my pc it just restarts... without any problem...

    Hi akashrav,

    ·         Remember to make changes?

    ·         Did you install any software/hardware recently?

    ·         You see a blue screen?

    Method 1: Check to see if the following is useful.

    a. right click on my computer. Click on the Properties option.

    b. in the System Properties window, click the Advanced tab.

    c. in Advanced Options, click settings under Startup and recovery.

    d. in the startup and recovery window uncheck restart it automatically to check. Click OK.

    Now if the computer generates and error should not automatically restart and allow you to view errors your computer may experience.

    Method 2: Check if you have the latest drivers installed for the computer. Log in the Web site of the manufacturer to install the same.

    Method 3: You can run the Microsoft Safety Scanner for any infection by virus. Check out the following link to do the same thing.

    Microsoft Safety Scanner - free online tool for PC health and safety

    Also check the event viewer for more information.

    Procedure to view and manage event logs in Event Viewer in Windows XP

  • CHKDSK stops without any error message

    A week whenever I turned on my computer, CHKDSK has started checking my files. On the second part of the check-up (usually around), he simply stops and sends me on the desk. I don't get any error message or such and my computer works well if you do not take this into account. Even though I'm a little afraid that it might be a sign of something not being right. I am looking for a way to solve this problem and make CHKDSK to conduct the audit.

    I ran Ad-Aware and Spybot but they did not help. Also ran CCleaner to check changes to reg, but it wasn't good either. That's about where my own knowledge ended and I tried to use google. All I could find is that the formatting of the computer and reinstall windows might work but I have not tried because I don't want to lose my files.

    I am running Vista Home Premium with Avast! Antivirus, if that's any help. Thanks in advance.

    If you want just a report of chkdsk on your C partition select Start, run, type "cmd" without the quotes in the box and press ENTER. Type chkdsk, and then press the ENTER key and a report, stating, among other things, a summary of how disk space is used, is provided. If you want a report on a partition or one drive other than C, you need to go to this partition. To access F, where F is the required partition you type F: and press the ENTER key.

    Copies of the reports from a command prompt can be tricky. Right click and select mark. This allows to highlight the selected text, and then click on copy. You will then open Word, Notepad or similar file, right click and paste. The selected text transfers your Clipboard to open the file. You can paste directly into a response message to the majority of the forums.

  • DBMS_SESSION exception without any error

    Hello

    I cloned an Oracle 9.2.0.6 production database for test. We have cloned the database in the past using the same procedure without any problems. However, this time he gave problem form 6i and form 10g.

    When the procedure DBMS_SESSION.is_session alived or dbms_session.is_role_enabled, he always exception. I created a form a button that runs this code:

    PROCEDURE DBMS IS
    test BOOLEAN: = FALSE;
    BEGIN
    msg_info ("this message before running '");
    test: = DBMS_SESSION.IS_ROLE_ENABLED ('CONNECT');
    msg_info ("If you see this message, code run successfully");
    Exception
    while others then
    msg_info ("If you see this, code was NOT executed '");
    END;

    -clone db output: If you see this, the code did NOT
    -output in any db: If you see this message, code run successfully

    However, if I run this form using any other database it run successfully. If I point to this new database of clone, it has always attracted exception with no reason.

    Anyone know how to fix this?

    Is it possible to have the form to post an error message that would help us solve the problem?

    I am completely new to the form. I'm a database administrator.

    Note: dbms_session.is_role_enabled run OK in the clone database if using sqlplus:

    BEGIN
    IF dbms_session.is_role_enabled ('CONNECT') THEN
    dbms_output.put_line ("'CONNECT is granted");
    ON THE OTHER
    dbms_output.put_line ("' the CONNECT is not given");
    END IF;
    END;

    -output: CONNECT is granted

    Thank you very much for your help.

    Sound - Interesting DR. I use the form 10.1.2.0.2. Can you give me the steps?

    There are two modes of operation of the DRA. First, on the application server and then the forms generator. The setting is the same for everyone, but the first configures the application server and then configure your workstation. You must change the following two files: default.env and formsweb.cfg. These two files are in the \DevSuiteHome\forms\server directory.

    default.env
    Add or change the following variable:
    FORMS_TRACE_DIR =

    I'm writing my logs in the directory \NETWORK\log for my entry looks like the following:

    FORMS_TRACE_DIR=\NETWORK\log
    

    formsweb.cfg
    Add or change the following variable:
    otherparams = log out = =

    I use a generic log file name, but you can use a name that makes more sense.

    I recommend you put it where you want only, the session of forms written in a log file. Also, if you're this change on the application server, I recommend that you create a custom in the formsweb.cfg configuration so it is enabled only when you pass the config parameter in the URL of the application. For example, I created a configuration called my_frd that allows me to run the Dr FUND by adding *? config = my_frd * to the URL. Here is an example of the changes that you need to do.
    1. open the formsweb.cfg file and go at the bottom of the file. Then add the following text:

    [my_frd]
    otherparams=record=collect log=frd_trace_log.txt
    

    Now, when you run your application, you simply add? config = my_frd to the url to activate the trace FRD file. For example, if your application URL:

    http://.com:8889/forms/frmservlet

    What would be your URL to allow the DRA:

    http://.com:8889/forms/frmservlet?config=my_frd

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

    Published by: Silvere November 1, 2011 13:58

  • Adobe Creative Cloud Desktop App closes without any error in the middle of the installation

    Hi all.

    I had a few struggles since this morning...

    Building 30 GB Photoshop file for a large project and could not open the file or any other PSB I built in the course of 5 weeks - went into the rabbit hole problems...

    now, I'm here...

    Impossible to install same adobe Creative Cloud Desktop App to start from scratch. The Setup program closes without so much as an error message. The screenshot is just before the time that the installation of adobe disappears. Very annoying. Someone knows something about this problem?

    I can give more context for how I got here and all the problems, I fell along the path/steps that my work to correct if nobody's got an immediate response.

    I need to get this project finished tomorrow .

    Screen Shot 2016-08-28 at 2.13.18 PM.png

    FYI, ProDesign tools has updated their website. The new installer, ACCCx3_8_0_310.dmg, can be downloaded here, Adobe CC 2015 Direct Download Links: Creative Cloud 2015 Release | ProDesignTools

    Kent

  • How can I get my first 14 to download without any errors?

    I tried a few days more than download the 14 Prime Minister.  I tried to download Photoshop 14 and finally yesterday I could. If I would have known I was going to have problems of this kind I would not have bought their. It seems that no matter what I do I can't get 14 first to load, 000000000000000011111111111111111111111111111111111111111111111001

    Please read https://forums.adobe.com/thread/1499014

    -try some steps such as changing browsers and disable your firewall

    -also clear the cache of your browser if you start with a fresh browser

    -check the file hosts for blocked entries https://forums.adobe.com/thread/1912777

    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip.

    https://helpx.Adobe.com/creative-cloud/KB/creative-cloud-desktop-application-failed.html

    http://helpx.Adobe.com/creative-cloud/KB/failed-install-creative-cloud-desktop.html

    or

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you do not have a disk or drive

    -you will need to enter your original serial number during the installation for non-Cloud programs

    - or kglad links in response to #1 here can help https://forums.adobe.com/thread/2081216

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

    - and also read https://forums.adobe.com/thread/1146459

  • Crash of the database without any error

    Hello
    I asked this question of PL/SQL and they redirect me to this forum... hope I can get a solution... [Previous Thread of PL/SQL: http://forums.oracle.com/forums/thread.jspa?threadID=925433 & tstart = 0]

    Maybe I can start from the beginning and helps you understand what I'm trying to achieve...

    I am loading an XML file in a table called: table_b
    Table_B has a column called col_a which is of type CLOB... XML file is stored in col_a...

    I downloaded my XSL file using Oracle procedures, and then I want to use Oracle XDB functions to transform the XML file using the XSL type...

    OBJECTIVE: transform XML to another format...

    starting this pl:
    declare
    v_l clob.
    CLOB v_t;
    V_1 sys. XMLType;
    V_2 sys. XMLType;
    Start
    Select col_a v_l table_b where col_c = "value_d";

    -v_t: = DBMS_XDB. GETCONTENTCLOB('/home/XSL/Transf.xsl');

    V_1: = XMLType (v_l);
    -v_2: = XMLType (v_t);

    -dbms_output.put_line (substr (v_t, 1, 900));
    dbms_output.put_line (substr (v_l, 1, 900));

    end;
    /

    -Error in this line and causes the database to crash without error
    V_1: = XMLType (v_l);

    Description of the table, I select the values of:

    describe table_b;

    Name of Type Null
    -col_c VARCHAR2 (3)
    col_a CLOB()

    Thanks Alex for your time; the answers to your question.
    Select * from version of v$.

    Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
    PL/SQL release 11.1.0.6.0 - Production
    "CORE 11.1.0.6.0 Production."
    AMT for 64-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production

    hope you can follow and try to rebuild the image here... If you need information please... Thank you

    Just like your code, the Oracle database software is also code. So it will be contains bugs, like your code. At the point where we get the human factor, there's no bugs... so there is no need to 'shout '.

    If you have an ID customer support Oracle, you were able to connect to a request for priority service 1. Oracle will help you immediately (but you must also be on standby 24 hours...).

    A few reasons I can think that denies the database to write errors... (some issues I encountered during my 15 years while working with Oracle

    -Unplug the power of server cable
    -read only privileges on files and directories
    -a failure to disks, corrupt hard drive sectors
    -parameters for the wrong OS kernel / environment settings
    -the demon of background database hangs himself and therefore can save his own mistakes
    -etc...

    Apperently doesn't understand you all the details ("now, the problem is in this file because he had some references in there which made reference to a DTD and other XSL files... ") so your computer might be that your XML file is not well formed somewhere, perhaps due to the conversion of the data due to the settings of national language of the customer. If you use XMLTYPE, Oracle will check on XML wellformedness and if an XML schema or a reference is present, it will make an attempt to do a check against this information if it is available at the session / database. Just like, for example, a type of 'DATE' or 'NUMBER '. The content gets checked if it valid as a 'DATE' or 'NUMBER '.

    Spaces should also be analyzed and verified if this isn't the start of a character / item. All XML parsers / DOM methods will serialize and check the content in this way.

    I'm still using that you log an SR with Oracle Support. As Alex showed you, it should work at least he did in his old 9.2 database environment. There is more here than meets the eye...

  • Updated repeatedly offered KB2686509 for Windows XP but it fails to install without any error/message code. Ideas?

    The analysis of windows update says that no critical updates are available.  However, Secunia scan says my Windows is vulernable because the security KB2686509 patch is not installed.  My tool bar constantly shows the yellow shield indicating that an update is available. When I click it, it initializes successfully but gives a message that KB2686509 has failed to install.  There is no other error code of the message on the nature of the problem.

    See the RESPONSE messages in this thread-online http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/kb2686509-repeatedly-fails-with-error-code/0deeacb6-115c-419d-ac37-03ff8927b79c

  • Oracle adf Wizard does not create association please can any help me I do all the steps for the business component is true without any error but also not create the association why?

    Hello

    If no FK constraint is defined associations can still be created, please visit

    "If your database tables without foreign key constraints defined, JDeveloper will be not able to deduce the associations between entity objects that you create. Given that several ADF business components run-time features depend on the presence of the entity associations, manually create it if foreign key constraints do not exist to do so. »

    http://docs.Oracle.com/CD/E17904_01/Web.1111/b31974/bcentities.htm#ADFFD171

  • Keep exit status listener on the change, but watch without any error

    Hello

    I once again re installed oracle grid. Through the status of the listener, I find that the status of the listener is evolving with different outputs.

    In the first when I typed lsnrctl status then it's what he showed: -.

    [grid@example ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 4 February 2015 10:29:05

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

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date February 4, 2015 08:59:42

    Uptime 0 days 1 hour 29 minutes 23 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/grid/diag/tnslsnr/example/listener/alert/log.XML

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    Service 'OrclXDB' has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    The command completed successfully

    Once again, after waiting a few minutes, I checked again the status of the listener, then it's what she showed.  It shows now the Instance "Orcl", BLOCKED status


    [grid@example ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 4 February 2015 10:31:24

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

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date February 4, 2015 08:59:42

    Uptime 0 days 1 hour 31 min 42 s

    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/grid/diag/tnslsnr/example/listener/alert/log.XML

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", LOCKED status, has 1 operation for this service...

    The command completed successfully

    Once again, after waiting a few minutes, I checked again the status of the listener, then it's what she showed.  It now shows the Instance "Orcl", status RESTRICTED

    [grid@example ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 4 February 2015 10:31:36

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

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date February 4, 2015 08:59:42

    Uptime 0 days 1 hour 31 min 54 s

    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/grid/diag/tnslsnr/example/listener/alert/log.XML

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", RESTRICTED status, has 1 operation for this service...

    The command completed successfully

    After a few minutes back I rechecked the status and now it shows nothing: -.

    [grid@example ~] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 4 February 2015 10:31:20

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

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date February 4, 2015 08:59:42

    Uptime 0 days 1 hour 31 min 38 s

    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/grid/diag/tnslsnr/example/listener/alert/log.XML

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    The listener supports no services

    The command completed successfully

    So in short here put it: -.

    FIRST EXIT

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    Service 'OrclXDB' has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    The command completed successfully

    SECOND RELEASE OF THE STATUS OF THE LISTENER

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", LOCKED status, has 1 operation for this service...

    The command completed successfully

    THIRD EXIT OF THE LISTENER STATUS

    Summary of services...

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", RESTRICTED status, has 1 operation for this service...

    FOUR OR THE LAST EXIT OF THE STATUS OF THE LISTENER

    Summary of endpoints listening...

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

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

    The listener supports no services

    HERE IS THE RESULT OF THE HOSTNAME

    NOTE: ping hostname tells a different IP in the budgetary balance real ip given on the host name is 192.168.0.1

    [grid@example ~] $ ping hostname

    PING hostname.com (69.43.160.216) 56 (84) bytes of data.

    64 bytes of 69.43.160.216: icmp_seq = 1 ttl = 44 time = 337 ms

    64 bytes of 69.43.160.216: icmp_seq = 3 ttl = 44 time = 335 ms

    ^ C

    -hostname.com ping statistics-

    4 packets transmitted, 2 received, 50% packet loss, time 3899ms

    RTT min/avg/max/leg = 335.532/336.382/337.233/1.029 ms

    [grid@example ~] $ ping example.com

    PING example.com (192.168.0.1) 56 (84) bytes of data.

    64 bytes of example.com (192.168.0.1): icmp_seq = 1 ttl = 64 time = 0,033 ms

    64 bytes of example.com (192.168.0.1): icmp_seq = 2 ttl = 64 time = 0.035 ms

    64 bytes of example.com (192.168.0.1): icmp_seq = 3 ttl = 64 time = 0.038 ms

    64 bytes of example.com (192.168.0.1): icmp_seq = 4 ttl = 64 time = 0.038 ms

    HERE IS THE OUTPUT for sqlnet.ora, listener.ora, tnsnames.ora

    [grid@example admin] $ listener.ora more

    listener.ora # Network Configuration file: /u01/app/11.2.0/grid/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP)(HOST = example.com) (PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = / u01/app/grid

    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON # line added by Agent

    [grid@example admin] $ more sqlnet.ora

    sqlnet.ora # Network Configuration file: /u01/app/11.2.0/grid/network/admin/sqlnet.ora

    # Generated by Oracle configuration tools.

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    ADR_BASE = / u01/app/grid

    [grid@example admin] $ more tnsnames.ora

    tnsnames.ora # Network Configuration file: /u01/app/11.2.0/grid/network/admin/tnsnames.ora

    # Generated by Oracle configuration tools.

    ORCL =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP)(HOST = example.com) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = orcl)

    )

    )

    [grid@example admin] $

    Hello

    Sorry can't answer you earlier. I have soved the issue of the listener. In fact, there were two issues one of them was the problem of the LISTENER and the other was the following: -.

    SQL > startup

    ORA-01078: failure in the treatment of system settings

    LRM-00109: could not open the parameter file ' / u01/app/oracle/product/11.2.0/db_1/dbs/initorcl.ora'ORA-01078:

    First of all, I solved the ORA-01078: LRM-00109: deliver and then I went to solve the problem of the LISTENER. Here is how I solved the problem LISTNER. It now displays the stable state. It does not change like the one I mentioned above: -.

    [grid@example ~] $ cd $ORACLE_HOME/network/admin

    [grid@example ~] $ cd /u01/app/11.2.0/grid/network/admin/

    [grid@example admin] $ [grid@example admin] $ ls-l

    Total 24

    -rw - r - r - 1 grid oinstall 166 6 Feb 10:06 listener15020610AM0614.bak

    -rw - r - r - 1 grid oinstall 436 6 Feb 10:11 listener.ora

    drwxr-xr-x 2 grid oinstall 4096 2 February 14:16 samples

    -rw - r - r - 1 grid oinstall 205 11 May 2011 shrept.lst

    -rw - r - r - 1 grid oinstall 202 6 Feb 10:09 sqlnet.ora

    -rw - r - r - 1 grid oinstall 322 6 Feb 10:07 tnsnames.ora

    [grid@example admin] $ rm - rf *.ora

    NETCA $ [grid@example admin]

    Configure the listener again

    Set up the Configuration of the Local Network Service name

    lsnrctl stop $ [grid@example admin]

    lsnrctl start $ [grid@example admin]

    [grid@example admin] $ lsnrctl reload

    RESTART THE PC

    Connect as a user of network and wait a few minutes... And then check the status... Its not working now, and displays the output of status statble: -.

    [grid@example admin] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on February 6, 2015 11:20:09

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=example.com) (PORT = 1521)))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date February 6, 2015 10:19:34

    Uptime 0 days 1 hour 0 minutes 35 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/grid/diag/tnslsnr/example/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=example.com) (PORT = 1521)))

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

    Summary of services...

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

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

    Service "Orcl" has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    Service 'OrclXDB' has 1 instance (s).

    Instance "Orcl", State LOAN, has 1 operation for this service...

    The command completed successfully

    [grid@example admin] $

  • Illustrator can not install without any error code.

    When I try to open it, it says "resource files located for this application could not be loaded. Please reinstall or repair the application and try again".

    I tried to use adobe repair tool. I tried to re - install, but it did not work. All other applications seem fine.

    A few months ago, I tried to reset my windows, but it did not work.

    clean a http://www.adobe.com/support/contact/cscleanertool.html

    Restart your computer

    try to install again.

    If you see the non-specific error message, troubleshooting installation using newspapers in Photoshop Elements

  • Firefox closes randomly without any error message

    No matter what site I'm on and sometimes even when the browser is reduced to a minimum and not used. The window disappears as if I hit the close button, then when I run the browser usually brings my tabs back up or show me the window 'it's embarrassing I would say that it happens on every half hour.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Windows Update updates & any error message

    I have Windows Vista Home premium and I can not install updates.  The "install updates" icon in the status bar, and when I click it, it says that I need to check the updates on my computer (currently set to download and let me choose what to install).  When I click on "check for updates" it takes a few minutes and tell me I need to 'install new windows update software", if I click to do this, so I'm back to square 1, 'install updates' and the circle continues.  Problem is that no error message is given, I'm just stuck in a loop.  Occasionally, when I restart the computer, it will show the updates there and I can install them a few at a time (usually takes some time, because they will refresh not fully without me reboot (not where it tells you normally ' computer must be restarted to complete the update)... which means it shows 'download and install' forever) then I reboot, and it's all better (for now!)  I searched everysite I can find, but all seem to correct an error #, not only the loop blocked without an error message.

    Hello Ohanaof3,

    Thank you for using Microsoft Vista answers Forum!

    This problem may be caused by a temporary folder of Windows Update corrupted or third programs blocking access to the Windows Update site.

    Also, look for a spyware infection or software viruses malware on your PC.

    In addition, the issue could also be as a result of some of these conditions listed below

    ·         Log file or database corruption exists in the folder % Systemroot%\System32\Catroot2.

    ·         Cryptographic services is set to disabled.

    ·         Other Windows files are corrupted or missing.

    ·         The timestamp signature or the certificate cannot be verified, or is incorrect.

    For more information on how to fix this error, I suggest you follow the steps in the link below. Different methods are available, use only one at a time. Once your problem is solved, you don't have to go through other methods

    http://support.Microsoft.com/kb/822798

    If please reply and let us know if your problem is resolved or if you need more help

    David O
    Microsoft Answers Support Engineer
    Visit our and tell us what you think.

  • Using Firefox 4 and Windows 7. Whenever I have to start Firefox from a shortcut to a Web site, what happens with the following error "there was a problem sending the command to the program". The requested site is loaded after that. without any problem.

    Using Firefox 4 and Windows 7. Whenever I have to start Firefox from a shortcut to a Web site, what happens with the following error "there was a problem sending the command to the program". The requested site is loaded after that. without any problem.

    If a shortcut is used while Firefox is already open the error will not occur.

    For me, the problem was the FoxClock extension. Once I disabled it, the problem was gone.

    Hope this helps.

    Olivier

  • Whenever I try to download something, he said that he could not access APPDATA Error 1606. How can I solve this problem without any of my stuff getting deleted?

    Whenever I try to download something, he said that he could not access APPDATA Error 1606. How can I solve this problem without any of my stuff getting deleted?

    Hello
    1. what Internet browser do you use?
    2 are you having the same problem with other browsers also?
     
     
    Method 1: I suggest you try SFC running [System File Checker] scan on the computer that would be a system file corrupt on the computer search and replace.

    http://support.Microsoft.com/kb/929833

    Method 2: If the problem persists, you can try the steps mentioned below and check if it helps.
     
    (a) click Start.
    (b) type regedit in the Start Search and press enter.
    (c) access the site mentioned below.
    "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
    (d) then change the appdata read "% USERPROFILE%\AppData\Roaming" thing
     
    Note: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    322756 (http://support.microsoft.com/kb/322756/)
    How to back up and restore the registry in Windows

    Hope this information is useful.

Maybe you are looking for