Installation detail of oracle data miner

Dear member
i have download oracle data miner i want to know what is the sytem requirement and other oracle product for using data miner , i mean i wann installation guide for data miner

Hi friend
Follow the sample steps for log miner as below,
Create Dictionary File
UTL_FILE_DIR=C:\Oracle\Oradata\TSH1\Archive
The dictionary file is created using the BUILD procedure in the DBMS_LOGMNR_D package.
BEGIN
DBMS_LOGMNR_D.build (
dictionary_filename => 'TSH1dict.ora',
dictionary_location => 'C:\Oracle\Oradata\TSH1\Archive');
END;
Adding Logs
BEGIN
DBMS_LOGMNR.add_logfile (
options => DBMS_LOGMNR.new,
logfilename => 'C:\Oracle\Oradata\TSH1\Archive\TSH1\T001S00006.ARC');
DBMS_LOGMNR.add_logfile (
options => DBMS_LOGMNR.addfile,
logfilename => 'C:\Oracle\Oradata\TSH1\Archive\TSH1\T001S00007.ARC');
END;
Starting LogMiner
BEGIN
-- Start using all logs
DBMS_LOGMNR.start_logmnr (
dictfilename => 'C:\Oracle\Oradata\TSH1\Archive\TSH1dict.ora');
END;
Querying Log Information
The following query displays the SQL issued along with the undo SQL to reverse it.
SELECT scn, operation, sql_redo, sql_undo
FROM v$logmnr_contents;
Stopping LogMiner
Once the analysis is complete, logminer should be stopped using the END_LOGMNR procedure.
BEGIN
DBMS_LOGMNR.end_logmnr
END;
Thanks
Saravanan R

