Storage container Oracle questions.

Hello

For the database service, I tried to create the new container in the cloud storage container. As java, database container I've seen no service console connection.

IssueinCloudContainerCreation.PNG

After referring the document, I create the container by using the loop, and also I have test the container to create using the loop. After you create the container I don't know how to display the container created in the cloud service (console). So, I try to create the database service using my container name that is created by using the loop. But in the storage container Cloud name filed, it calls the name.so storage container, I gave the name of the container, but it is said that the error "Oracle Cloud Storage Service container name must be in the format < storage service name > - < domain identity name > / < container name of >.» "For example, storagesvc999-usoracleaccoutrial00999/backupContainer. Now I don't know the name of storage service.

What is the name of storage service?

How I found?

The above image I do ' t see any link to access the storage service. So how to get access to the service? (recently, I put the replication strategy)

Kind regards

Ove.


The storage team works to expose the tank to the user interface and which should be available in the spring. In the meantime, I have an app APEX you can use, but is not 100% finished. Give me a few weeks to get it all sorted. Meanwhile, let me help you get this name of container down.

The syntax that you noted is

-/

So lets build this URL with certain values of the sample. Let my domain identity name is Gumball and my tank is myBackups.

The first part would be storage-Gumball. The second part would have me myBackups. It will be together

Storage-Gumball/myBackups

Go ahead and give that a try to replace in your values for the field of identity and container. If it doesn't, we can find the exact syntax required for your account.

Tags: Database

