Oracle diferences

Hello,
i have install oracle rdbms and Oracle-OraDb10g_home1, who is diference between, i want desinstall oracle rdbms but i have a database,
if desinstall oracle rdbms the database it delete's. ?? the two is install in same machine.
Thanks

What do you mean by the statement
I remove oracle software rdbms not databaseRDBMS is an acronym for relational database management system. RDBMS is a synonym for database so you can't have removed one and not the other.
and install Oracle-OraDb10g_home1As jjk points out, that looks like the name of an Oracle Home and implies (but does not guarantee) that you installed either the 10.1 or 10.2 Oracle database in that Oracle Home. The name of an Oracle Home is just an arbitrary string that hopefully identifies why the software was installed-- you could name your Oracle Home "Oracle_OraDb10g_home1" or "Accounting" or whatever other naming convention makes sense in your environment.
i dont undertand the direrences between softwares.I'm not sure that I see where you have identified two different pieces of software that were installed. We can speculate that you probably installed either the 10.1 or the 10.2 Oracle database in one Oracle Home. I don't see anything that indicates that you installed a different piece of software or the same piece of software in a different Oracle Home.
Justin

Similar Messages

  • Diferences between Oracle Standart and Enterprise

    What's the differences between Oracle Standard and Enterprise Edition

    Check out this link
    http://technet.oracle.com/doc/oracle8i_816/server.816/a76962/ch4.htm#73594

  • Diference Between Oracle ProcessConnect and Oracle Interconnect

    Hello,
    Does anyone knows the difference between Oracle ProcessConnect and Oracle Interconnect?
    I have already read the documentation, but I didn�t understand the main difference between them�.
    If somebody have experienced one of them, please tell me your opinion about these integration tools because I�m studying the possibility to user one of them in a data integration among several Oracle Databases in my company.
    I will be waiting for any reply.
    Bye

    Check out the white paper "Getting Started with the Oracle Workflow9i/2.6.2 Business Event System and Oracle9i Advanced Queueing"
    at http://otn.oracle.com/products/integration/workflow/workflow_wp_bes.pdf
    This describes Workflow's integration with AQ.
    Also, you could look at the "Using Workflow" chapter in the Oracle9iAS InterConnect User's Guide
    at http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/integrate.902/a92174/workflow.htm
    Regards,
    Clara
    IS there any document containing an example of integration of Oracle Workflow with Oracle InterconnectOracle AQ ? If so, please send me the link from where I can download it.

  • Getting a report in excel format from oracle report builder 10gDS release2

    I want to get a report in excel format from oracle report builder 10gDS release2.
    Is there ne method by which minimum effort is required for changing already made reports .
    I have searched for it on internet :-
    http://www.oracle.com/webapps/online-help/reports/10.1.2/state/content/navId.3/navSetId._/vtTopicFile.htmlhelp_rwbuild_hs%7Crwwhthow%7Cwhatare%7Coutput%7Coutput_a_simpleexcel~htm/
    Example, given in the last of the page opened from the above url, is not working.
    Can neone plz explain the example and how to use it
    Thanks & Regards
    JD

    Ok, for the release 2 its quite straightfoward, in your calling form you would have something like this code:
    declare
         pl_id ParamList;
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    v_rep_status VARCHAR2(20);
    v_repsrv     VARCHAR2(100):= 'yourreportserver';
    v_serv varchar2(50) := 'yourservername' ;
    begin
    pl_id := Get_Parameter_List('tmpdata');
    if not id_null(pl_id) then
    Destroy_Parameter_List( pl_id );
    end if;
    pl_id := Create_Parameter_List('tmpdata');
    Add_Parameter(pl_id,'DESTYPE' ,TEXT_PARAMETER,'Screen' );
    Add_Parameter(pl_id,'PARAMFORM' ,TEXT_PARAMETER,'NO' );
    repid := FIND_REPORT_OBJECT('yourreport');     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER, v_repsrv);
    set_report_object_property(repid,REPORT_DESTYPE,CACHE );
    set_report_object_property(repid,REPORT_DESFORMAT,'SPREADSHEET' );
    v_rep := RUN_REPORT_OBJECT(repid,pl_id);
    v_rep := substr(v_rep,length(v_repsrv)+2,10 ) ;
    end;
    I have plenty of reports being formated to excel with this same method so it should work for you, the only diference with my previous code is this line.
    set_report_object_property(repid,REPORT_DESFORMAT,'SPREADSHEET' );
    The rest remains untouched.
    Hope it helps.

  • Oracle 8.1.7 on Debian 2.2 (potato)

    Hello (again),
    I'm trying to install Oracle 8.1.7 on Debian 2.2r2 (kernel 2.2.19 and glibc 2.1.3) but runInstaller dies with SIGSEGV. On the same machine I have already successfully installed Oracle 8.1.6.
    I installed Blackdown JDK 1.1.8 but it does not seems to make any diference. No matter what JDK I install and put in my PATH the runInstaller dies with SIGSEGV.
    Also tried to "unset LANG", no goog either. LD_ASSUME_KERNEL=2.2.5, also does not work.
    Anyone knows how I can install Oracle 8.1.7 on Debian 2.2r2?
    The full error message follows:
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    SIGSEGV received at bfffd8d4 in /lib/libc.so.6. Processing terminated
    Mon Sep 23 12:24:05 2002
    jre full version "JDK 1.1.8 IBM build l118-20000713 (JIT enabled: jitc)"
    Operating Environment
    Host : nostromo.(none)
    OS Level : 2.2.19.#4 Mon Sep 24 11:33:53 BRT 2001
    glibc Version : 2.1.3
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
    Mem: 197828608 195018752 2809856 146821120 65900544 59133952
    Swap: 263200768 0 263200768
    MemTotal: 193192 kB
    MemFree: 2744 kB
    MemShared: 143380 kB
    Buffers: 64356 kB
    Cached: 57748 kB
    SwapTotal: 257032 kB
    SwapFree: 257032 kB
    User Limits (in bytes except for NOFILE and NPROC) -
    RLIMIT_FSIZE : infinity
    RLIMIT_DATA : infinity
    RLIMIT_STACK : 2088960
    RLIMIT_CORE : 2097152
    RLIMIT_NOFILE : 1024
    RLIMIT_NPROC : 256
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/oracle_install/Disk1/install
    ORACLE_SID=ora1
    LD_ASSUME_KERNEL=2.2.5
    TMPDIR=/var/tmp
    XAUTHORITY=/home/oracle/.Xauthority
    KONSOLE_DCOP=DCOPRef(konsole-3790,konsole)
    GS_LIB=/home/oracle/.kde/share/fonts
    HZ=100
    HOSTNAME=nostromo
    LD_LIBRARY_PATH=/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib:/opt/oracle8i/app/oracle/product/8.1.7/lib
    CLASSPATH=/tmp/OraInstall:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/OraInstaller.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/oracleice.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/help.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/swingaccess.jar:/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/rt.jar:/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/math.jar:/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/classes.zip
    KONSOLE_DCOP_SESSION=DCOPRef(konsole-3790,session-1)
    USER=ivens
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jpg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.png=01;35:*.mpg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i386-pc-linux-gnu
    KDE_MULTIHEAD=false
    THREADS_FLAG=native
    MAIL=/var/spool/mail/ivens
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc:/home/oracle/.gtkrc-kde
    LANG=C
    JAVA_HOME=/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux
    ORACLE_BASE=/opt/oracle8i/app/oracle
    ORACLE_HOME=/opt/oracle8i/app/oracle/product/8.1.7
    COLORTERM=
    DISPLAY=:0.0
    LOGNAME=ivens
    SHLVL=6
    HUSHLOGIN=FALSE
    SESSION_MANAGER=local/nostromo:/tmp/.ICE-unix/3740
    SHELL=/bin/bash
    HOSTTYPE=i386
    CVSROOT=/var/cvs
    OSTYPE=linux-gnu
    TERM=xterm
    HOME=/home/oracle
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/oracle8i/app/oracle/product/8.1.7/bin:/usr/local/java/bin:/opt/kde3/bin:/opt/oracle8i/app/oracle/product/8.1.7/bin:/usr/local/java/bin:/opt/oracle8i/app/oracle/product/8.1.7/bin:/opt/java/bin
    LIBPATH=/mnt/oracle_install/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    libsysresource.so
    Current Thread Details
    "main" (TID:0x402e62d8, sys_thread_t:0x804e0b0)
    Native Thread State: Pid: 4091 ThreadID: 00000400 Reuse: 1 USER PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef60 pointer bffdf954 used(128524) free(-11788)
    ----- Monitors held -----
    java.lang.Object@402fbef8
    java.lang.Runtime@402fc4c8
    ----- Native stack -----
    getutmpx
    dlcatch_error
    dlopen
    dlcatch_error
    dlerror
    dlopen
    sysAddDLSegment
    java_lang_Runtime_loadFileInternal
    Java_java_lang_Runtime_loadFileInternal_stub
    __irem_trap6
    ------ Java stack ------ () prio=5 current thread
    java.lang.Runtime.loadLibrary(Runtime.java)
    java.lang.System.loadLibrary(System.java)
    sun.awt.motif.MToolkit.<clinit>(MToolkit.java:58)
    java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
    oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
    oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
    oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:418)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x402e6238, sys_thread_t:0x80d6a50)
    Native Thread State: Pid: 4097 ThreadID: 00000803 Reuse: 1 DAEMON MONITOR WAIT
    Native Stack Data : base: bf5ffd70 pointer bf5ffb64 used(524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x402e6288, sys_thread_t:0x80d7c58)
    Native Thread State: Pid: 4096 ThreadID: 00000402 Reuse: 1 DAEMON MONITOR WAIT
    Native Stack Data : base: bf7ffd70 pointer bf7ffbd8 used(408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x402e62d8, sys_thread_t:0x804e0b0)
    Native Thread State: Pid: 4091 ThreadID: 00000400 Reuse: 1 USER PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef60 pointer bffdf948 used(128536) free(-11800)
    ----- Monitors held -----
    java.lang.Object@402fbef8
    java.lang.Runtime@402fc4c8
    ----- Native stack -----
    getutmpx
    dlcatch_error
    dlopen
    dlcatch_error
    dlerror
    dlopen
    sysAddDLSegment
    java_lang_Runtime_loadFileInternal
    Java_java_lang_Runtime_loadFileInternal_stub
    __irem_trap6
    ------ Java stack ------ () prio=5 current thread
    java.lang.Runtime.loadLibrary(Runtime.java)
    java.lang.System.loadLibrary(System.java)
    sun.awt.motif.MToolkit.<clinit>(MToolkit.java:58)
    java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
    oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
    oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
    oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:418)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    java.lang.Object@402fbef8: owner: "main"
    java.lang.Runtime@402fc4c8: owner: "main"
    OK
    Regards,
    Ivens Porto
    [email protected]

    the line:
    PATH=/bin:/usr/bin:/usr/local/bin:$PATH export PATH
    After moving the "export PATH" command to a separate line, this is one of some typo that comes with docu. You slolved it correctly.
    Gerhard

  • Problem full-text in blob column index created using Oracle Text

    Hi,
    I'm running Oracle Database 10g 10.2 on solaris
    I configure Oracle text if i look for in a varchar2 column is ok, but with blob column doesn't works the search.
    I have a table with a blob column which contains document. I load document with Oracle UCM (stellent)
    My index scripts is:
    CREATE INDEX ORAUCM.FT_IDCCOLL1 ON ORAUCM.IDCCOLL1
    (DDOCFULLTEXT)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('DATASTORE CTXSYS.DEFAULT_DATASTORE FILTER CTXSYS.AUTO_FILTER FORMAT COLUMN DFULLTEXTFORMAT CHARSET
    COLUMN DFULLTEXTCHARSET LEXER OCS_IDCCOLL1_LEXER SYNC (ON COMMIT)')
    NOPARALLEL;
    And my select retunm 0 rows although it will be many documents:
    SELECT IdcColl2.dID, dDocName, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor,
    dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate,
    dPublishType, dRendition1, dRendition2, VaultFileSize, WebFileSize, URL, dFullTextFormat,
    dFullTextCharset, DocMeta.*
    FROM IdcColl1, DocMeta
    WHERE IdcColl1.dID=DocMeta.dID AND (CONTAINS(dDocFullText,'SUBIR') > 0 )
    ORDER BY dInDate Desc
    Thanks in advance.

    Thank you for your answer.
    I response your question:
    - yes DDOCFULLTEXT is a BLOB column.
    - The document that word, excels, whatever. We load the document with UCM (universal Content Management)
    because i need full-test search form UCM tool.
    - Yes 'subir' containts in the word document.
    - select * from CTX_USER_INDEX_ERRORS ;
    No rows returned.
    - SELECT TOKEN_TEXT FROM DR$FT_IDCCOLL1$I
    No rows returned.
    - I tried create symplifying index and doen't work.
    I tried create table and index context on oracle 10.2.0.3 (test database)and works ok.
    I compared both context (test database and ucm database) and i saw a difference:
    In ucm database there are these preferences "analyze text"
    BEGIN ctx_ddl.create_preference('ORAUCM.', 'WORLD_LEXER'); end;
    BEGIN ctx_ddl.create_preference('ORAUCM.', 'DETAIL_DATASTORE'); end;
    I don't know if is important diference or no.
    Please if you need more information, tell me.
    Thanks for your time.

  • Oracle Error Handling in Shell Scripts

    I need to manage 2 diferente class of errors :
    Oracle Errors(produced in compilation time) and
    Operating Syste Error(e.g. No Datbase conection ORA-1017,etc) my shell its KSH.
    Please can you help me how can I manage then?
    this my alternative but is not correct ;
    #creating conexion with sql
    exit | sqlplus -s $USERPV_DB/$PWDPV_DB @$VORDSQLPATH/ord.extractor_porven.sql $VFDESDE $VFHASTA > $VORDDATOS_PATH/ord.extractor_porven$VDATE.dat 2>> $VLOG
         #Evaluating last sentence (sqlplus . . . . )
         VERROR=$?
         #Si VERROR=0 should stop process execution and alert with echo ".."Oracle error handling before compilation time
         if [ $VERROR  != 0 ]
         then
         echo "value of VERROR are:$VERROR"
         echo "`date +"$V_FORMATDATE"` DATA EXTRACTION WAS NOT SUCESSFUL ERROR BEFORE COMPILATION TIME" >> $VLOG 2> /dev/null
         " Here show VERROR
         else #Oracle error handling in compilation time
         echo "`date +"$V_FORMATDATE"` DATA EXTRACTION WAS NOT SUCESSFUL ERROR BEFORE COMPILATION TIME " >> $VLOG
         " Here show VERROR
    else if [ $VERROR  = 0 ]
    " DATA EXTRACTION WAS SUCESSFUL"
    fi
    Would apreciate your help its very urgent.
    Best Regards
    Antonio

    user5647282 wrote:
    I need to manage 2 diferente class of errors :
    Oracle Errors(produced in compilation time) and
    Operating Syste Error(e.g. No Datbase conection ORA-1017,etc) my shell its KSH.
    Please can you help me how can I manage then?
    this my alternative but is not correct ;
    #creating conexion with sql
    exit | sqlplus -s $USERPV_DB/$PWDPV_DB @$VORDSQLPATH/ord.extractor_porven.sql $VFDESDE $VFHASTA > $VORDDATOS_PATH/ord.extractor_porven$VDATE.dat 2>> $VLOG
    Piping the output of 'exit' to sqlplus????????? what do you expect from this?
         #Evaluating last sentence (sqlplus . . . . )
         VERROR=$?any error returned by sqlplus as $? would be a fatal error of sqlplus itself, not any error returned by processing a sql statement. If your script ord.extractor_porven.sql were to generate, say, an ORA-00001, that is NOT an error in sqlplus and so does not return to the OS as an error of sqlplus.
         #Si VERROR=0 should stop process execution and alert with echo ".."Oracle error handling before compilation time
         if [ $VERROR  != 0 ]
         then
         echo "value of VERROR are:$VERROR"
         echo "`date +"$V_FORMATDATE"` DATA EXTRACTION WAS NOT SUCESSFUL ERROR BEFORE COMPILATION TIME" >> $VLOG 2> /dev/null
         " Here show VERROR
         else #Oracle error handling in compilation time
         echo "`date +"$V_FORMATDATE"` DATA EXTRACTION WAS NOT SUCESSFUL ERROR BEFORE COMPILATION TIME " >> $VLOG
         " Here show VERROR
    else if [ $VERROR  = 0 ]
    " DATA EXTRACTION WAS SUCESSFUL"
    fi
    Would apreciate your help its very urgent.
    there is no "urgent" here.
    "Urgent" means one of two things -
    1) people are dying, or
    2) you have a customer-facing, revenue-producing production system that is down.
    (And to get some perspective on the second case, keep the first in mind.)
    For the first, you call whatever civil emergency service seems appropriate.
    For the second, you open an SR with Oracle - which requires a paid-up support contract. For them to consider your problem "urgent", you will need to demonstrate that your problem falls under item #2. I seriously doubt your problem fits that criteria.
    Best Regards
    Antonio

  • Requirment for taking a incremantal backup of Particuler table in oracle 11 G

    Dear All ,
    We have a requirement of incremental backup  of Particular table in SAP . Is there any way in sap 0r oracle to take a incremental backup of  Particular table .
    If any buddy know please share your valuable points it would be help for me and others as well .
    Like Example , i have a list of tables , i want to take backup of only those table , i don't need full db backup  ., if some one no please share your idea and also how to run daily if it is possible at sap level or DB level
    Tables
    KONV
    QAVE
    QALS
    BSAD
    BSAK
    BSID
    BSIK
    VBAP
    LIKP
    LIPS
    VBAK
    VBRK
    VBRP
    ZPLAN
    MSEG
    MKPF
    KNC1
    T023T
    TWEWT
    LFA1
    T001W
    ZCHASSIS
    Thanks
    Regards
    Arpit

    Hello,
    You can use flash_back_query if you are using oracle database.
    some like this
    Create table BACKUP02102014 as select * from SAPSR3.YOURTABLE
    AS OF TIMESTAMP
    TO_TIMESTAMP('02-10-2014 00:00:00','DD-MM-YYYY HH24:MI:SS');
    and tomorow you doing
    Create table BACKUP03102014 as select * from SAPSR3.YOURTABLE
    AS OF TIMESTAMP
    TO_TIMESTAMP('03-10-2014 00:00:00','DD-MM-YYYY HH24:MI:SS');
    We have a situation for expecific day. But you can do other ,..like this
    Only diferents
    select * from BACKUP03102014
    minus
    select * from BACKUP02102014 ;
    or export by expdp oracle utility or make backup
    r3trans -w  -> you can export data from backuptable
    Regards
    Sandro Lobo
    Message was edited by: Sandro Lobo

  • Oracle Workflow in Oracle 8.1.7

    A customer of mine have Oracle 8.1.7 and he want to use Oracle workflow.
    Where can I find documentation about Oracle workflow in Oracle 8.1.7 ? Can anybody knows what diferences betwen this and Oracle workflow 2.6.2 ?
    Thanks in advance.

    check out
    http://technet.oracle.com/products/integration/workflow/workflow_faq.html
    http://technet.oracle.com/products/integration/content.html (goto end of page)
    hth
    satish paul
    A customer of mine have Oracle 8.1.7 and he want to use Oracle workflow.
    Where can I find documentation about Oracle workflow in Oracle 8.1.7 ? Can anybody knows what diferences betwen this and Oracle workflow 2.6.2 ?
    Thanks in advance.

  • Comparison of Oracle 8i and Oracle 9i

    Hello everyone,
    I would like to know all the diferences between the Oracle 8i and Oracle 9i.The diference in features of these 2 versions and the technical difference between the two. If anywhere the data type gets changed between the 2 versions, that also please let me know
    I am going to create a database which is being flooded with lots of data and each table having millions of rows.Please suggest me the optimal software.
    I had designed the structure keeping in mind the Oracle 8.
    thanks
    Rishi

    Is this what you are looking for:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90120/toc.htm
    http://download-east.oracle.com/docs/cd/A87860_01/doc/index.htm

  • Oracle Spatial 10g

    Hello all
    I would like to know if is it possible to install the 10g Spatial functionality in a previous version of the database (8.1.7).
    We want to work with Oracle Spatial + ArcSDE (with versioning and Spatial as Geometry Storage) + ArcGIS-ArcIMS, but the editing software will be AutoCAD.
    We will get from the database those elements whe want to edit and put it then in AutoCAD layers . To limit the traffic, we only need the geographic primitives (points and arc, but no polygons), but as we are editing polygons, we need a process that rebuild topology. I think that the new Oracle Spatial 10 g topological functionalities could help us (so we can insert arcs in a table and get the polygons they are building, and dangle arcs).
    I suppose it will not be possible to edit directly to the geodatabase feature class if it is versioned (so all the changes will appear as consolidated), but, is it possible (and of course, easy) to rebuild via SQL an ArcSDE version?
    And finally:
    Can (and how) we use Oracle WorkSpace Manager whit ArcSDE??? , and only with AutoCAD? Any experience? I´m thinking about spatial index and mdsys metadata table. Must be these tables registered as "versioned" with Oracle WorkSpace Manager to work with spatial data?
    Thank you for all
    Jesús de Diego

    Hello all again
    First of all, thank you for your quick reply.
    I can explain a bit more what we wanna do:
    we're in a multi-platform environ. We've ArcGIS users, AutoCAD users and a ArcSDE DB. We don't want AutoCAD users to migrate to ArcEditor, but they need to edit corporative (DB) data, and, in the other hand, there will be others editors using ArcEditor capabilities, so it is possible we will need versioned (ArcSDE) data.
    I think we can edit an ArcSDE version vía AutoCAD:
    1º Data storage will be Oracle Spatial.
    2º A new version over the default will be created.
    3º When an AutoCAD editor request spatial data, we can, vía SQL, get the sdo_geometry (here is when i need to rebuild a complete version....)
    4º We load these spatial data into diferents layer in a dwg (in we can get only the geographic primitives, this will be faster)
    5º CAD users edit the information and when they finish, load arc and points (lables) into 2 temporal tables, when arcCatalog can rebild polygon topology ....
    6º Once polygons have been rebuilded, can be sended to AutoCAD again so Oracle Spatial SQL queries can be used in AutoCAD against the DB.
    7º Finally, could we insert the new records into A and D tables?, and how? using simply SQL (again we need to rebuild a version....)
    I'm all ears.......
    Thank you again
    Jesús de Diego

  • In oracle 10g is the same Oracle Net Listener than...?

    Hi forum members again I'm vey new in oracle server10g, this time I have a doubt about oracle components , that is the same the Oracle Net Listner than the Oracle SQL*Net listener, if is not the same, please tell me the diference
    Thanks in advance

    SQL*Net has gone through a few minor revisions over the years.. We've seen SQL*Net Version 1, SQL*Net V2, Net8, Oracle Networking and now (in 10g) Oracle Net Services.
    It's exactly the same, only different.
    Not surprisingly, Oracle actually documents the differences in their documentation which is freely available for all to read.
    If you want some information about what's new in Oracle Networking, I encourage you to read the introduction section of the "Oracle® Database Net Services Administrator's Guide (10g Release 2 (10.2))" titled "What's New in Oracle Net Services?"
    Reading that will not only give you a better understanding, but also justify the jobs of the technical writers who create over 55,000 pages of information for our use. <g>

  • Differences beetwen Oracle AS 10g Release 2 and Release 3

    Hi
    Could you give me links or just write about differences between Oracle AS 10g Release 2 and Release 3. I have books to Oracle 10g AS Release 2, and I don't know, what information are incorrect with reference to Release 3. I've found this link http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/whatsnew.htm#sthref7 , but Oracle 10g AS Release 3 for example does not require a metadata repository. So where can I find all diferences?
    Thanks awfully for help.
    Regards

    Application Server 10R2 (10.1.2.0.2) includes products such as OID, Forms & Reports, Discoverer, Oracle Portal etc. These are not included in Application Server 10R3, which was a JEE only install geared towards JEE solutions.
    Both versions will be desupported in December 2011 so I would spend to much time on these versions. Go with Fusion Middleware 11g : http://download.oracle.com/docs/cd/E21764_01/index.htm
    Thanks,
    EJ

  • Context Help in diferents Columns in a JTable

    I want to put Context Help in the diferents columns in a JTable (in columns, in headers or cells); but I don't know how I can do it.
    Please, if somebody can help me, or simply say me that this is not possible (if is really impossible).

    Carlos,
    You can write your own F1 listener for JTable (or if you prefer a right click help menu option then a mouse listener). In the listener determine what cell has focus or is clicked over. From this generate a help topicID. Then call showTopic on the CSHManager or Help.
    Note the table has an editor component (e.g., JTextField), the make sure that the correct topicID is associated with this editor component.
    Cheers,
    Craig Cummings.
    Oracle Help Team

  • Difference between Oracle Customer Hub and Hyperion Data Relationship Manag

    Hi,
    I need integrate diferents data bases and eliminate information redundancy. I think Hyperion Data Relationship Management can help me to acomplish with the task. But i know there is another product named Oracle Customer Hub than can help me too.
    Does anybody know the difference between this tools?
    Which one its the more appropiate for me?
    Regards

    FCH was a product launched by Oracle to counter Hyperion Financial Management. However, it is not a proven tool. HFM has a very good market standing coupled with its other reporting capabilities. Also, HFM is a industry leader now.
    Financial Consolidation Hub will be removed from the Oracle E-Business Suite Component. FCH will not be included with Release 12.1. This is why, customers are advised to move to Hyperion Financial Management.
    An automatic migration utility from FCH to HFM has not been implemented. FCH customers who wish to implement Hyperion Financial Management will have to install the application and complete the implementation process manually.

Maybe you are looking for