Grid Erros ORA-01078: ORA-29701:

Hello world.

I'm currently installing a second grid Infrastructure in a single server. The first is a 11.2.0.1 and the second is 11.2.0.3. on solaris 10. In the second installation I chose to install grid for stand-alone server infrastructure. Thus, when a test to start the asm instance gives me this error:
SQL> startup mount
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service
When I run the code above, the first instance of the DSO is turned off and the other database.

I noticed that in the second installation of the comman crsctl tool is not installed just crsctl.bin. All steps for installation went well.

So, can you advise me what I should do to fix this problem? Some documents or something? Please, I beg you.

Thanks in advance.

johnxjean

Hi, after trying several posibilities. The solution was the instance ASM starting srvctl utility.

Concerning

johnxjean

Tags: Database

Similar Questions

  • ERRO ORA-01422: exact fetch returns more than number of lines

    SET SERVEROUTPUT ON
    create or replace procedure copy
    AS

    cursor c2 IS
    Select t.country_code
    transactions t;

    v_lc_details_current_hist c2% rowtype;
    v_country_code transactions.country_code% TYPE;

    Start


    Open c2;
    loop

    extract the c2 in v_lc_details_current_hist;


    OUTPUT WHEN c2% NOTFOUND;



    Select the country_code in v_country_code of transactions;

    DBMS_OUTPUT. Put_line (v_country_code);

    end loop;

    Close c2;

    end;
    /



    I'm gettintha error ORA-01422: exact fetch returns more than number of lines

    Please help me

    [email protected] wrote:
    Select the country_code in v_country_code of transactions;
    -It's to return several rows, and the SELECT INTO statement expects that one line.

    A SELECT INTO statement can be used if you want a query to return only one row. Otherwise use bulk collect and a variable of class to contain the result lines multiples.

  • ORA-01078: failure in the treatment of system settings

    Hi gurus,

    I need your help. Please give me a favor.

    I create an ASM instance in my for my orcl instance. Here is the step by step process which I did.

    SQL > select name, open_mode from v$ database;

    NAME OPEN_MODE

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

    ORCL READ WRITE

    SQL > select tablespace_name dba_tablespaces;

    TABLESPACE_NAME

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

    SYSTEM

    SYSAUX

    UNDOTBS1

    TEMP

    USERS

    EXAMPLE OF

    SQL > select name from v$ datafile;

    NAME

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

    D:\APP\HIMANSHU\ORADATA\ORCL\SYSTEM01. DBF

    D:\APP\HIMANSHU\ORADATA\ORCL\SYSAUX01. DBF

    D:\APP\HIMANSHU\ORADATA\ORCL\UNDOTBS01. DBF

    D:\APP\HIMANSHU\ORADATA\ORCL\USERS01. DBF

    D:\APP\HIMANSHU\ORADATA\ORCL\EXAMPLE01. DBF

    SQL > select name from v$ controlfile;

    NAME

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

    D:\APP\HIMANSHU\ORADATA\ORCL\CONTROL01. CTL

    D:\APP\HIMANSHU\FLASH_RECOVERY_AREA\ORCL\CONTROL02. CTL

    SQL > select Member from v$ logfile;

    MEMBERS

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

    D:\APP\HIMANSHU\ORADATA\ORCL\REDO03. JOURNAL

    D:\APP\HIMANSHU\ORADATA\ORCL\REDO02. JOURNAL

    D:\APP\HIMANSHU\ORADATA\ORCL\REDO01. JOURNAL

    SQL > quit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    D:\ > cd D:\app\Himanshu\oradata\orcl

    D:\app\Himanshu\oradata\orcl > dir

    Volume in drive D has no label.

    Volume serial number is 84E1-F031

    Directory of D:\app\Himanshu\oradata\orcl

    07/12/2013 16:37 < DIR >.

    07/12/2013 16:37 < DIR >...

    17/12/2013 CONTROL01 9 748 480 23:15. CTL

    16/12/2013 EXAMPLE01 104,865,792 18:43. DBF

    16/12/2013-12:13 AM REDO01 52,429,312. JOURNAL

    16/12/2013 REDO02 52,429,312 18:42. JOURNAL

    12/15/2013 REDO03 52,429,312 21:01. JOURNAL

    17/12/2013 SYSAUX01 597,696,512 23:30. DBF

    16/12/2013 SYSTEM01 723,525,632 18:43. DBF

    17/12/2013 TEMP01 20,979,712 22:44. DBF

    16/12/2013 UNDOTBS01 57,679,872 18:43. DBF

    16/12/2013 USERS01 5 251 072 18:43. DBF

    10 file (s) on 1,677,035,008 bytes

    2 dir 190,895,730,688 bytes free

    SQL > quit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    D:\ > cd D:\app\Himanshu\oradata\orcl

    D:\app\Himanshu\oradata\orcl > dir

    Volume in drive D has no label.

    Volume serial number is 84E1-F031

    Directory of D:\app\Himanshu\oradata\orcl

    07/12/2013 16:37 < DIR >.

    07/12/2013 16:37 < DIR >...

    17/12/2013 CONTROL01 9 748 480 23:15. CTL

    16/12/2013 EXAMPLE01 104,865,792 18:43. DBF

    16/12/2013-12:13 AM REDO01 52,429,312. JOURNAL

    16/12/2013 REDO02 52,429,312 18:42. JOURNAL

    12/15/2013 REDO03 52,429,312 21:01. JOURNAL

    17/12/2013 SYSAUX01 597,696,512 23:30. DBF

    16/12/2013 SYSTEM01 723,525,632 18:43. DBF

    17/12/2013 TEMP01 20,979,712 22:44. DBF

    16/12/2013 UNDOTBS01 57,679,872 18:43. DBF

    16/12/2013 USERS01 5 251 072 18:43. DBF

    10 file (s) on 1,677,035,008 bytes

    2 dir 190,895,730,688 bytes free

    D:\app\Himanshu\oradata\orcl > cd D:\app\Himanshu\product\11.2.0\dbhome_2

    D:\app\Himanshu\product\11.2.0\dbhome_2 > cd database

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir

    Volume in drive D has no label.

    Volume serial number is 84E1-F031

    Directory of D:\app\Himanshu\product\11.2.0\dbhome_2\database

    17/12/2013 23:48 < DIR >.

    17/12/2013 23:48 < DIR >...

    07/12/2013 16:33 < DIR > archive

    07/12/2013 hc_orcl.dat 2 048 16:35

    2005-12-22 04:07 31 744 oradba.exe

    17/12/2013 oradim.log 1 767 23:50

    07/12/2013 PWDorcl.ora 1 536 16:41

    17/12/2013 22:42 3 584 SPFILEORCL. ORA

    5 file (s) on 40 679 bytes

    3 dir 190,895,714,304 bytes free

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > set ORACLE_SID = + ASM

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > echo % ORACLE_SID %

    + ASM

    After that, I created a parameter file and given a parameter that is required to create an instance of the ASM:

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > type init + ASM.ora

    instance_type = asm

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > oradim-new - sid + ASM

    The created instance.

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > mkdir c:\asmdisks

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir c:\asmdisks

    Volume in drive C is OS

    Volume serial number is 440 c-A2D1

    Directory of c:\asmdisks

    18/12/2013-12:06 AM < DIR >.

    18/12/2013-12:06 AM < DIR >...

    0 file (s) on 0 bytes

    2 dir 51,594,907,648 bytes free

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk1.asm 3

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk2.asm 3

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk3.asm 3

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir c:\asmdisks

    Volume in drive C is OS

    Volume serial number is 440 c-A2D1

    Directory of c:\asmdisks

    18/12/2013-12:08 AM < DIR >.

    18/12/2013-12:08 AM < DIR >...

    18/12/2013 asmdisk1.asm 3 145 728 12:07 AM

    18/12/2013 asmdisk2.asm 3 145 728 12:08 AM

    18/12/2013 asmdisk3.asm 3 145 728 12:08 AM

    3 file (s) on 9 437 184 bytes

    2 dir 51,585,474,560 bytes free

    Now, I have edited the file pfile and given more than two parameters:

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > type init + ASM.ora

    instance_type = asm

    ASM_DISKSTRING = "c:\asmdisks\*."

    _ALL_ALLOW_ONLY_RAW_DISKS = FALSE

    Now I'm at from my ASM instance and get below error:

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > echo % ORACLE_SID %

    + ASM

    D:\app\Himanshu\product\11.2.0\dbhome_2\database > sqlplus / as sysdba

    SQL * more: Production version 11.2.0.1.0 Wed Dec 18 00:13:17 2013

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

    Connect to an instance is idle.

    SQL > startup;

    ORA-01078: failure in the treatment of system settings

    LRM-00101: name of the unknown parameter '_ALL_ALLOW_ONLY_RAW_DISKS '.

    And if I remove this hidden setting I get error described:

    SQL > startup;

    ORA-01078: failure in the treatment of system settings

    ORA-29701: unable to connect to the Cluster Synchronization Service

    Please give a help to remove this error also please guide me what wrong I do here.

    Thank you

    Michel.

    Of 11.2, Oracle database binaries do not contain the ASM. To install it, you must use the GI of the autonomously. Search the documentation link I gave, it is IM on Windows only.

    Aman...

  • Oracle RAC 12.1.0.2 (GI battery) deployment on OEL 7 (3.8.13 - 35.3.4.el7uek) fails with ORA-27102

    Hi guys,.

    I am currently trying to deploy a complete installation (GI battery) of Oracle RAC 12.1.0.2 cool on OEL 7 (3.8.13 - 35.3.4.el7uek) with 2 nodes for validation purposes. However the installation itself went well, but 'Creation repository for Oracle Grid Infrastructure Management container' step fails with "ORA-01034: ORACLE not available / ORA-27102: out of memory / Linux-x86_64 error: 12: cannot allocate memory". The steps of runInstaller validation completed successfully, but I never take this step of configuration without jumping.

    Here is my configuration which should normally avoid such errors ORA.

    Host

    -bash - $4.2 uname - a

    Linux OELRAC1 3.8.13 - 35.3.4.el7uek.x86_64 #2 SMP Tue Jul 29 23:24:14 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux

    "Creation of repository database for Oracle Grid Infrastructure Management container" error in /oracle/base/cfgtoollogs/dbca/_mgmtdb/trace.log

    From restoration to August 9, 14

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 12 type of device = DISK

    channel ORA_DISK_1: from the restore backup set data file

    channel ORA_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_DISK_1: restore datafile 00003 to + GRID

    channel ORA_DISK_1: backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece reading

    channel ORA_DISK_1: ORA-19870: error when restoring the backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece

    ORA-19504: could not create the file "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 161480704

    switch to the previous backup

    Number of folder of the data file = 3 name = + GRID

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the restore command at 09/08/2014 19:41:47

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

    RMAN-06956: create the data file failed; try again after removing + OS GRID

    SHM / CPI (check the id of shm with previous information)

    -bash - $4.2 ipcs - a

    -Shared memory segments-

    key shmid owner perms bytes nattch status

    1565360128 0 x 00000000 grid 640 4096 0

    1565392897 0 x 00000000 grid 640 4096 0

    0xfba47600 1565425666 640 24576 29 grid

    Memory of the ASM instance setting

    SQL > see the memory settings

    VALUE OF TYPE NAME

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

    whole big memory_max_target 1076M

    whole large memory_target 1076M

    ASM disk groups

    SQL > select NAME, STATE, TOTAL_MB, USABLE_FILE_MB from v$ asm_diskgroup;

    NAME STATE TOTAL_MB USABLE_FILE_MB

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

    RACK MOUNTED 6144 4868

    / dev/shm to memory_target (more than enough free space)

    -bash - $4.2 df-h

    Size of filesystem used Avail use % mounted on

    tmpfs, 630M 2.4 G 3.0 G 21% / dev/shm

    Kernel for SHM limits set to unlimited parameter

    -bash - $4.2 sysctl - a | grep shm

    kernel.shmall = 1152921504606846720

    kernel.shmmax = 922337203685477580

    User limits on unlimited for memory

    -bash-4, $ 2 cat /etc/security/limits.conf

    # Oracle settings

    grid soft nproc 2047

    grid hard nproc 16384

    grid soft nofile 1024

    grid hard nofile 65536

    Oracle nproc 2047 soft

    Oracle nproc 16384 hard

    Oracle soft nofile 1024

    Oracle hard nofile 65536

    * hard memlock unlimited

    * soft memlock unlimited

    -bash - 4, $ 2 known - grid

    -bash - $4.2 ulimit - a

    the file size (blocks, - c) of base 0

    (kbytes, - d) data seg size unlimited

    scheduling priority (-e) 0

    size of the file (blocks, f) - unlimited

    pending signals (-i) 23953

    Max locked memory (kbytes, - l) unlimited

    size of the memory (k, m) max - unlimited

    open files (-n) 1024

    a size (512 bytes, - p) 8 hose

    (Bytes, - q) POSIX message queues 819200

    real-time priority (-r) 0

    size (Ko, - s) 8192 battery

    time processor (seconds,-t) unlimited

    Max user process (-u) 2047

    virtual memory (KB), - v) unlimited

    the locks on files (-x) unlimited

    So what the hell is wrong here? Why the instance ASM (+ ASM1) returns the error below, even if there is no memory limit / problem. The error with the disk group is also absolutely no sense.

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

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

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

    Someone at - he encounter the same problem with 12.1.0.2 by deploying the CDB for Grid Infrastructure Management repository? Is there something special with UEK3 (3.8.13 - 35.3.4.el7uek) on 7 OEL? Any necessary special kernel parameter (although the runInstaller controls do not mention)? I'm totally tapped by GI 12.1.0.2.

    Thank you.

    Best regards

    Stefan

    Hi guys,.

    I was finally able to solve this problem.

    She was related to a memory on the provisioning of problem in the virtual environment as both nodes are VMs. Unfortunately none of these errors of memory were populated / pushed somehow in the virtual machine.

    Best regards

    Stefan

  • Disable ORA errors in sql script

    All,

    I am running a sql statement select script bash as the below one,
    string="user/pass@tns"
    tot=`sqlplus -s $string << EOF
    set echo off
    set feedback off
    set head off
    select count(*) from test_table;
    EOF
    `
    This affects the total of test_table for tot shell variable. Now I get the erro ORA below during the execution of this
    script
    ERROR: ORA-28002: the password will expire within x days
    Now the tot variable is assigned with count of test_table + ERROR: ORA-28002: the password will expire in x days.
    I need a way to get only the total number of rows without any string, set help command here? or should go for another way

    Barros says:
    Ok. I can reset the password, but however I want my real output (total number) in the variable and do not have these errors to be there in the variable. It is ultimately a failure my entire script.

    So, there are 2 possible solutions come to mind...

    1 change the account so that it doesn't have a time of expiration on this...

    http://docs.Oracle.com/CD/E11882_01/server.112/e10897/users_secure.htm#ADMQS12044

    or if this isn't the case because security in your company requires it expires periodically...

    2. do not your processes in a script, but rather make it all through a procedure in the database and use, a work of database programming if necessary etc. and then you don't have to worry about these messages of "login".

  • installation of static rac grid/11 GR 2 and listeners of the broker?

    I have 2 nodes primary 11g r2 RAC, and = > > > Single instance GRID + 'Only one Instance db' Standby;


    IAM, installation, network and database to different locations; The GRID listener.ora listen RAC - SCAN.mydomain.com.tr ip addresses;
    I have 2 lsnrctl command in different places;
    (1) grid: /u01/app/11.2.0/grid/bin lsnrctl listener.ora: /u01/app/11.2.0/grid/network/admin

    (2) control of /u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl of data points to /u01/app/oracle/product/11.2.0/db_1/network/admin

    I can configure the single instance GUARD for CARS; and the transport of redologs works well.

    I can configure broker correctly, I can see 'success' with the show configuration command.

    but when I typed the switch to the "myguard".

    It fails on the static listeners...


    Question1) where should I set static listeners? in the House of the grid. or the House of database.

    Question2) if I install the GRID and the DATABASE in the same directory. Is this a problem? Will there be the same binary files?


    _/U01/app/Oracle/product/11.2.0/Db_1/network/admin/listener.ora_
    ==
    LISTENER_DG1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.0.40.3)(PORT = 1522))
    )
    )

    SID_LIST_LISTENER_DG1 =
    (SID_LIST =
    (SID_DESC =
    # (GLOBAL_DBNAME = MS112DGP)
    (GLOBAL_DBNAME = kkrac_DGMGRL)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0/db_1)
    # (SERVICE_NAME = MS112DGP)
    (SID_NAME = kkrac)
    )
    )

    ADR_BASE_LISTENER_DG1 = / u01/app/oracle

    _/U01/app/Oracle/product/11.2.0/Db_1/network/admin/tnsnames.ora_
    ==
    KKGUARD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = kkguard.mydomain.com.tr) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = kkguard)
    )
    )

    LISTENER_DG1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = kkguard.mydomain.com.tr))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = kkguard_DGMGRL)
    )
    )

    donniedarko wrote:

    Question1) where should I set static listeners? in the House of the grid. or the House of database.

    The default owner of the listener is the user at home and network operating systems. A single listener is generally used for RAC and ASM instances. A second listener (large cluster) is used for single client access (SCAN).

    Question2) if I install the GRID and the DATABASE in the same directory. Is this a problem? Will there be the same binary files?

    Not supported. Refer to the note + 11 GR 2 Clusterware and Grid Home - what you need to know [ID 1053147.1] +.

    It explicitly states:
    "+ The House of the GRID and the RAC/DB Home * must be installed in different places." + "

    It seems to me that you do a lot of second guessing here, without mentioning the installation requirements installation guide, pre-requistes and o/s for the grid and the CARS. Do not. These manuals are required references - If you expect to have a robust and functional installation.

    PS. and non - 100 mb Ethernet does not interconnect either, and 1 Gb Ethernet is barely enough since it will generally have a latency than the use of the storage array, which makes the Fusion Cache e/s slower than getting a block of data from the storage server.

  • The listener supports no services

    Hi all

    I installed Oracle Database 11 g 2 and Oracle network on a Linux infrastructure, then I created the orcl database.

    I've always been able to connect to my database using SQL * more or OEM. But lately, I am experiencing a problem when you type the command lsnrctl status , and so I am not able to connect to the database.

    My listener.ora file:

    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/grid/network/admin/listener.ora
    # Generated by Oracle configuration tools.# tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    ORCL =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = pc.company.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orcl.example.com)
       )
      )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = pc.company.com) (PORT = 1521))
    )
    )
    ADR_BASE_LISTENER = / u01/app/oracle

    When you type lsnrctl status , I get the following:

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-JUL-2014 03:35:48

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

    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date  21-JUL-2014 03:25:58
    Uptime  0 days 0 hr. 9 min. 50 sec
    Trace Level  off
    Security  ON: Local OS Authentication
    SNMP  OFF
    Listener Log File   /u01/app/oracle/diag/tnslsnr/pc/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pc.company.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    When you type sqlplus / as sysdba then startup , I get this:

    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA/orcl/spfileorcl.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/spfileorcl.ora
    ORA-29701: unable to connect to Cluster Synchronization Service

    Thanks in advance

    Your listener 'supports no service' is because your database is not and therefore does not not with the listener.  There is nothing wrong with your listening.

    The reason that is not from your data base is written in the startup error message.  "Seems to me that it cannot find the spfile (first file in the boot sequence) because it's about ASM and you're"unable to connect to Cluster Synchronization Service" 

    Is your ASM instance started successfully?

  • ASM and DB on another machine

    Hello

    Have a question, we are given 2 VM on which ASM and Oracle DB is installed. We are invited to start the two machine in order, after the start-up of the Machine-1, start the Machine-2 and then only DB (orcl) on Machine-2 can be opened.

    If we lack sequence he gives are not launched and gives error as:

    SQL > startup;
    ORA-01078: failure in the treatment of system settings
    ORA-01565: error in the identification of file "+ DATA/orcl/spfileorcl.ora".
    ORA-17503: ksfdopn:2 could not open the file +DATA/orcl/spfileorcl.ora
    ORA-29701: unable to connect to the Cluster Synchronization Service

    The initorcl.ora on Machine-2 has after the entry:

    SPFile='+Data/ORCL/spfileorcl.ora'

    Please can anyone suggest how this two machines would be set up, what the entries on Machine-2 point to instance ASM to Machine-1.

    Please suggest...

    Thank you!

    bLaK says:
    Thanks for the reply HTH!

    I'm new on this point and learn ASM. I wanted to know is how and what setting are Machine-2 it refers to the instance of the ASM to Machine-1.
    Where I see that?

    Kind regards!

    What is your basis for data & ASM version?
    Do you use the grid?
    My first explanation of the post is specific to any ASM & RDBMS instance on server.

    Describe how these two servers configured.

    You can check in
    $crsctl check cssd

    Or say how can we say CSS service where the ASM instance is located...

    It will be managed by the CSSD process.

    Read this manual http://www.oracle.com/technetwork/database/asm-10gr2-bestpractices.pdf

    Given that CSS provides the management of cluster and node monitor, it monitors intrinsically ASM and
    its shared storage components (disks and starts). At startup, ASM will record himself and all
    starts, it has mounted, with CSS. This allows CSS on all RAC nodes to keep metadata diskgroup
    synchronized. Everything starts new that is created is also dynamically registered and disseminated to others
    nodes in the cluster.
    As for the database, the internode communication is used to synchronize the activities in the ASM instances. CSS is
    used for heart rate integrity of ASM instances. Internode ASM messages are initiated by structural
    changes that require a synchronization; adding such a disc. Thus, ASM uses the same integrated lock
    management infrastructure that is used by the database for efficient synchronization.

  • Instance startup problem

    Hello

    We have a CCR 2 node (ud1 UD2) environment, it was resolved to the top for a long time. We were able to start and stop instances and the database without problem.

    Suddenly 2 days back NODE1 has failed. Since then, we are not able to start the node NODE1 and getting following error: - (NODE2 is in place and fine tunning)

    [oracle@SER1 ~] $ srvctl start instance d SERVER1-i NODE1
    PRCD-1027: Impossible to retrieve the SERVER1 database
    RPRC-1070: could not verify if the ora.server1.db resource is registered
    Cannot communicate with crsd

    In addition, while trying to issue the boot command, get following error:

    $ sqlplus / as sysdba

    SQL > startup;
    ORA-01078: failure in the treatment of system settings
    ORA-01565: error in the identification of file "+ ORADFLT/server1/datafile/spfile.dbf".
    ORA-17503: ksfdopn:2 could not open the file +ORADFLT/server1/datafile/spfile.dbf
    ORA-29701: unable to connect to the Cluster Synchronization Service

    It is not the first time that we are launching this command. Please help with this problem...

    Thank you!

    Published by: 851602 on July 22, 2011 03:47

    Published by: 851602 on July 22, 2011 03:50

    Can you also please make sure that all network interfaces are correct.
    Ping the private sector of both nodes of interconnection and make sure that the servers can communicate.

    You should also look at 'How to Troubleshoot Grid Infrastructure startup problems [ID 1050908.1]'

    You said in your 1st post + "suddenly 2 days back NODE1 got failed...". » +
    That happened the node does get deported, did the crash of the instance...?
    Have you looked in the nodes of the log files if there are errors during this time? I don't understand that you can't get any kind of message in the log files to give us an indication of what could be wrong.

    Please look at all the files following logs on both nodes during the period when the 1st omitted node:

    /log//alert.log
    /log//crsd/crsd.log
    /log//cssd/ocssd.log
    /log//ohasd/ohasd.log
    

    Concerning

    Published by: user10506095 on July 25, 2011 12:02

  • CSSD was able to start after restarting the system

    I installed oracle11gr2 on Solaris Opteron, after the system restarts, asm instance started.
    SQL > startup
    ORA-01078: failure in the treatment of system settings
    ORA-29701: unable to connect to the Cluster Synchronization Service

    When I run $ORACLE_HOME/grid/root.sh as root:
    ......
    CRS is already configured on this node for crshome = 1
    Cannot configure two instances CRS on the same cluster.
    Please Unconfigure before proceeding with the configuration of the new House.

    How to unconfigure?

    ARO

    Good, your ASM is running. The next step is to make visible disks to ASM. ASM uses a string parameter of discovery to find the drive, and as you can imagine, they should be there. In addition they should be owned by oracle user and group dba so that ASM can mount them.

  • create diskgroup in ASM

    Hello

    I called asmca command in $prompt and I tried to create the disk group...

    I have two raw storage devices located under/dev/raw/raw1 and/dev/raw/raw2...

    How can I discover these two raw devices and create the disk in ASM configuration group

    Please help me...

    Were you running post install stepd grid below? Follow-up audit thread on how to address this problem.

    ORA-29701: unable to connect to the Cluster Manager

    Salman

  • WebLogic startup error

    Hello

    When WebLogic attempts to start, it displays the following messages:

    Enterprise Manager and the Console work very well, but workspace does not work, it does not connect with the user "weblogic.

    NAO e possible carregar o elemento "persistence-config".
    MDS-01370: A MetadataStore configuracao para metadata-store-use 'soa-infra-store' esta invalido.
    ORA-04063: package body 'DEV6_MDS. MDS_INTERNAL_SHREDDED' contemporary erros
    ORA-06508: PL/SQL: nao faith localizada a programa that esta sendo called unidade: 'DEV6_MDS. MDS_INTERNAL_SHREDDED ".
    ORA-06512: em line1

    .
    oracle.mds.exception.MDSExceptionList: SDM-01329: Nao e possible carregar o elemento "persistence-config".
    MDS-01370: A MetadataStore configuracao para metadata-store-use 'soa-infra-store' esta invalido.
    ORA-04063: package body 'DEV6_MDS. MDS_INTERNAL_SHREDDED' contemporary erros
    ORA-06508: PL/SQL: nao faith localizada a programa that esta sendo called unidade: 'DEV6_MDS. MDS_INTERNAL_SHREDDED ".
    ORA-06512: em line1


    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:517)
    to oracle.mds.config.PConfig. < init > (PConfig.java:341)
    at oracle.mds.internal.lcm.MDSLCMManager.getContentConfig(MDSLCMManager.java:2011)
    at oracle.mds.internal.lcm.deploy.DeployManager.deploy(DeployManager.java:505)
    at oracle.mds.internal.lcm.deploy.DeployManager.startDeployment(DeployManager.java:198)
    at oracle.mds.internal.lcm.MDSLifecycleListenerImpl.start(MDSLifecycleListenerImpl.java:215)
    at oracle.mds.lcm.weblogic.WLLifecycleListener.preStart(WLLifecycleListener.java:77)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ PreStartAction.run (BaseLifecycleFlow.java:282)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ LifecycleListenerAction.invoke (BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:283)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    to weblogic.management.deploy.internal.AppTransition$ 1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.mds.exception.MDSExceptionList: SDM-01329: Nao e possible carregar o elemento "persistence-config".
    MDS-01370: A MetadataStore configuracao para metadata-store-use 'soa-infra-store' esta invalido.
    ORA-04063: package body 'DEV6_MDS. MDS_INTERNAL_SHREDDED' contemporary erros
    ORA-06508: PL/SQL: nao faith localizada a programa that esta sendo called unidade: 'DEV6_MDS. MDS_INTERNAL_SHREDDED ".
    ORA-06512: em line1


    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:517)
    to oracle.mds.config.PConfig. < init > (PConfig.java:341)
    at oracle.mds.internal.lcm.MDSLCMManager.getContentConfig(MDSLCMManager.java:2011)
    at oracle.mds.internal.lcm.deploy.DeployManager.deploy(DeployManager.java:505)
    at oracle.mds.internal.lcm.deploy.DeployManager.startDeployment(DeployManager.java:198)
    at oracle.mds.internal.lcm.MDSLifecycleListenerImpl.start(MDSLifecycleListenerImpl.java:215)
    at oracle.mds.lcm.weblogic.WLLifecycleListener.preStart(WLLifecycleListener.java:77)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ PreStartAction.run (BaseLifecycleFlow.java:282)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ LifecycleListenerAction.invoke (BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:283)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    to weblogic.management.deploy.internal.AppTransition$ 1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >

    Could someone help me with it?

    Thank you

    more information on the infamous MDS_INTERNAL_SHREDDED widow maker here:
    http://www.javamonamour.org/2011/01/package-body-devmdsmdsinternalshredded.html

  • Update XMLTYPE in Oracle table with the values of its fields

    I have an existing table in an Oracle 10 g 2 I've added a "XMLTYPE" column to it. Now, I need to fill in this field with a XML code that consists of a mixture of the values of the fields on each line, but I can't get the syntax down correctly. Here's the job properly a SELECT statement that generates the XML wished for each line:

    SELECT XMLELEMENT ("TBLOrigs",
    XMLELEMENT ("TBLOrig", XMLATTRIBUTES (Field1 AS "Field1"),
    XMLFOREST (Field2 AS "Field2", Field3 AS "Field3", Field4 AS "Field4', ACE sphere5"Sphere5").
    XMLELEMENT ("detachments",
    XMLFOREST(Field6, Field7 As "Field7"))) AS XmlCol
    OF TBLOrigin Orig1
    WHERE Field1 < = 10

    The UPDATE I am train is something like that, but it does not work:

    UPDATE TBLOrigin
    SET AUXFIELD =)
    SELECT XMLELEMENT ("TBLOrigs",
    XMLELEMENT ("TBLOrig", XMLATTRIBUTES (Field1 AS "Field1"),
    XMLFOREST (Field2 AS "Field2", Field3 AS "Field3", Field4 AS "Field4', ACE sphere5"Sphere5").
    XMLELEMENT ("detachments",
    XMLFOREST(Field6, Field7 As "Field7"))) AS XmlCol
    OF TBLOrigin Orig1
    WHERE Orig1.Field1 = Orig2.Field1
    AND Orig1.Field2 = Orig2.Field2
    AND Orig1.Field3 = Orig2.Field3
    AND Orig1.Field4 = Orig2.Field4
    AND Orig1.Field5 = Orig2.Field5)
    OF TBLOrigin Orig2
    WHERE Field1 < = 10

    I'm trying to update each row with the XML content generated from its fields. I get the below error message:

    ERRO na Linha Comando:13 Coluna: 47
    Relatório Erro:
    SQL ERRO: ORA-00933: SQL not correctly completed command
    00933 00000 - "not correctly completed SQL command.
    * Cause:
    * Action:

    Just as a reference, here is the UPDATE work in Transact-Sql

    UPDATE dbo. TBLOrigin
    SET AuxInfo = (SELECT
    Field1 like "@Field1."
    Field2 as 'Field2 ',.
    Like "Field3" field3
    Field4 as 'Field4.
    Sphere5 as "sphere5."
    Case as "Dets/case Field6, Field6
    Field7 as "Dets/Field7.
    FROM dbo. TBLOrigin AS Orig1
    WHERE Orig1.Field1 = Orig2.Field1
    AND Orig1.Field2 = Orig2.Field2
    AND Orig1.Field3 = Orig2.Field3
    AND Orig1.Field4 = Orig2.Field4
    AND Orig1.Field5 = Orig2.Field5
    FOR ROOT ('TBLOrigs')) PATH ('TBLOrig'), TYPE, XML
    FROM dbo. TBLOrigin Orig2

    TKS a lot for any help

    Unless I'm missing something MSFT make it unecessarily complex by not implementing the SQL/XML standard...

    SQL> alter table emp add ( emp_xml xmltype)
      2  /
    
    Table altered.
    
    SQL> update emp set emp_xml = XMLELEMENT("EMPLOYEE",xmlattributes(EMPNO as "id"), XMLElement("Name",ENAME))
      2
    SQL> /
    
    14 rows updated.
    
    SQL> set pages 0
    SQL> select EMPNO, EMP_XML from EMP
      2  /
          7369
    
      SMITH
    
    
          7499
    
      ALLEN
    
    
          7521
    
      WARD
    
    
          7566
    
      JONES
    
    
          7654
    
      MARTIN
    
    
          7698
    
      BLAKE
    
    
          7782
    
      CLARK
    
    
          7788
    
      SCOTT
    
    
          7839
    
      KING
    
    
          7844
    
      TURNER
    
    
          7876
    
      ADAMS
    
    
          7900
    
      JAMES
    
    
          7902
    
      FORD
    
    
          7934
    
      MILLER
    
    
    14 rows selected.
    
    SQL>
    
  • Get a file of 1 MB to a web service

    Hello

    I'm trying to get a file of 1 MB, call a web service from a 10.2.0.5. Everything works well except the conversion of the SOAP to an XMLTYPE response. I get the error ORA-00932-> ERRO:-ORA-00932: inconsistent data types: expects a return value is an instance of a user defined class Cabriolet Java to an Oracle type got an object that cannot be converted. When I get a smaller file conversion works perfectly. No idea how to solve this problem?

    Here is my code:
    DECLARE
    sys l_service. UTL_DBWS.service;
    sys l_call. UTL_DBWS. Call;

    l_wsdl_url VARCHAR2 (32767).
    l_namespace VARCHAR2 (32767).
    sys l_service_qname. UTL_DBWS. QName;
    sys l_port_qname. UTL_DBWS. QName;
    sys l_operation_qname. UTL_DBWS. QName;

    l_xmltype_in SYS. XMLTYPE;
    l_xmltype_out SYS. XMLTYPE;
    -retx ANYDATA;
    l_return CLOB.
    W_log VARCHAR2 (4000);
    BEGIN

    DBMS_JAVA. SET_OUTPUT (2000000);

    l_wsdl_url: = ' http://10.250.41.206:8082 / ConversionService? WSDL ";
    l_namespace: = "http://tempuri.org/";

    l_service_qname: = SYS. UTL_DBWS.to_qname (l_namespace, "ConverterClassServImplementation");
    l_port_qname: = SYS. UTL_DBWS.to_qname (l_namespace, "BasicHttpBinding_IConverterClassService");
    l_operation_qname: = SYS. UTL_DBWS.to_qname (l_namespace, "ConvertDocument");



    l_service: =.
    SYS. () UTL_DBWS.create_service
    wsdl_document_location = > urifactory.geturi (l_wsdl_url).
    service_name = > l_service_qname);

    l_call: =.
    SYS. UTL_DBWS.create_call (service_handle = > l_service,)
    port_name = > l_port_qname,
    operation_name = > l_operation_qname);

    SYS. UTL_DBWS. SET_PROPERTY (l_call, 'SOAPACTION_USE', 'TRUE');
    SYS. UTL_DBWS. SET_PROPERTY (l_call, 'SOAPACTION_URI', 'http://tempuri.org/IConverterClassService/ConvertDocument');
    SYS. UTL_DBWS. SET_PROPERTY (l_call, 'ENCODINGSTYLE_URI', "http://schemas.xmlsoap.org/soap/encoding/");
    SYS. UTL_DBWS. SET_PROPERTY (l_call, 'OPERATION_STYLE', 'cpp');


    l_xmltype_in: =.
    sys. XmlType ("<?") XML version = "1.0" encoding ="utf - 8"? >
    < ConvertDocument xmlns = "http://tempuri.org/" >
    < convert_pipe xmlns: a = "http://schemas.datacontract.org/2004/07/Glintths.Files.ReportConverter.Task.ConverterClassService" xmlns:i = "http://www.w3.org/2001/XMLSchema-instance" >
    < a: ConversionType > Xml2Doc < / a: ConversionType >
    < / convert_pipe >
    <binaryDataToConvert>PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8UmVwb3J0RGF0YSB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4bWxuczp4c2Q9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hIj4NCiAgPERlYnVnPmZhbHNlPC9EZWJ1Zz4NCiAgPEhhc0F1ZGlvPmZhbHNlPC9IYXNBdWRpbz4NCiAgPENhblNpZ24+ZmFsc2U8L0NhblNpZ24+DQogIDxQYXJhbWV0ZXJzPg0KICAgIDxTaW1wbGVQYXJhbWV0ZXI+DQogICAgICA8VHlwZT5DT05URU5UPC9UeXBlPg0KICAgICAgPExhYmVsPlRpcG9Eb2VudGU8L0xhYmVsPg0KICAgICAgPEluZGV4PjA8L0luZGV4Pg0KICAgICAgPFZhbHVlPm9sYW11bmRvPC9WYWx1ZT4NCiAgICA8L1NpbXBsZVBhcmFtZXRlcj4NCiAgPC9QYXJhbWV0ZXJzPg0KPC9SZXBvcnREYXRhPg==</binaryDataToConvert>
    < dicExtraIfno xmlns: a = "http://schemas.datacontract.org/2004/07/Glintths.Files.ReportConverter.Task.ConverterClassService" xmlns:i = "http://www.w3.org/2001/XMLSchema-instance" >
    < a: DictionaryInstance xmlns: b = "http://schemas.microsoft.com/2003/10/Serialization/Arrays" >
    < b:KeyValueOfstringstring >
    < b:Key > DOC_TEMPLATE_PATH < / b:Key >
    < b: Value > C:\Interfaces\WindowsService\Tasks\Files\Glintths.Files.ReportConverter\Glintths.Files.RC.Tests\Glintths.Files.RC.Tests\bin\Debug\tpl_doc.doc < / b: Value >
    < / b:KeyValueOfstringstring >
    < / a: DictionaryInstance >
    < / dicExtraIfno >
    < / ConvertDocument >
    ');


    W_log: = "INVOKE";
    l_xmltype_out: = SYS. UTL_DBWS. Invoke (call_handle = >, l_call = > l_xmltype_in);


    W_log: = 'CRY of RELEASE. "
    SYS. UTL_DBWS.release_call (call_handle = > l_call);
    W_log: = 'SERVICE RELEASE ';
    SYS. UTL_DBWS.RELEASE_SERVICE (service_handle = > l_service);



    Thank you
    Good bye

    I'm not familiar with the UTL_DBWS package myself. I use the UTL_HTTP to make Web services.

    I think your problem is probably the answer is greater than 32K and therefore must be obtained in pieces. In my code, it's a bit like this...

      PROCEDURE p_soap_request(p_username IN VARCHAR2, p_password IN VARCHAR2, p_proxy IN VARCHAR2) IS
        soap_request  VARCHAR2(30000);
        soap_respond  CLOB;
        http_req      utl_http.req;
        http_resp     utl_http.resp;
        resp          XMLType;
        soap_err      exception;
        v_code        VARCHAR2(200);
        v_msg         VARCHAR2(1800);
        v_len number;
        v_txt Varchar2(32767);
      BEGIN
        IF p_proxy IS NOT NULL THEN
          UTL_HTTP.SET_PROXY(p_proxy);
        END IF;
        -- Define the SOAP request according the the definition of the web service being called
        soap_request:= ''||
                       ''||
                       '  '||
                       '    '||
                       '      '||p_username||''||
                       '      '||p_password||''||
                       '    '||
                       '  '||
                       '';
        http_req:= utl_http.begin_request
                  ( 'http://www.website.net/webservices/GetDetailsService.asmx'
                  , 'POST'
                  , 'HTTP/1.1'
                  );
        utl_http.set_header(http_req, 'Content-Type', 'text/xml');
        utl_http.set_header(http_req, 'Content-Length', length(soap_request));
        utl_http.set_header(http_req, 'Download', ''); -- header requirements of particular web service
        utl_http.write_text(http_req, soap_request);
        http_resp:= utl_http.get_response(http_req);
        utl_http.get_header_by_name(http_resp, 'Content-Length', v_len, 1); -- Obtain the length of the response
        FOR i in 1..CEIL(v_len/32767) -- obtain response in 32K blocks just in case it is greater than 32K
        LOOP
            utl_http.read_text(http_resp, v_txt, case when i < CEIL(v_len/32767) then 32767 else mod(v_len,32767) end);
            soap_respond := soap_respond || v_txt; -- build up CLOB
        END LOOP;
        utl_http.end_response(http_resp);
        resp:= XMLType.createXML(soap_respond); -- Convert CLOB to XMLTYPE
      END;
    
  • Unable to connect to the Cluster Manager

    Hi friends,

    When I want to start my oracle database:

    sqlplus/nolog

    connect sysdba virtue

    startup

    ORA-29701: unable to connect to the Cluster Manager

    It is a unique database, which is the Cluster Manager? How do I start?

    Thank you for any response

    then mark answer as CORRECT

Maybe you are looking for

  • Mouse behaves badly

    HP Touchsmart 520-1168 running Windows 8 Pro with Media Center My mouse seems to have a mind of its own, and the cursor will go to the lower left corner of the taskbar at random times.  It will open the program no matter what either is being in this

  • Need drivers of Windows XP Home for Satellite A100-02 b

    Hello, I want to install windows XP on my laptop and I need all the drivers. Help... Please

  • Closed project: MMORPG video game for PC "Mythica" developed by Microsoft Game Studios

    Hello I'm a fan of RPG games, and I intend to do a mod inspired for the MMORPG project developed by Microsoft Game Studios. The game was called "Mythica", and its development was cancelled in 2004. I would like to know if the content of this game is

  • Desktop active recovery failure

    Machine lost power (battery STINKS & plug loosens) so white desk, but when I click right to have properties (or try to use the road to ' Start/control panel/view') I get an error message: "cannot find C:Windows\system32\rundll32.exe" so I can't do di

  • Capturing vs import 24pA Footage

    Is there a difference in the image quality between the two?I'm shooting in 24pA, but I can't connect my camera to the computer on which I have installed first. So I'm capture using WinDV on an old computer program, save the files on a hardrive Ext.,