Similar Questions

  • Another user has modified the line containing oracle.jbo.Key [186 primary key].

    $36F1884EBC353A84.jpg

    as summer sees in this photo, when I click on the button to edit, it will invoke the code like this:

    BindingContext bcxt1 = BindingContext.getCurrent ();

    DCBindingContainer bc1 = (DCBindingContainer) bcxt1.getCurrentBindingsEntry ();

    DCIteratorBinding iterProj = bc1.findIteratorBinding("CuxProjects1Iterator");

    DC DCDataControl = iterProj.getDataControl ();

    ApplicationModule am = (ApplicationModule) dc.getDataProvider ();

    ViewObject projVO = am.findViewObject("CuxProjects1");

    projVO.clearCache ();

    projVO.setNamedWhereClauseParam ("project", currProjId);

    projVO.executeQuery ();

    got this page with changes on the name of the project:

    $24017B6E59120421.jpg

    then click on 'done' button.invoke a procedure like this:

    State channel = null;

    DBTransaction connection BD = this.getDBTransaction ();

    CallableStatement st =

    BD connection.createCallableStatement ("start cux_projects_crud.update_proj(?,?,?,?,?,?,?); end; ", 0) ;

    try {}

    st.setInt (1, proId);

    st.setString (2, proName);

    st.setString (3, proSummary);

    st.setDate (4, null);

    st.setDate (5, endDate);

    st.setInt (6, userId);

    st.registerOutParameter (7, Types.CHAR);

    st.executeUpdate ();

    State = st.getString (7);

    Then return to the first page as the top image.

    My problem is not rested but redesigned data into DB. When I click on the button to edit again, I get ' javax.faces.el.EvaluationException: oracle.jbo.RowInconsistentException: Houston-25014: another user has modified the line containing oracle.jbo.Key [186 primary key].» This error. How to solve this problem?

    In addition, I see a problem that the changes you make in the procedure are not validated and will not be picked up by the query.

    Timo

  • Another user has modified the line containing oracle.jbo.Key primary key

    Hello

    In jdev 12 c

    I have a jsf page in a BTF, and there is a display of master(A:readonly table)-detail(B1:readonly table)-detail(B2:editable form) this page

    The (readonly table) B1 and B2 (editable form) are created on the same data control. There is no other layout compicated or functions on this page.

    The B2 (editable form) was based on a VO whose id is a type of DBSequence, and the new value has been created by a database trigger.

    I put

    All the columns that are updated by a database trigger or a PL/SQL call, are enabled for "Refersh on Insert" (for the case of the insertion) or "Refresh update" (for the case of update) or both in the entity object xml file.

    But when I submit/validate the page (form B2), the error msg 'another user has changed the line containing oracle.jbo.Key primary key' was always held randonly.

    And after the error msg, I can commit the data successfully by press the button validate again.

    How can I solve this problem?

    Thank you.

    The problem is that you use the pl/sql code. It is run out of the box. When a change is made in a row in this way, the framework removes upward, neither knowing that the change was done rightly and throws an error message.

    The code (which I copied from the other thread for reference) intercepts the error and re executs the lock in the case of the specific error.

    /*** customizing locking management:

    * Because attribute values can change 'outside' ADF standard life cycle,

    * when optimistic locking executes, the exception "Another User Changed the Row" is thrown.

    * In this case, we execute locking again, ignoring the exception

    */

    public void lock()

    {

    try

    {

      super.lock();

    } catch (oracle.jbo.RowInconsistentException e)

    {

      if (e.getErrorCode().equals("25014"))

      {

      super.lock();

      }

      else throw e;

    }

    }


    Timo

  • What is this error represents "another user has changed the line containing oracle.jbo.Key [21 primary key]."

    Mr President.

    What is this error represents "another user has changed the line containing oracle.jbo.Key [21 primary key]."

    Concerning

    You get this exception quite often when you have a business in PL SQL layer, but you can safely ignore (suppress) it by substituting the lock() method in all implementation of your entity classes.

    /*** customizing locking management: 
    * Because attribute values can change 'outside' ADF standard life cycle, 
    * when optimistic locking executes, the exception "Another User Changed the Row" is thrown. 
    * In this case, we execute locking again, ignoring the exception 
    */ 
    public void lock() 
    { 
     try 
     { 
      super.lock(); 
     } catch (oracle.jbo.RowInconsistentException e) 
     { 
      if (e.getErrorCode().equals("25014")) 
      { 
      super.lock(); 
      } 
      else throw e; 
     } 
    }
    
  • ADF: addition of the JSF error message: another user has modified the line containing oracle.jbo.Key [185 primary key].

    When you call the function DB. The function performs its operation, but shows an exception. In JDev 11.1.2.3

    And there is not another user. I'm testing alone.

    ADF: addition of the JSF error message: another user has modified the line containing oracle.jbo.Key [185 primary key].

    oracle.jbo.RowInconsistentException: Houston-25014: another user has modified the line containing oracle.jbo.Key [185 primary key].

    The problem is that the function db has a commit and my code also. However the db function called once in a case.

    Thanks a lot for your help.

  • Another user has modified the line containing oracle.jbo.Key [5046 primary key].

    The application of the ADF was working fine until I made the following changes. I changed the phone number field in the number to varchar2 database. Then I synced the entity with the database to take the field changes. I then updated to manually the setter methods and the Get accessor of < entity > RowImpl.java for the phone number field (channel number). I then did the changes associated with in the jspx file to show the phone field.

    Now I am facing this error: another user has modified the line containing oracle.jbo.Key [5046 primary key]. How to debug and fix this? Is that all I need to do to the view the feature-based object?

    Thank you

    Published by: user5108636 on February 8, 2012 15:31

    Published by: user5108636 on February 8, 2012 15:33

    maybe try to drop the EO/VO and create it again.

  • Integrated form of oracle question

    Hello

    We are currently working on a solution that integrates an existing forms(11g) oracle application in a container for jsp/adf and communicates via javascript with different elements on the page. I recently hit a problem when launching the application. Everything starts well, but when the departures of applet, I get an error FRM - 92190 Javascript is impossible to evaluate the expression. We had the fine for the month's work, but something has changed and I don't know what. I followed the problem down to the forms_ie.js that performs the following operations: (fails on the second line as it never finds an element called "form_plugin_info")
    /*
    ** FILE: forms_ie.js
    **
    ** This java script file gets included in the Forms Servlet template htm
    ** file basejpi.htm and webutil template htm file webutiljpi.htm.
    **
    ** Users who have customized replacements for these template htm files
    ** (basejpi.htm and webutiljpi.htm) should
    ** modify their customized template htm files and include this java script
    ** (similiar to the default template files).
    */
    
    var plugin_info = document.getElementById("forms_plugin_info");
    var jversion = plugin_info.getAttribute("plug_ver");
    var jcodebase = plugin_info.getAttribute("appcodebase");
    var jwidth = plugin_info.getAttribute("appwidth");
    var jheight = plugin_info.getAttribute("appheight");
    var name = plugin_info.getAttribute("appname");
    
    document.write('<object classid="' + jversion + '"\n');
    document.write('codebase="' + jcodebase + '"\n');
    document.write('WIDTH="' + jwidth + '"\n');
    document.write('HEIGHT="' + jheight + '"\n');
    document.write('HSPACE="0"\n');
    document.write('VSPACE="0"\n');
    document.write('ID="' + name + '" MAYSCRIPT>\n');
    This is the code for the creation of the applet in the page
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA"
            codebase="http://java.sun.com/update/1.6.0/jinstall-6u10-windows-i586.cab#Version=1,6,0,39"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            ID="forms_applet">
            <SCRIPT LANGUAGE="JavaScript" SRC="http://192.168.13.152:9001/forms/frmjscript/forms_ie.js"></SCRIPT> 
            <PARAM NAME="TYPE"       VALUE="application/x-java-applet;jpi-version=1.6.0"/>
            <PARAM NAME="CODEBASE"   VALUE="http://192.168.13.152:9001/forms/java"/>
            <PARAM NAME="CODE"       VALUE="oracle.forms.engine.Main" />
            <PARAM NAME="ARCHIVE"    VALUE="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar" />
            <PARAM NAME="serverURL" VALUE="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"/>
            <PARAM NAME="networkRetries" VALUE="0"/>
            <PARAM NAME="serverArgs"
                   VALUE="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"/>
            <PARAM NAME="separateFrame" VALUE="false"/>
            <PARAM NAME="splashScreen"  VALUE=""/>
            <PARAM NAME="background"  VALUE=""/>
            <PARAM NAME="lookAndFeel"  VALUE="oracle"/>
            <PARAM NAME="colorScheme"  VALUE="teal"/>
            <PARAM NAME="serverApp" VALUE="default"/>
            <PARAM NAME="logo" VALUE=""/>
            <PARAM NAME="imageBase" VALUE="codebase"/>
            <PARAM NAME="formsMessageListener" VALUE=""/>
            <PARAM NAME="recordFileName" VALUE=""/>
            <PARAM NAME="EndUserMonitoringEnabled" VALUE="false"/>
            <PARAM NAME="EndUserMonitoringURL" VALUE=""/>
            <PARAM NAME="heartBeat" VALUE=""/>
            <PARAM NAME="MaxEventWait" VALUE=""/>
            <PARAM NAME="allowAlertClipboard" VALUE="true"/>
            <PARAM NAME="disableValidateClipboard" VALUE="false"/>
            <PARAM NAME="enableJavascriptEvent" VALUE="true"/>
            <PARAM NAME="MAYSCRIPT" VALUE="true"/>
            <PARAM NAME="digitSubstitution" VALUE="context"/>
            <PARAM NAME="legacy_lifecycle" VALUE="false"/>
            <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false"/>
            <PARAM NAME="highContrast" VALUE="false"/>
            <PARAM NAME="disableMDIScrollbars" VALUE=""/>
            <PARAM NAME="clientDPI" VALUE=""/>
            <!-- Params specific to webutil -->
            <PARAM NAME="WebUtilLogging" VALUE="on"/>
            <PARAM NAME="WebUtilLoggingDetail" VALUE="normal"/>
            <PARAM NAME="WebUtilErrorMode" VALUE="Alert"/>
            <PARAM NAME="WebUtilDispatchMonitorInterval" VALUE="5"/>
            <PARAM NAME="WebUtilTrustInternal" VALUE="true"/>
            <PARAM NAME="WebUtilMaxTransferSize" VALUE="1048576"/>
            <PARAM name="applet_stop_timeout" value="800"/>
    <COMMENT>
    <EMBED  id="forms_applet"
            SRC="" PLUGINSPAGE="http://javadl.sun.com/webapps/download/GetFile/1.6.0_10-b33/windows-i586/xpiinstall.exe"
            CODE="forms_applet"
            TYPE="application/x-java-applet"
            java_codebase="http://192.168.13.152:9001/forms/java"
            java_code="oracle.forms.engine.Main"
            java_archive="frmall.jar,locus_forms.jar,icons.jar,frmwebutil.jar,jacob.jar"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
            NAME="forms_applet"
            serverURL="http://192.168.13.152:9001/forms/lservlet?ifcfs=http://192.168.13.152:9001/forms/frmservlet?config=migrate&FORM=loginstart&ifsessid=formsapp.125&acceptLanguage=en-US,en;q=0.8"
            networkRetries="0"
            serverArgs="escapeParams=true module=loginstart userid=  debug=no host= port= term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\fmrwebwcs.res"
            separateFrame="false"
            splashScreen=""
            background=""
            lookAndFeel="oracle"
            colorScheme="teal"
            serverApp="default"
            logo=""
            imageBase="codebase"
            recordFileName=""
            EndUserMonitoringEnabled="false"
            EndUserMonitoringURL=""
            heartBeat=""
            MaxEventWait=""
            allowAlertClipboard="true"
            disableValidateClipboard="false"
            enableJavascriptEvent="true"
            MAYSCRIPT="true"
            digitSubstitution="context"
            legacy_lifecycle="false"
            JavaScriptBlocksHeartBeat="false"
            highContrast="false"
            disableMDIScrollbars=""
            clientDPI=""
            WebUtilLogging="on"
            WebUtilLoggingDetail="normal"
            WebUtilErrormode="Alert"
            WebUtilDispatchMonitorInterval="5"
            WebUtilTrustInternal="true"
            WebUtilMaxTransferSize="1048576"
            applet_stop_timeout="800"
    >
    </EMBED>
    </COMMENT>   
    </OBJECT>
    My question is what is the purpose of the forms_ie.js, should use us it when we do not run with the standard models htm and if we should how I change my code to include the latter.

    Thank you

    Neal

    Published by: nbyrne76 on February 18, 2013 03:12

    The reason why the java script (js) files have been added was the result of a change being implemented by browser vendors (Microsoft in this case). Without going into deep detail, the addition of these files was necessary in order to obtain the forms applet to load after that some restrictions have been added to IE. It was suggested that restrictions that cause once the need for these files has been deleted or modified. As a result, he peut+ _ be possible to remove these files and their references.  Oracle is looking into this possibility, but currently has not completed any formal test to prove if they are no longer needed.

    Feel free to remove them and make the appropriate changes to the corresponding model html files. Test drive it and let us know what you find. ;)

    Don't forget that since a Support of Oracle, view, delete these files and change this part of the model may not be considered "sustained."

  • Satellite A200 - Win 8.1: Mass storage controller yellow question mark

    Hello

    After the installation of win 8.1 in old Toshiba A200 - everything is ok except the yellow question mark in "Mass storage controller" in Device Manager. So the sd card reader is useless.

    Have an idea that is the driver for Win 8.1?

    Hello

    Please don't get me wrong, but I hope you know how old is A200. Even more recent machines are not supported for Win8.
    So, I can understand that you want to use newer OS on this old piece of hardware and if most of the stuff works pretty well, you should be satisfied.
    In this case when you use 8 years machine designed for Vista and certainly not taken in charge for Win8/Win8.1... who cares about SD card reader. You know what I mean? ;)

    Just disable the device in Device Manager and be happy.

  • Uninstllation customer Oracle question.

    Hi all

    I'm sorry if it's irrelevant posting this question here, it would be great if someone has an idea.

    I'm just trying to uninstall oracle client is installed in D: drive, I want to install it in the F: drive.

    my attempt to uninstall and its respective results are as below,

    At the cmd prompt.

    D:\Oracle\product\11.2.0\client_1\deinstall > set ORACLE_HOME = D:\Oracle\product\11

    .2.0\client_1

    D:\Oracle\product\11.2.0\client_1\deinstall > uninstall - House D:\Oracle\product\11

    .2.0\client_1

    Verification of the required files must be treated and...

    Please wait...

    14 or the files copied

    610 or files copied

    1 file (s) copied.

    1 file (s) copied.

    ERROR:-House does not have to be defined for a deinstall linking in an ORACLE_HOME.

    Uninstalling the current House is supposed to.

    1 dir moved.

    1 dir moved.

    Please let me know if there is a way to do it.

    Thank you

    Siva

    Have you tried just walk, the deinstall.bat without the information of the House that should be removed, if you have two clients of 32/64 bit installed, then it could perhaps also worth reading "uninstall 11.2 removes Inadvertanly 32-bit House houses of 64-bit and Vice Versa (Doc ID 1271661.1).

    See you soon

    John

  • Not able to find any tablespace under menu "Storage" in Oracle 12 c

    Hello

    I installed oracle 12 c... fine pls below details of the version:

    Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production

    PL/SQL Release 12.1.0.2.0 - Production

    CORE Production 12.1.0.2.0

    AMT for 64-bit Windows: Version 12.1.0.2.0 - Production

    NLSRTL Version 12.1.0.2.0 - Production

    EM Express ( SEM Express 12 c of the database), I'm not able to find the tablespace option in the menu of 'Storage'.

    Please find the attached screenshot.

    Thank you

    Concerning

    Gowtham

    ... or how do I logon in a snap-in database in the Express database?

    It is documented - Getting Started with Database Administration

  • VMWare storage Data Protection questions

    Hello
    I try to deploy a vmware data protection device.
    When I start the wizard I can create new storage max 2 TiB.
    In the next step, I can click on 'save with device' or I can choose a store of data with max 3 HD is a 1024 bit.
    What is the difference?

    Can I use VMWare holder RFP of a Standard license?

    Thank you
    Dennis

    Hi Dennis,

    Answers to your questions:

    In the next step, I can click on 'save with device' or I can choose a store of data with max 3 HD is a 1024 bit.

    What is the difference?

    With "Store with the device" check box selected. Wizard will deploy discs in the same data store that was chosen for your POS device... If you want to store the discs also uncheck "Save...". "and chose a different stores of data available to the POS device.

    Can I use VMWare holder RFP of a Standard license?

    Yes its included license more critical and more...

  • [11.2.0.3 oracle] question aggregation two interesected geometries

    Hello

    I have a few question aggregating geometries have intersected, I don't know if it's a bug, because I'm not at all "expert oracle '...

    i've got 2 geometries of the same table, first of all, I try aggregating correctly by doing a sdo_aggr_union
    the geometry of result is a 2003 (polygon), okay, but the form is not good, as you can see from the link: http://oi48.tinypic.com/sgskmc.jpg

    so I decided to use another method, I extracted the two geometries
    SELECT MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702222.130192308,7055494.23532051,702247.330512821,7055477.20807692,702263.676666667,7055488.78660256,702264.15873668,7055506.62319306,702280.703910256,7055503.77057692,702295.687884615,7055528.28980769,702256.008115944,7055525.98953125,702253.460320513,7055529.65198718,702249.907609149,7055525.63587868,702248.692692308,7055525.56544872,702249.188030304,7055524.82244173,702222.130192308,7055494.23532051)) as GEOM from dual; == > GA

    SELECT MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702231.665448718,7055548.041410256,702241.20070512825044,7055529.651987179005283,702252.098141025629622,7055513.305833332994717,702269.125384615379182,7055513.305833332994717,702286.152628205128742,7055533.057435897001761,702288.8769871795026414,7055557.576666666017611,702260.2712179487513214,7055572.56064102501585)) as GEOM from dual ==> GB

    try with sdo_union

    SELECT SDO_GEOM. SDO_UNION (GA. GEOM, GB. GEOM, 0.05) GEOM
    GA, GB;

    same result...

    then try another method:
    make the difference between the two geometries and the integration of it with one of the two geometries:

    SELECT
    SDO_UTIL. APPEND (T_A.GEOM, T_B.GEOM) G
    Of
    (
    GEA
    ) T_a
    - UNION ALL
    (
    SELECT SDO_GEOM. SDO_DIFFERENCE (GEA. GEOM, GEB. GEOM, 0.05) GEOM A
    GEA,
    GEB
    ) T_B;

    I get a geometry of 2007, then doing a free sdo_aggr_union = > same problem

    So I will try another method, asking why the aggregate geometry is not as it should be on the oracle forums... :)

    When we look at the geometry of the result, it seems that a Summit has been destroyed or deleted (the link of the image above, you can see on the left a Summit disappeared...

    If someone already has this error and solved, because I can't find a similar case on google/forums/etc..., I'd be useful :)

    Concerning

    PS: Sorry if there are some errors in my text, I havn't been speaking English for a long time

    Anthony, EN

    Published by: 999747 on 12 Apr. 2013 06:49

    The second geometry is invalid, as limit of polygon is not closed.
    You can replace it with

    MDSYS. SDO_GEOMETRY (2003,2154, NULL, MDSYS. SDO_ELEM_INFO_ARRAY (1,1003,1), MDSYS. SDO_ORDINATE_ARRAY(702231.665448718,7055548.041410256,702241.20070512825044,7055529.651987179005283,702252.098141025629622,7055513.305833332994717,702269.125384615379182,7055513.305833332994717,702286.152628205128742,7055533.057435897001761,702288.8769871795026414,7055557.576666666017611,702260.2712179487513214,7055572.56064102501585, 702231.665448718,7055548.041410256))

  • Query to control the storage space (Oracle 10g xe)

    Hello

    Can someone tell me please the query to discover the storage space used by an Oracle XE 10 g server. I want to find storage space is excluded from the limit of 4 GB.

    I can not access the homepage of the database, because the remote server where the database is hosted is a Debian machine without GUI.

    Thank you.

    936409 wrote:
    Can someone tell me please the query to discover the storage space used by an Oracle XE 10 g server. I want to find storage space is excluded from the limit of 4 GB.

    I can not access the homepage of the database, because the remote server where the database is hosted is a Debian machine without GUI.

    Is there a kind of summary of storage available through 'homepage' of the XE.

    Even if machine server itself has no "GUI" for remote control, why don't just use you a browser and access the page home/Apex in the instance of XE?

    If not take a look at dba_tablespaces, dba_segments, dba_extents views. Maybe start with a sum (bytes) on the group owner.

    .. When think about, perhaps XE account file size, even if the space is not allocated to segments. Cross check with dba_data_files (file_name, bytes, nom_tablespace).

    Edit:
    added thought on data files.

    Published by: orafad on November 13, 2012 12:06

  • Creation of storage in Oracle 11 g

    Hi guys,.

    I need to create storage for our development database.
    Currently I am the creation of storage as below

    TABLESPACE CREATION tools
    DATAFILE ' / data/oracle/oradata/tpol/tools01.dbf' SIZE 10 M REUSE AUTOEXTEND ON NEXT 1 M
    MAXSIZE UNLIMITED MANAGEMENT SEGMENT SPACE MANAGEMENT AUTO LOCAL SCOPE;

    CREATE TABLESPACE cash_box_data_tbs
    DATAFILE ' / data/oracle/oradata/tpol/cash_box_data01.dbf' SIZE 10 M REUSE AUTOEXTEND on NEXT 10 M
    MAXSIZE UNLIMITED MANAGEMENT SEGMENT SPACE MANAGEMENT AUTO LOCAL SCOPE;

    CREATE TABLESPACE cash_box_ndx_tbs
    DATAFILE ' / data/oracle/oradata/tpol/cash_box_ndx01.dbf' SIZE 10 M REUSE AUTOEXTEND on NEXT 10 M
    MAXSIZE UNLIMITED MANAGEMENT SEGMENT SPACE MANAGEMENT AUTO LOCAL SCOPE;

    CREATE TABLESPACE cash_drawer_data_tbs
    DATAFILE ' / data/oracle/oradata/tpol/cash_drawer_data01.dbf' SIZE 10 M REUSE AUTOEXTEND on NEXT 10 M
    MAXSIZE UNLIMITED MANAGEMENT SEGMENT SPACE MANAGEMENT AUTO LOCAL SCOPE;

    CREATE TABLESPACE cash_drawer_ndx_tbs
    DATAFILE ' / data/oracle/oradata/tpol/cash_drawer_ndx01.dbf' SIZE 10 M REUSE AUTOEXTEND on NEXT 10 M
    MAXSIZE UNLIMITED MANAGEMENT SEGMENT SPACE MANAGEMENT AUTO LOCAL SCOPE;


    I was wondering is it possible to set the path to/data/oracle/oradata/tpol/and if I create the table automatically space the data file could be created in the above path.


    Please give me some suggestions. I am using Oracle 11g

    Use the OMF and DB_CREATE_FILE_DEST

    DB_CREATE_FILE_DEST

    Sets the location of the default directory where Oracle create datafiles or tempfiles when no specification file is given in the create operation.

  • Data to be moved to the new storage array: ASM_POWER_LIMIT question

    DB version: 10.2.0.4
    Solaris operating system: 5.10
    Setup: 2 NŒUD RAC storage 2 TB of data in 4 LUNS (all 4 LUNs belong to a single storage group)

    We will replace our IBM 2 existing a new 4 TB storage array to Sun Storagetek.

    That's what I decided to do after a few R & D.

    Below are the steps that I've prepared based ML Note: 557348.1

    Create 4 LUNs on the new storage, and then create a test using Diskgroup
    SQL> CREATE DISKGROUP TEST EXTERNAL REDUNDANCY DISK '/rdsk/c0t1s1', '/rdsk/c0t1s2', '/rdsk/c0t1s3', '/rdsk/c0t1s4';
    Check if the diskgroup is created and mounted:
    SQL> SELECT STATE, NAME FROM V$ASM_DISKGROUP;
    If so, then manually mount on other instances of ASM:
    SQL> ALTER DISKGROUP TEST MOUNT;
    SQL> SELECT STATE, NAME FROM V$ASM_DISKGROUP;
    If the previous steps were successful and the diskgroup TEST can be mounted with success (on each ASM instance), and then drop the diskgroup TEST as follows:
    SQL> alter diskgroup test dismount; --(from all the ASM instances, except from one).
    
    SQL> DROP DISKGROUP TEST; --(from the ASM instance, which the diskgroup is still mounted). 
    Records of candidate is ready to be added to the desired diskgroup:
    SQL> ALTER DISKGROUP <my production diskgroup> ADD DISK '/rdsk/c0ts1', '/rdsk/c0t1s2', '/rdsk/c0t1s3', '/rdsk/c0t1s4';
    My question:
    Since involved LUNS are of large size, and rebalancing would make the command Add DRIVE slower. Right?
    I am thinking of setting the ASM_POWER_LIMIT to 0 until I started to do this and later new rever to 1. Is this a good approach?

    Hello

    My question:
    Since involved LUNS are of large size, and rebalancing would make the command Add DRIVE slower. Right?

    No, when you run the command ' add/drop disc' ASM reads and writes only metadata in the headers of all asmdisks (belonging to the diskgroup) and the guest is released.
    The complete rebalancing of the data process runs in the background.

    The fact that the guest to be released does not mean that the operation has ended. You need to check on the V$ ASM_DISKS (GROUP_NUMBER, PATH, HEADER_STATUS, NAME) to determine if you can remove the disks to the HOST.

    see this example (no difference at the time of change of power of rebalancing)

    ===================================================
    
    SQL> ALTER DISKGROUP DG_DATA
            ADD DISK '/dev/oracleasm/disks/ASM_VOL'
            DROP DISK DG_DATA_0000
    REBALANCE POWER 0; 
    
    Diskgroup altered.
    
    Elapsed: 00:00:07.90
    
    ====================================================
    SQL> ALTER DISKGROUP DG_DATA
            ADD DISK '/dev/oracleasm/disks/DISK01'
            DROP DISK DG_DATA_0001
    REBALANCE POWER 5; 
    
    Diskgroup altered.
    
    Elapsed: 00:00:08.21
    

    I am thinking of setting the ASM_POWER_LIMIT to 0 until I started to do this and later new rever to 1. Is this a good approach?

    You must know that the rebalancing will take place when there is a change of configuration diskgroup.
    Be careful, affecting the ASM_POWER_LIMIT 0 can let the diskgroup in a State of imbalance or unbalanced. (I do not recommend this)

    My recommendation:

    (* 1) save all your databases and valid backup (always required to protect your data). *

    You NEED to check the note below before add your ASMDISK.
    * Block Corruption in ASM while that balance [ID 1098453.1] *.

    2) run in two steps

    alter diskgroup  add disks  rebalance power x;
    alter diskgroup  drop disks  rebalance power x;
    

    Or Execute in a single step. (My favorite)
    Alternatively, we can run add disk & drop drive statements in a single operation, in what way that a rebalancing operation will be launched.

    alter diskgroup 
     add disk 
     drop disk 
    rebalance power 9;
    

    Wait until the end of the operation of rebalancing.
    You can follow the process of rebalancing using the following queries:

    SELECT  NAME,
         PATH,
         HEADER_STATUS,
         ROUND(TOTAL_MB/1024)  TOTAL_GB,
          ROUND( FREE_MB/1024) FREE_GB,
         ROUND((TOTAL_MB-FREE_MB)/1024) TOTAL_USED_GB
    FROM V$ASM_DISK
    WHERE GROUP_NUMBER= (SELECT GROUP_NUMBER FROM
         V$ASM_DISKGROUP WHERE NAME='DG_DATA');
    
    select * from v$asm_operation; 
    
    select * from gv$asm_operation;
    
    select      NAME,
         ROUND(TOTAL_MB/1024)  TOTAL_GB,
         ROUND( FREE_MB/1024) FREE_GB,
         ROUND((TOTAL_MB-FREE_MB)/1024) TOTAL_USED_GB,
         UNBALANCED
    FROM V$ASM_DISKGROUP;
    

    Kind regards
    Levi Pereira

Maybe you are looking for