How To register The manually Created Database into DBCA

hi guys .. !! -:)
using test linux 4 with the vmware , manually i create RAC database , the database is working proper , i planned to delete the RAC database through DBCA , but when i issued $dbca !!! the database can not be see from DBCA to delete it or to manage it
so i don't know is there is any configuration file belong to DBCA to detect the existing database or there is
command to register the database into DBCA
note:-
i added the instance name into the /etc/oratab
but it's not working
also i tried to use this command
$dbca -silent -adddb database_name also this command is not work perfectly
so really i don't know what is the step i have to follow to let the DBCA detect my existing database
with my regard
Edited by: user12122471 on Oct 28, 2009 2:19 AM

user12122471 wrote:
hello guys ,,,, i am waiting ????? >>>This is a forum. It is not chat. It is not instant message. No one is paid or obligated to sit around and monitor this forum. No one is paid to respond to anything posted here. Maybe the only guy with an answer lives 12 time zones away from you . . . .

Similar Messages

  • How to exclude the manually create SAP PO from MRP Run?

    Dear all
    There is this situation that due to the long procurement lead time, certain PO is created manually in SAP in advance based on the sales order enquiry made by customer. (In normal case, we will create a sales order in SAP and then run MRP to create PR to converted to PO)
    Most of the time, customer will confirm their enquiry so that we can create sales Order in SAP and this will make it just in time for our raw material to arrive. However, when the PO is created in advance without triggered by MRP caused by Sales Order, this PO booked quantity is often taken up by the consideration of MRP RUN by other sales order. And if later customer confirms their enquiry and there is no PO stock for this due to this stock is already considered by other sales order.
    Is there a way that I can exclude the manually create SAP PO from MRP Run?
    Please advise.

    Dear Csaba Szommer
    Thanks for your reply.
    Sorry for confusing you.
    1. We are in a MAKE TO ORDER (MTO) environment.
    2. There is this situation that due to the long procurement lead time, certain PO is created manually in SAP in advance based on
        the sales order enquiry made by customer. (In normal case, we will create a sales order in SAP and then run MRP to create
        PR to converted to PO).
    3. Most of the time, customer ABCwill confirm their enquiry so that we can create sales Order in SAP and this will make it just in
        time for our raw material to arrive.
    4. However, for the PO that is created in advance (not created by PR  triggered by MRP caused by Sales Order), this PO 
        On Order Quantity is often taken up by the consideration of MRP RUN by other sales orders.
    5. It creates problem that if later this customer ABC confirms his enquiry and we create SAP Sales Order in the system, the
        stock of PO created previously is already  eaten up by other sales orders.
    We are using MTO and do not use Forecast. And MTO Strategy is set at the material master level and as such I do not think we can simply modify the MRP Strategy to suit this unique case, as for the very same material, in one PO it should be considered by MRP but in another PO, it should be excluded from MRP Run.
    Is there a way that I can exclude the manually create SAP PO (for the case of Customer ABC email enquiry without creating Sales Order in the System first) from MRP Run?

  • How to register the recipient when create job by function

    I am now use JOB_OPEN , JOB_SUBMIT and JOB_CLOSE to create a job in the program. And need to post the result of the report to the person by email.
    Can you tell me how to register the recipient when create the job.
    ( in sm36, it is easily to do but how to do in coding? )
    regards,
    slam

    Hi
    I think in Back ground using the above fun modules you can't send a mail to the receipient.
    see the use of the above fun modules;
      IF p_bjob = 'X'.
        CONCATENATE sy-cprog sy-datum sy-uzeit
                    INTO jobname SEPARATED BY '_'.
        CALL FUNCTION 'JOB_OPEN'
          EXPORTING
            jobname          = jobname
          IMPORTING
            jobcount         = jobcount
          EXCEPTIONS
            cant_create_job  = 1
            invalid_job_data = 2
            jobname_missing  = 3
            OTHERS           = 4.
        CALL FUNCTION 'GET_PRINT_PARAMETERS'
          IMPORTING
            out_archive_parameters = arc_params
            out_parameters         = print_params
            valid                  = valid
          EXCEPTIONS
            archive_info_not_found = 1
            invalid_print_params   = 2
            invalid_archive_params = 3
            OTHERS                 = 4.
        IF valid = chk.
          SUBMIT ybrep
                          WITH < sel Screen>
                          AND RETURN
                          USER               sy-uname
                          VIA JOB            jobname
                          NUMBER             jobcount
                          TO SAP-SPOOL
                          SPOOL PARAMETERS   print_params
                          ARCHIVE PARAMETERS arc_params
                          WITHOUT SPOOL DYNPRO.
          CALL FUNCTION 'JOB_CLOSE'
            EXPORTING
              jobcount             = jobcount
              jobname              = jobname
              strtimmed            = 'X'
            EXCEPTIONS
              cant_start_immediate = 1
              invalid_startdate    = 2
              jobname_missing      = 3
              job_close_failed     = 4
              job_nosteps          = 5
              job_notex            = 6
              lock_failed          = 7
              invalid_target       = 8
              OTHERS               = 9.
          IF sy-subrc <> 0.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ELSE.
            MESSAGE i029 WITH jobname.
          ENDIF.
        ELSE.
          MESSAGE s000 WITH text-003.
          STOP.
        ENDIF.
      ENDIF.
    Reward points if useful
    Regards
    Anji

  • A friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as yahoo address is no longer valid. Erasing the phone doesn't solve the issue. How to register the phone with Apple?

    A computer illiterate friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as his yahoo address is no longer valid. Erasing the phone doesn't solve the issue as the Apple server identifies the hardware as registered. How to register the phone with Apple?
    I helped him create a new email address and new iCloud account on my Mac but when we try to register the phone with Apple it says: Maximim accounts limit reached for this device. How can he register the phone? I read different threads and found out that only Apple care can do that. We're in Romania and don't know where to call. Any suggestions on how we fix this?

    When I checked the support site for Romania, you apparently don't have an Apple Care contact center.  You "may" try calling the US Apple care number to verify the account and have the password reset sent to a different email address.  800-694-7466

  • How to list the JAR files loaded into the Oracle Database ?

    How to list the JAR files loaded into the Oracle Database ?

    From 11.1 onwards, the below two views are available to identify the jar files loaded into the Database.
    JAVAJAR$
    JAVAJAROBJECTS$
    By querying the JAVAJAR$ view you can know information about the JAR files loaded into the Database and using JAVAJAROBJECTS$ view you can find all the java objects associated with the given JAR file.
    These views are populated everytime you use LOADJAVA with "-jarsasdbobjects" option to load your custom java classes.
    But unfortunately this feature is available only from 11.1 onwards and there is no clear workaround for above in 10.2 or earlier.

  • Manual Create Database

    Hi,
    I have a vm centos 5 on my pc. I'm currently testing on creating a database by just using the plain "create database" command base on Tom's book. But when I try to execute it I get a ORA-01092. Here's what the alert log contains:
    Errors in file /u01/app/oracle/product/10.2.0/db10g/rdbms/log/ora10g_ora_6389.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 1740
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,nThe trace file contains:
    ===============================
    End 4031 Diagnostic Information
    ===============================
    Warning: out of shared memory loading library cache object [handle=253c8238]
    insert into ts$ (ts#,name,online$,contents$,undofile#,undoblock#,blocksize, dflmaxext,dflinit,df
    lincr,dflextpct,dflminext,dflminlen,inc#,owner#,scnwrp,scnbas,pitrscnwrp,pitrscnbas,dflogging, a
    ffstrength,bitmapped,plugged,directallowed,flags,spare1,spare2) values (:1,:2,:3,:4,:5,:6,:7,:8,
    :9,:10,:11,:12,:13,1,:14,:15,:16,:17,:18,:19,0,:20,:21,1,:22,:23,:24)
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,n
    ame,on...","Typecheck","seg:kggfaAllocSeg")
    Offending statement at line 1740
    create table bootstrap$
    ( line#         number not null,                       /* statement order id */
      obj#          number not null,                            /* object number */
      sql_text      varchar2(4000) not null)                    /* statement */
      storage (initial 50K)            /* to avoid space management during IOR I */
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 1740
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,n
    ame,on...","Typecheck","seg:kggfaAllocSeg")I get the hint that its a memory problem. I'm not yet knowledgeable in this part, but looking into some notes I've check this parameters:
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 108M
    sga_target                           big integer 0
    SQL> show parameter pool
    NAME                                 TYPE        VALUE
    buffer_pool_keep                     string
    buffer_pool_recycle                  string
    global_context_pool_size             string
    java_pool_size                       big integer 24M
    large_pool_size                      big integer 0
    olap_page_pool_size                  big integer 0
    shared_pool_reserved_size            big integer 1677721
    shared_pool_size                     big integer 32M
    streams_pool_size                    big integer 0
    SQL> I tried doing some resizing:
    SQL> alter system set shared_pool_size=128M
      2  /
    alter system set shared_pool_size=128M
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-04033: Insufficient memory to grow poolThis vm has a 700M+ memory allocated. Could someone give me some hints as to how to solve this problem? I get all this erros when I execute the "create database" from sqlplus after the startup nomount command. Thank you very much.
    Regards,
    Rhani

    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga_target;
    NAME                                 TYPE        VALUE
    sga_target                           big integer 0
    SQL> create spfile from pfile;
    File created.
    SQL> shutdown;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> alter system set sga_max_size=512M scope=spfile;
    System altered.
    SQL> shutdown;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  536870912 bytes
    Fixed Size                  1220460 bytes
    Variable Size             482345108 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga_max_size;
    NAME                                 TYPE        VALUE
    sga_max_size                         big integer 512M
    SQL> alter system set sga_target=500M;
    System altered.
    SQL> create database;
    Database created.
    SQL> Thank you very much!

  • How to insert the image or logo into the table as a field in webdynpro abap

    Hi Friends,
    Please tell me how to insert the image or logo into the table as a field in webdynpro abap.........

    Hi Alagappan ,
          In your view layout you take table UI element and then you bind it with some context nodes.
    The attributes of your nodes comes as a field.
    Now in these fields you can set various properties and image is one of them.
    Go to ->
    1. View Layout -> Right Click on ROOTUIELEMENTCONTAINER -> INSERT ELEMENT -> TABLE
    2. Right click on table -> Create Binding.
       Here you have to bind it with the appropriate context node.
    You will get two properties here
    a- Standard Cell Editor :- ( make it image )
    b- Standard properties :- ( If required set image properties ).
    3. If you want put image from out side then import it as a mime object and set the source of your table field ( used as a image )
    also have a look :-
    [Image Properties|http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm]
    Hope this will solve your problem.
    Reply if any case of any issue.
    Thanks & Regards,
    Monishankar C

  • IPhoto:  How can I sort photos within an event?  I can't figure out how to activate the Manual Sort.

    iPhoto:  How can I sort photos within an event.  I can't figure out how to activate the Manual Sort button.

    Only albums can be sorted manually. Events can only be sorted automatically according to one of the predefined settings "Date, Keywords, Title, Rating".
    If you need a manual sort order, selectaall photos in the event and create an album: File > New Album

  • How to access the ms access database in the JApplet?

    I am New here.
    Please help me.
    I am create one java file to access MS access the database in the JApplet.
    It say "Access denied".
    How to access the ms access database in the JApplet?
    Message was edited by:
    SVPRM

    Hi,
    First of all, were u successfull in creating the connection with the .mdb file.Like settting the DSN and configuring the .mdb file path in control panel.
    If yes then one option might be that the file ur trying to access is in Read-only mode.
    regards

  • Can anyone explain how to post the manual entries in BCS?

    Hi All,
    Can anyone explain how to post the manual entries in BCS?

    Dear,
    Depands on posting level.
    There is Manual Posting  under Consolidation Functions.
    Please creat document and task.
    Next you add this task for consolidation monitor. There is "Consolidation Monitor " and you choose Hierarchy task and add your task for manul data.
    In document you kind in mind: choose manula posting !!!!!!!!!!!!!!!!!!!!!  in page tab Propertis under Posting!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.
    If you would like to entry in posting level 01 or 10, please choose Local currency and trasaction currency +- group currency.
    If you would like to entry in posting level 20 or 30, please choose Group currency.
    In SEM_BCS are posting level is very important. 
    Regards,
    anka

  • How to change the "content created" date/time in FCPX?

    Since I've had problems importing my whole iMovie event library into FCPX I decided to run some tests with importing individual files (part of iMovie events and originally imported from camera into iMovie). Some of them for some reason got the wrong "content created" date/time in them while in iMovie they have the right date/time set. Does anybody have an idea on how to change the "content created" timestamp?

    I had a bunch of DV files that imported stamped with the file modification date and time.  I did not find a way to change it in FCPX. With FCPX not running, I used A Better Finder Attributes to modify the creation and modification dates of the files in the event folder. FCPX reconnected to them but the event still showed the old range of dates so I created a new event and moved the clips to it. Maybe ther is a beter way but that is how I did it.

  • How to register the Microsoft Azure?

    Hello,
    How to register the Azure for one who only Chinese phone number? As when I want to register Azure, it needs me to verify my phne number. But in the dropdownlist of countries I can't find any item named "China".
    I don't want to use Azure's local service provider "21 vianet".

    Hi,
    Can you please look into the below thread where they discussed about similar issue. 
    https://social.msdn.microsoft.com/Forums/en-US/d30ff3b8-089e-4aee-8fc1-d6114da894f6/how-do-i-register-windows-azure-benefit-for-msdn-subscribers-in-mainland-china?forum=windowsazurepurchasing
    Sekar - Our life is short, so help others in their growth Whenever you see a reply and if you think is helpful, click
    Vote As Helpful And whenever you see a reply being an answer to the question of the thread, click
    Mark As Answer

  • How to get the Newly Created Material

    Hi all,
    Iam creating Materials using BDC sessions method,My Problem is to update the Newly Created Material in a Ztable.
    so iam getting the Newly created Matnr by the following peice of code
        SELECT  matnr FROM mara INTO  TABLE v_matnr
                               WHERE ersda = sy-datum
                               ORDER BY matnr DESCENDING.
    But the thing is,we are getting Previously created material.i.e the new material will be  created only after the sessions are processed,but when i write the above code in the program we are getting previous material.
    so how to update the newly created material.
    I think we can't do  that through program because we can get new material only after processing the session..so what is the solution for this.should we use userexits for getting the newly created material.
    thanks in advance
    balaji

    Hello,
    Use the <b>BAPI_MATERIAL_SAVEDATA</b> to create the materials.
    The BAPI will return the Material number which is created at that instance by which u can update the ZTABLE.
    Vasanth

  • How to insert the select query result into table?

    How to insert the select query result into table?
    SELECT  top 20 creation_time  
            ,last_execution_time 
            ,total_physical_reads
            ,total_logical_reads  
            ,total_logical_writes
            , execution_count 
            , total_worker_time
            , total_elapsed_time 
            , total_elapsed_time / execution_count avg_elapsed_time
            ,SUBSTRING(st.text, (qs.statement_start_offset/2) + 1,
             ((CASE statement_end_offset 
              WHEN -1 THEN DATALENGTH(st.text)
              ELSE qs.statement_end_offset END 
                - qs.statement_start_offset)/2) + 1) AS statement_text
    FROM sys.dm_exec_query_stats AS qs
    CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) st
    ORDER BY total_elapsed_time / execution_count DESC;
    Thanks,
    Tirumala

    1. SELECT INTO
    Below method will create table when data is inserted from one table to another table. Its useful when you need exactly same datatype as source table.
    Use AdventureWorks2008R2;
    Go
    ---Insert data using SELECT INTO
    SELECT AddressLine1, City
    INTO BothellAddresses
    FROM Person.Address
    where City = 'Bothell';
    GO
    ---VERIFY DATA
    Select AddressLine1, City
    FROM BothellAddresses
    ---DROP TABLE
    DROP TABLE BothellAddresses
    GO
    2. INSERT INTO SELECT
    Below method will need table to be created prior to inserting data. Its really useful when table is already created and you want insert data from
    another table.
    Use AdventureWorks2008R2;
    Go
    ---Create Table
    CREATE TABLE BothellAddresses (AddressLine1 NVARCHAR(60), City NVARCHAR(30))
    ---Insert into above table using SELECT
    INSERT INTO BothellAddresses(AddressLine1, City)
    SELECT AddressLine1, City
    FROM Person.Address
    where City = 'Bothell';
    ---VERIFY DATA
    Select AddressLine1, City
    FROM BothellAddresses
    ---DROP TABLE
    DROP TABLE BothellAddresses
    GO
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • How to Find the number of Databases in a server.

    HI,
    Please tell me how to find the number of Databases are in a server . when the DB is not up.
    ps -ef | grep ora_
    This i know whether our DB is up or not. But i want to know how many databases are in a server .If the database is down .
    Cheers,
    Gobi.

    Hi,
    [oracle@oralinux admin]$ lsnrctl status
    LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 01-DEC-2006 16:25:41
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-01169: The listener has not recognized the password
    [oracle@oralinux admin]$
    Plz give me the solution.
    Cheers ,
    Gobi.

Maybe you are looking for

  • Need settings so I can use it on Three UK

    I have tried everything but I cannot find setting for this phone to use BB services on Three network in UK....Plz help

  • C-key with CD, yes. OPTION with CD, no.

    Our venerable office G4 MDD Powermac (1 GHz dual processor, 10.4.11) wanted some housecleaning, so I popped in a DiskWarrior CD (3.0.3 R39). I attempted to reboot using the OPTION key, and while both the boot drive and the CD showed up in the choice

  • I am looking for an app that will turn on/off bluetooth/WiFi

    I am looking for an app that will turn on/off bluetooth/WiFi without having to dig through the settings app

  • Split Panes, Frame and Resizing

    Hi, my user interface is made up of a message panel using the created class SplitPanes2 through the method createSplitPanes called from a class that extends Frame. (will post code if required: lengthy). When the frame is resized/maximized, the splitP

  • HT1212 any way to get pictures off a disabled iphone?

    My daughter's iphone4 is disabled after too many attempts to enter her password.  Before we reset it, is there any way to get pictures/videos off the phone first?  The phone has never been connected to iTunes.