Create databases using Oracle Partitioning report - OEM option

Hello

Is it possible to prepare a report on Oracle Enterprise Manager 10g to discover which of his list of target databases using the oracle partitioning option. It is for the purpose of license. Oracle partitioning is installed by default, but it is not always used.

Thanks and greetings

Yes it is possible, if you create a report using a query like
SELECT
HOST, DATABASE_NAME, INSTANCE_NAME,
TARGET_TYPE, NAME,
CURRENTLY_USED, DETECTED_USAGES, FIRST_USAGE_DATE,
LAST_USAGE_DATE, VERSION, LAST_SAMPLE_DATE,
DESCRIPTION
OF SYSMAN. MGMT$ DB_FEATUREUSAGE
WHERE
NAME = "partitioning (user).
AND
CURRENTLY_USED = 'TRUE '.

Eric

Tags: Enterprise Manager

Similar Questions

  • Take the backup of the user database using oracle forms 6i

    I need backup user database using oracle forms 6i. Is this possible?

    Yes.

    Try

    When press the button trigger

    DECLARE
        un                VARCHAR2(30);
        pw                VARCHAR2(30);
        db                VARCHAR2(30);
        con_str        VARCHAR2(100);
        --
        data_file    VARCHAR2(100);
        log_file    VARCHAR2(100);
        cmd_line    VARCHAR2(200);
        ALT NUMBER;
    BEGIN
        IF :CONTROL.file_name IS NULL THEN --- take a file location
            IF SHOW_ALERT('FILE_NAME') = ALERT_BUTTON1 THEN
                RAISE FORM_TRIGGER_FAILURE;
            END IF;
        END IF;
        --
        un    := GET_APPLICATION_PROPERTY(USERNAME);
        pw    := GET_APPLICATION_PROPERTY(PASSWORD);
        db    := GET_APPLICATION_PROPERTY(CONNECT_STRING);
        con_str    := un||'/'||pw||'@'||db;
        --
        data_file    := :CONTROL.file_name||'\'||un||
                                 TO_CHAR(SYSDATE, 'DDMMYYYY')||'.dmp';
    
        cmd_line    := 'exp userid='||con_str||' file='||data_file;
        HOST(cmd_line);
        --
    
        ALT:=SHOW_ALERT('MULTI_BACKUP');
        IF ALT=ALERT_BUTTON1 THEN
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            EXIT_FORM;
        END IF;
    
    END;
    
  • How to use newly created database in oracle

    Hi friends,

    I created a new database in the name of the model and I dono how to use this database.

    can someone help me through the process step by step.

    Note: I use the oracle 11g and working in the command prompt

    I thank in advance

    2749241 wrote:

    In fact, I learn about dblink so I need to know how to use it

    I created db using DBCA

    After I created db as a model and when tried to use the fake database

    his spear a mistake as TNS Protocol adapter error...

    Help me to enter this dummy database...

    Thank you

    That error is normally due to the eitehr you have a bad SID or in the service of the database is not started. In order to check what applies to you. Do a Google search for the same mistake.

    Aman...

  • Connection to the remote database using Oracle 11 g Builder

    Hi all

    This could me stupid question, but I have installed Oracle Forms and reports 11g on Win 7 machine. I copied the file "tnsnames.ora' on the record ' ORACLE_HOME/Network/Admin". We use Oracle EBS R12 and I want to create a new report using 11 g.

    Using the report wizard after providing a simple query, we need to connect to the database. And even after the entry of TNS, I am getting error connecting to the database, following
    "REP-0501: the specified database can be connected.
    "ORA-12154: TNS: could not resolve the connect identifier specified.

    I am able to connect to the same database using the Report Builder (10.1.2.0). Is there another place where I need to set the TNS entry? How can I solve this error? Please guide...

    Kind regards
    Priyanka

    Hello

    In forms and reports 11g, default defined in tnsnames.ora is: ORACLE_INSTANCE\config.
    Please note that the ORACLE_INSTANCE is not the same as ORACLE_HOME.
    Example:
    ORACLE_HOME = D:\Oracle\Middleware\as_1
    ORACLE_INSTANCE = D:\Oracle\Middleware\instances\asinst_1

    If you set the admin TNS_ADMIN variable in the registry, you can point to a new location for tnsnames.ora

    Kind regards
    Alex

    If someone useful or appropriate please mark accordingly.

  • Using Oracle Partition Exchange with Oracle Data Integrator (ODI) 11g

    Hello

    I'm trying to follow http://www.ateam-oracle.com/configuring-oracle-data-integrator-odi-with-oracle-partition-exchange/

    But impossible to get the same options in 11g.

    Can I use the Exchange Partition Oracle 11g ODI.

    Thank you.

    Yes, exchange of partition is certainly possible in ODI 11 g

  • LISTENER ERR when create database using DBCA

    Please advice, I have RAC 11 g R2 installed in Enterprise Linux 5.4 environment so I face-down problem when creating new database using DBCA

    "Scan earphone is not configured in the grid infrastructure Oracle home. To create a database, analysis auditor is required to be configured ".»

    Although when I run crsctl res stat - you I see the earpiece is in place


    ORA. LISTENER.lsnr
    Rac1 online online
    Rac2 ONLINE

    The resource that you see is for a listener and not a listener to scan. Two different things.

    Check if a listener to scan is configured? The sounds of it you have not configured so that you will need to add a listener to scan. The SCAN IP should be configured in the DNS system first.

    srvctl add scan
    srvctl add scan_listener
    
    srvctl config scan
    srvctl config scan_listener
    srvctl status scan_listener
    

    Check out these links for more information on SCANNING configuration.

    http://docs.Oracle.com/CD/E11882_01/install.112/e25666/undrstnd.htm#BEIFFBBI
    http://docs.Oracle.com/CD/E11882_01/RAC.112/e16795/srvctladmin.htm#autoId0

  • To connect to an Oracle database using oracle.jdbc.OracleDriver: error

    Hello

    I am trying to connect to an Oracle database so that we can extract information on tables, views, and packages.

    Using the Data Modeler (transformation script) API, we will add these notes to the corresponding objects in the Data Modeler.

    I'll start with this:

    importPackage (java.lang);

    importPackage (java.awt);

    importPackage (java.sql);

    java.lang.Class.forName ("oracle.jdbc.OracleDriver");

    An error occurs when I run this code:

    test.png

    It must be something of Java...

    Someone at - it a suggestion?

    Problem solved! A colleague of mine referred to in this post: import def properties from Oracle Designer

    More in detail: it's this couple of lines:

    Copy the file ojdbc6.jar for... Directory of \datamodeler-home\jlib

    Add this line to datamodeler.conf

    AddJavaLibFile... /... /jlib/ojdbc6.jar

    I changed my file datamodeler.conf, DM rebooted and now is no longer an error when I try to use the Oracle JDBC drive.

  • Connect to the database using oracle forms

    Hello experts,

    I have installed on my computer, Oracle Developer Suite 10 g (10.1.2.0.2) (including the forms and Designer) and after that I installed Oracle Database 11 g Express Edition (11.2) Beta.
    both facilities are on the same (local) computer.
    When I chose to connect to the database, he wonder about the data connection to the database:
    username, password and database.
    I'm sure that the user name and password are correct, because I have no problem to connect directly to the database (via sql * more).
    could you please tell me what I should write in the field database? I trid XE but it dose not help.
    Can I need to make some changes manully so that it works?
    Please note that the operating system is Windows XP service pack 3.

    Thank you for your help.

    Published by: user1818173 on 28/08/2011 01:43

    Hello
    Have you changed the TNSNAMES file. File of the ORA for DS? You must add the TNS for DS TNSNAMES. ORA file.
    Go to $DB_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Copy the entry tns where you connect from SQL * more.
    Go to $DS_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Paste the tns entry that you copied.
    Now try to connect generator of form.
    Kind regards
    Qasim Jules

  • Connection to the database to Oracle using Oracle Apex 5.0.1

    Hi all

    Is it possible to connect to the Oracle (Oracle SQL Developer 4.1.1) database using Oracle Apex 5.0.1 instead of using the object browser. As he was more workspace after you have downloaded the data we have on CSV Excel.

    For example: regardless of the tables I've created in the Application Builder is created in the object browser. We have limited the workspace of 500 MB. This is the reason why we cannot use this method to load the data and retrieve it. (Note: can I ask 2 GB of space to work on the approval of the Director, who is still not sufficient)

    Is it possible that I will create an apex.oracle.com application by using the application builder and I will create in the database tables. When I load the file in application, data will be stored in the database Oracle instead of the object browser.

    Well let me know is possible, if yes, how can I proceed.

    If this isn't the case, please let me know how I can get more workspace.

    According to my understanding, other possibilities are: 1) taking backup of old files and free up space, 2) create another workspace and get extra work space.

    Thanks for your help!

    Kind regards

    Vinod

    Hello

    When you load data using APEX SQL Workshop utilities for example, the data is stored in your database tables.

    Object browser is just seen tool your schema as the table objects and the data in the tables, just as SQL Developer.

    If you have no good reason to keep these files that you downloaded in the workspace, delete those. Data is stored in database tables.

    Kind regards

    Jari

  • Oracle Enterprise Manager (OEM) 12 c Cloud Control is broken after a reboot

    People,

    I use Oracle Enterprise Manager (OEM) 12 c Cloud Control version 12.1.0.3.  It was all work until we rebooted the box.

    Now, nothing is listening on the port 7801 more (by netstat), but if I put port 7302 instead in the browser's address bar, it'll take me actually to the OEM login page.  Once I'm connected, many things show that there are problems with communication between WHO and the agents.

    The shutdown process was not very successful and cleaning, shown below.  There was a lot of java still running process that I had to kill.

    [oracle@{BOX} ~]$$OMS_HOME/bin/emctl who all stop - force
    Oracle Enterprise Manager Cloud control 12 c Release 3
    Copyright (c) 1996, 2013 Oracle Corporation. All rights reserved.
    Stopping WebTier...
    WebTier could not be stopped
    Error occurred: WebTier could not be stopped
    Please see /usr/local/app/oracle/product/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for details of the error

    From, it looked quite well, but still we get these problems I mentioned above.

    [oracle@{BOX} GCDomain] $$ OMS_HOME/bin/emctl start SGD

    Oracle Enterprise Manager Cloud control 12 c Release 3

    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.

    From Oracle Management Server...

    Departure WebTier...

    WebTier started successfully

    Oracle Management Server started successfully

    Management Server Oracle is in place

    This seems like a simple question, because we didn't change anything except adding memory to the box and restart.

    Is there anyone experiencing the same problem?  Is there any solution to this?

    Brian

    Brian,

    Can you access the console on https://oraaux1:7801 / em now?

    And, you are able to start the agent by running $AGENT_HOME/bin/emctl status agent?

    Regarding your initial post, is also the repository on the same host? If so, the problem could be due to the repository database was not entirely upwards when WHO launched on the reboot of the host system (gcstartup) startup script.

    When the SGC does not work as expected, you can take a look at SGD/monitoring of log files for clues. If necessary, please see:

    Location and configuration of the Enterprise Manager log files

    Kind regards

    -Loc

  • Creation of the database using DBCA

    Hello

    When I am creating database using DBCA then I get the error
    I use Linux NL2 2.6.18 - 84.el5xen #1 SMP Fri Feb 29 16:42:34 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux.


    [oracle@NL2 ~] $ dbca
    Unsettled DISPLAY.
    Set the DISPLAY environment variable, then run again.

    When

    [oracle@NL2 ~] $ echo $DISPLAY then he gave Virgin...


    I don't know how to set the DISPLAY variable?


    your answer is appericiated.

    Thanks in advance

    Published by: user647572 on Sep 9, 2010 05:58

    Published by: user647572 on Sep 9, 2010 06:02

    Hello

    # export DISPLAY = xx.xx.xx.xx:0.0
    XX - ipaddress

    or simply

    # export DISPLAY =: 0.0

    the above is: zero.zero

    -Pavan Kumar N

    Published by: pounet, Sep 9, 2010 18:42

    Published by: pounet, Sep 9, 2010 18:42

  • How to use the PARTITION of EXCHANGE IKM

    Hi all

    I use IKM EXCHANGE PARTITION to load lots of data from a table that is not partitioned for a partitioned table.

    Is there any step that I have to follow?

    I put the source table in the source area and the target in the area.

    I select the IKM and run the task.

    Cattura.JPG

    ODI-1228: Prova_exch (Integrazione) of the task fails when the target SASSYS ORACLE connection.
    Caused by: java.sql.SQLException: ORA-14006: invalid partition name
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:712)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3470)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1877)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:3056)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2623)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:745)

    This is the code:

    Start

    run immediately ' ALTER TABLE SASKPI. TEST_MILA SWAP WITH SASKPI TABLE PARTITION. I HAVE _TEST_MILA $ WITH VALIDATION';

    end;

    It's like ODI is unable to get the name of the Partition

    The following article describes how to properly use the KM

    http://www.Ateam-Oracle.com/using-Oracle-partition-Exchange-with-Oracle-data-integrator-ODI/

  • Oracle cloud virtual image, I was able to create the database using DBCA (virtual image) oracle cloud. I understand with the virtual image, we won't have a lot of tools like on DAAS cloud... But could please at least use us dbconsole?

    On oracle cloud virtual, image I was able to create the database using DBCA (virtual image) oracle cloud. I understand with the virtual image, we won't have a lot of tools like on DAAS cloud. But could please at least use us dbconsole?


    I tried to start dbconsole, and it did not work:

    [oracle@ltutest ~] $ emctl start dbconsole

    OC4J Configuration problem. /U01/app/Oracle/product/11.2.0/dbhome_1/OC4J/J2EE/OC4J_DBConsole_ltutest.compute-aulatrobeu83140.oraclecloud.internal_ORCL not found.


    According to the oracle help doc center - "creating a database on an instance of virtual image service" (http://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBI/GUID-29290A81-8798-4988-848E-77A1BE0CF08A.htm#GUID-4851560B-D4B6-42...)

    database was created with the option as:

    emConfiguration - NONE - storageType FS


    I guess we have to manually configure the em console, but when I tried to create it, he told me that "' Dbcontrol repository already exists." "

    When I try to start it, it exports the error

    [Oracle@ltutest ~] $ emctl start dbconsole

    OC4J Configuration problem. /U01/app/Oracle/product/11.2.0/dbhome_1/OC4J/J2EE/OC4J_DBConsole_ltutest.compute-aulatrobeu83140.oraclecloud.internal_ORCL not found.

    Could someone could give me help with this problem?


    Thanks Brian. I tried your command, and it works. Now I've encountered another problem, how can I browse the URL?

    I created the access rule for access remote on port 1521 and 1158. but when I try to browse the EM console URL, it does not work. all the configurations that I need to do?

  • can I create an EM 12 c database with the preconfigured repository database use, models on the basis of data Oracle 12 c

    The installation for EM 12 c document indicates "Install Oracle Database 11 g Release 2 (11.2.0.3) software on the host computer, where you want to create the database".  I want to use Oracle database 12 c.  Is there a template to preconfigure the repository on a database of 12 c?  Or is there a work around?

    For the version EM Cloud control 12.1.0.5, which is the most recent version of the MA, the models for the 12.1.0.2 of the database version is available here.

    Model of data base for the installation of Oracle Enterprise Manager Cloud control 12 c Release 5 (12.1.0.5)

    Note that, although a DB template helps you to simplify the installation process, you can always install EM12c without one. If necessary, look at the manual below:

    http://docs.Oracle.com/CD/E24628_01/install.121/e22624/install_em_exist_db.htm#EMBSC159

    Kind regards

    -Loc

  • creating reports using oracle application server

    Hi all

    I am a complete newbie with Oracle Application Server (OAS) and Oracle reports. My task is to generate HTML and PDF using OAS reports. The current application has an aspx (ASP.NET front end) pages that call third party fast Radar report tool that retrieves data according to the need of the user (such as month, day, year,... product name) and displays as a grid. I have to remove the FastRadar part and use the OAS OracleAS reports Services components to generate these reports

    I went through Chapter 12 of Oracle.Application.Server.10g.Essentials by OReilly 2004 edition

    She looks briefly by this part. But it seems to mention the subject of Oracle reports something like "reports Oracle has an interface based on an Assistant called Oracle Reports Developer who can create reports. Oracle Reports Developer is part of the Oracle Developer Suite. Reports created with Oracle Reports Developer can be deployed on the Web using OracleAS reports Services support in Oracle Application Server. »

    I'm not clear what to do. I have to create the report format in Oracle Reports using frontend based on a wizard called Oracle Reports Developer and deploy it by using OracleAS reports Services?

    Or, is it possible to create the report format with Services of OracleAS reports without using Oracle Reports. We said that we just installed OAS, don't know if Oracle reports is installed or not as it is done at a remote site.

    Any suggestions would be much appreciated.

    Thank you very much.

    Hello

    We must develop reports using Oracle Reports developer and then deploy to the application server. To do this, you need following Developer installed Oracle, it has wizards that can be used to prepare reports.
    This link may help you http://www.oracle.com/technology/products/reports/index.html.

    Mark it if it can help

Maybe you are looking for

  • Satellite A500-140 - graphics card upgrade possible?

    I have a Toshiba Satellite A500-140, I was wondering if I could update my graphics card. These are my characteristics. Operating systemMS Windows 7 Ultimate 32 bitCENTRAL PROCESSING UNITIntel Mobile Core 2 Duo P8700 2.53 GHz 35 ° c.45nm Penryn techno

  • Photos disappeared suddenly iOS 9.2

    I just noticed that almost all my pictures have disappeared from the photos app, although the photos is still using 1 GB of my storage. I don't have not yet updated 9.2.1 yet.  I was using iCloud photo library, but received a guest this morning askin

  • Equium P200-1ED - cannot find video controller VGA Compatible

    HelloI can't find video controller VGA CompatibleIn the main support center, I could not find this driver. Some1 can send me link or something.Thank you Equium P200-1ED

  • Is there a line in jack on HP Touchsmart 310 - 1124f, windows 7?

    I would like to do some recording using a source in 'line '. Most PCs have a blue female jack 1/8 inch. I don't see one. The entry-level job mic for all record sources?

  • Laptop battery and screen Dim

    Laptop is Vista Dell Inspiron 1420. My adapter/load came out. I always plugged in b/c my screen was so hard to see dim. When it is plugged in, the light was bright. Got new adapter/charger and in a clogged filter still dim and the battery icon does n