Similar Messages

  • Error while installing Oracle Data miner 10G Release 2

    Hello,
    I am a student involved in research in Data mining. I am new to Oracle Database and data miner.
    I installed Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1). Now I am trying to install ORacle data miner (10.2.0.1). However, at the time of installation ODM gives the following error:
    "specified data mining server is not compatible. 10.1.0.4.0."
    I have installed Oracle 10.2.0.1 but when I login using SqlPlus I get the following information -
    SQL*Plus: Release 10.1.0.4.0 - Production on Sun Jul 23 09:52:41 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    I would be really obliged if someone can help me with this.
    Thanks in advance
    Pooja

    Hi ,
    Download and install the product version(10.2.0.1.) of Oracle Data Mining....
    Simon

  • Oracle Data Miner 10.1.0.2 Interoperate with Database 10g Release 2

    Hi all,
    I cannot connect from Oracle Data Miner to a newly upgraded Database 10g Release 2 with Data Mining option. This database was 10.1.0.2 before upgrade, and I could connect via Oracle Data Miner before the upgrade (though it needs to be upgraded to 10.1.0.3+ for data mining to function).
    I have similar problem for a new installation on another computer. The error message in either case is "Cannot connect to specified Data Mining Server. Check connection information and try again."
    I can use SQL*Plus to login as the data mining user using the net service corresponding to the connect string. I check the v$option and DBA_REGISTRY as per the Data Mining Admin. documentation to verify that the data mining option exists and is valid. I am able to use the same connect string "host:port:SID" to connect from Analytical Workspace Manager to verify that the connectivity is OK.
    Furthermore, some Oracle by Example seems not valid for a DB of version 10.2. For example, at the URL http://www.oracle.com/technology/obe/obe10gdb/bidw/odm/odm.htm#p, the point 6 <ORACLE_HOME>\dm\lib\odmapi.jar is not applicable, because the path <ORACLE_HOME>\dm no longer exists.
    Therefore, I have query if Oracle Data Miner 10.1.0.2 can work with DB 10.2? What procedure should I follow? Please advise.
    Thanks and regards,
    lawman

    I am waiting on the beta version since I have installed Oracle10gR2.
    I've been checking the OTN website every day to see when it is released.
    If it is not a bother, can you send me an email when I can download it.
    Thanks in advance.
    Have a wonderful day/weekend,
    Andy

  • Error in instalation oracle data miner repository

    Hi,
    I learn oracle data miner. I'm trying to install repository by this guide Setting Up Oracle Data Miner 4.0
    But when I start installation data miner repository (step 7), sql developer shows "Task failed".
    Logs:"
    anonymous block completed
    anonymous block completed
    Drop public synonyms created by ODMRSYS.
    anonymous block completed
    anonymous block completed
    Total Number of Objects: 0
    Total Number of Objects Dropped: 0
    Total Number of Objects Failed to Drop: 0
    I use pluggable database.
    Oracle logs are empty.
    Regards,
    Irina

    Hi, Denny
    Thank you for your answer.
    The current versions:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    PL/SQL Release 12.1.0.2.0 - Production
    "CORE 12.1.0.2.0 Production"
    TNS for 64-bit Windows: Version 12.1.0.2.0 - Production
    NLSRTL Version 12.1.0.2.0 - Production
    The Logs contain the same text.
    I was trying to use oracle 11g. There was the same error except that the test examples wasn't work properly. There was error "ORA-40206: invalid setting value for setting name SVMS_CONV_TOLERANCE" for regression model.
    I think the reason in that I use windows 8 with the Russian language. In english linux with oracle 12c it works properly.
    Regard,
    Irina

  • Oracle Data Miner (Bug)

    Hello All,
    I am using oracle data miner 11g for building association model (market basket analysis). When I run the model and view the results, I find that the values of Antecedent Support% and Consequent Support% are swapped. i.e. the support value of the antecedent is listed in the Consequent Support% column.
    Is it a bug in the data miner or am I mistaken?
    Edited by: 976043 on Dec 10, 2012 10:00 AM

    Hi,
    Yes you are correct.
    You can prove it my adding a Model Details node and connecting the AR Build node to it.
    The rule output from the Model Details node produced shows the true values.
    We have opened a bug to fix this and it will be in the upcoming SQL Dev 4.0 release.
    Thanks for the help, Mark

  • Using Oracle Data Miner for Future Sales Prediction

    Hi ,
    I have one question on predicting the sale for next 5 years  along with month  the data as follows.
    YEAR  Month  Total_Sale
    2009    1          88187
    2009     2         87654
    2009     3         87656
    2008     1         10000
    2008     2          30000
    2008     3          40000
    How to do this in Oracle data Miner ie  the prediction of sale for next years like 2014,2015 etc.?
    The expected output
    is as follows.
    2014      1       2000
    2014       2      3000
    2014       3      9000
    2014      4       234
    2015       1      2344
    2015       2      4000
    and so on for all the 12 months and year.
    CREATE TABLE "SALE_GROWTH"
       ( "YEAR" NUMBER(*,0),
    "MONTH" NUMBER(*,0),
    "TOTAL_SALE" NUMBER
    REM INSERTING into SALE_GROWTH
    SET DEFINE OFF;
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,1,881725);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,2,1036585);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,3,1406252);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,4,550700);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,5,985413);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,6,727485);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2009,8,228480);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2008,9,699);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2008,10,446428);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2008,11,975335);
    Insert into SALE_GROWTH (YEAR,MONTH,TOTAL_SALE) values (2008,12,4853690);
    The above is the historical data.
    If i use oracle sql slope , am i going get the same sale numbers as the oracle data miner will predict.
    Please write.
    I appreciate your help.
    Thanks,
    HS

    Hi,
    For a background on how you might be able to use ODM for sales forecasting, see Marcos Campos blog on timeseries (link below).
    Thanks, Mark
    Oracle Data Mining and Analytics: Time Series Forecasting Series

  • Ora-00922 when building a model with Oracle Data Miner

    Hi,
    i'm using Oracle Data Miner 10.1.0.2 with Database 10.1.0.3.0 under Linux x86.
    The specific patch 10.1.0.3.1 for Data Mining was applied because i didn't manage to execute the models in the tutorial.
    So all were fine, and i succeded creating my own models and i executed them.
    But few months later, i.e now, i'm trying to build som other models but when building i have again the ora - 00922 : missing or invalid option
    I tried applying once again the patch but no effect !
    Is anyone ever faced this problem !?
    Eric

    Hi Xiafang,
    the database were not upgraded but used to build some ETL mappings.
    Here are the results of the SQL statements u gave me
    SQL> connect / as sysdba
    Connected.
    SQL> select value from v$option where parameter like '%Data Minin%';
    VALUE
    TRUE
    FALSE
    SQL> select comp_id, version, status from dba_registry;
    COMP_ID VERSION STATUS
    WK 10.1.0.3.0 VALID
    EM 10.1.0.3.0 VALID
    XDB 10.1.0.3.0 VALID
    AMD 10.1.0.3.0 VALID
    CONTEXT 10.1.0.3.0 VALID
    SDO 10.1.0.3.0 VALID
    ORDIM 10.1.0.3.0 VALID
    EXF 10.1.0.3.0 VALID
    OWM 10.1.0.2.0 VALID
    ODM 10.1.0.3.1 VALID
    CATALOG 10.1.0.3.0 VALID
    COMP_ID VERSION STATUS
    CATPROC 10.1.0.3.0 VALID
    JAVAVM 10.1.0.3.0 VALID
    XML 10.1.0.3.0 VALID
    CATJAVA 10.1.0.3.0 VALID
    APS 10.1.0.3.0 VALID
    XOQ 10.1.0.3.0 VALID
    Is the DM option enabled, i think yes but the SQL answer TRUE and FALSE.
    So, should i enable DM with the commands u gave me ?
    Eric

  • How to use  Oracle Data Miner 10.1.0.2   with Oracle9i

    Hello everyone !
    I've downloaded Oracle Data Miner 10.1.0.2 abd I would like to use with Oracle9i. But It appears this message "Cannot to be connect to Data Mining server" .
    I need help to configure it !
    Thanks !

    I am waiting on the beta version since I have installed Oracle10gR2.
    I've been checking the OTN website every day to see when it is released.
    If it is not a bother, can you send me an email when I can download it.
    Thanks in advance.
    Have a wonderful day/weekend,
    Andy

  • Oracle data miner

    Hello,
    I am new to Oracle, I am planning on implementing a credit card fraud management system as my academic project... I wanted to get my hands dirty with oracle for quite some time and thought that it might be a good idea to develop a fraud management system using Java and oracle.
    I don't know anything about oracle-data-miner. All I know is it provides you with certain models, and you can train your data and then check the predictions from those models using simple queries.. What I want to know is: Is that everything that oracle data miner provides? bunch of models/algorithms, can I write a new algorithm or modify an existing one ?
    I am sorry for such silly question, but any help regarding this is highly appreciated.
    Thanks,
    Ali

    Hi Attila,
    You can find the transform package at the following link:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_dmtran.htm#i1013223
    The ODM mining algorithms use techniques that are not exposed.
    However, there are a lot of features in the db that are available to you to build your own.
    As for an optimization package, I know there are some internal implementations but I am not aware of one in the db that is exposed.
    Thanks, Mark

  • Oracle Data Miner Tutorial

    Hi ,
    Please provide a oracle data miner tutorial using regression or time series prediction which works for the problems like Sales Prediction for future years.
    Appreciate your help.
    Thanks,
    Pooja

    Hi Pooja,
    There is a blog that might interest you:
    http://oracledmt.blogspot.com/2006/01/time-series-forecasting-part-1_23.html
    Thanks, Mark

  • Oracle data miner error

    AA. i have a problem in oracle data miner 11.1.0.4 when i tried to start it with my connection ,the following error msg appeared :
    Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    The connection descriptor used by the client was :localhost: 1521:orcl
    please help me if u can.
    thanks
    hager

    Hi Hager,
    It could be that the db is in a restricted state.
    You could try the following using sql worksheet on a sysdba connection:
    alter system disable restricted session;
    If this solves the problem, great, but then the question is, why is it in a restricted state.
    Data Miner, during upgrade or when a repository is dropped, puts the db into restricted mode.
    If there is a failure during one of these processes, then it could be possible that the db was left in a restricted mode.
    This generally should not happen when using Data Miner to perform these administrative actions, but could come up when running the scripts manually.
    Thanks, Mark
    Here are some other links that may help.
    There are a lot of results that come up when you google for this error.
    http://dbaforums.org/oracle/index.php?showtopic=6136
    http://www.club-oracle.com/forums/ora-12528-tns-listener-all-appropriate-instances-are-blocking-new-connections-t708/
    ORA-12528: TNS:listener: all approriate instances are blocking new connecti

  • Oracle Data Miner  available ???

    In can't download Oracle Data Miner 10.1.0.1 from
    http://otn.oracle.com/products/bi/odm/odminer.html
    the link not works.
    Please give me the true link

    Hi,
    That is the correct link, but it is currently broken.
    We have reported the problem and it will be corrected shortly.
    Thanks, Mark

  • Oracle Data Miner ROC Chart

    Is there anyone who can explain some things about the roc chart for me?
    How is what is showed in the roc chart related to the confusion matrix next to it given in the Oracle Data Miner?
    How is this roc chart constructed? How is it possible that it represents the decision tree model I made?
    I hope somebody can help me

    Hi,
    This explaination comes from one of our algorithm engineers:
    "The ROC analysis applies to binary classification problems. One of the classes is selected as a "positive" one. The ROC chart plots the true positive rate as a function of the false positive rate. It is parametrized by the probability threshold values. The true positive rate represents the fraction of positive cases that were correctly classified by the model. The false positive rate represents the fraction of negative cases that were incorrectly classified as positive. Each point on the ROC plot represents a true_positive_rate/false_positive_rate pair corresponding to a particular probability threshold. Each point has a corresponding confusion matrix. The user can analyze the confusion matrices produced at different threshold levels and select a probability threshold to be used for scoring. The probability threshold choice is usually based on application requirements (i.e., acceptable level of false positives).
    The ROC does not represent a model. Instead it quantifies its discriminatory ability and assists the user in selecting an appropriate operating point for scoring."
    I would add to this that you can select a threshold point the build activity to bias the apply process. Currently we generate a cost matrix based on the selected threshold point rather than use the threshold point directly.
    Thanks, Mark

  • Oracle Data Miner 10.1.0.1 PreRelease Available

    FYI.
    Go to
    http://otn.oracle.com/products/bi/odm/odminer.html
    to download the Oracle Data Miner 10.1.0.1 PreRelease.

    Can anybody tell me something about the licence model of the new ODM 10g Client?
    Thanks

  • Error when create classification model by Oracle Data Miner 10.1.0.2

    Hello every body!
    Please help me!
    I have created a classification model by Oracle Data Mining 10.1.0.2, Oracle 10g Release 1 (10.1.0.3) with following options:
    Single record per case
    Adaptive Bayes Network algorithms
    SingleFeatureBuild
    When finished, i receive an error with following detail content:
    ORA-40101: Data Mining System Error ODM_ABN_MODEL-ODM_ABN_BUILD--20002
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "DMSYS.ODM_ABN_MODEL", line 458
    ORA-06512: at "DMSYS.ODM_ABN_MODEL", line 5664
    ORA-40101: Data Mining System Error ODM_ABN_MODEL-ODM_ABN_BUILD--20012
    ORA-06512: at line 1
    Hope you help me!
    Thanks!

    Hi,
    Can you provide instructions that recreate this problem using sample data we provide in the SH schema?
    Thanks, Mark

Maybe you are looking for

  • How do I make events stay in iCal for a year?

    Events disappear after six months. I have iCal on my MacBook, synced with iPhone 4 via iCloud.

  • Dataload problem in Ouline having duplicate members enabled

    Hello All, I have changed the 'Duplicate member name allowed' option in an essbase Outline properties from 'false' to 'true' in ver 9.3.1. Now, when I am going to load data through SQL rule file, then it is showing following errors-- ODBC Layer Error

  • HT5278 how to get my old software on my ipod touch 4th generation

    how to get my old software on my ipod touch

  • Font Licensing

    Hello- I was hoping someone could answer a few questions regarding font licensing. Specifically, the Letter Gothic Std font, which is covered under Western 2 EULA and allows for PDF embedding and editing. The EULA is a five seat license. Can they be

  • Application Clustering & JMS

    Hi All, I am in the process of moving an existing application to WebLogic 11g. This applications used to run on OC4J and we used multiple JVMs for the OC4J container to get some scalability. For WebLogic, we are considering a similar feature and arri