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

Tags: Business Intelligence

Similar Questions

  • Beans of JAVA and JAVA regarding services to be customer Oracle must be installed?

    Can you please advice using an application server that make the JAVA and JAVA beans related services to be customer Oracle must be installed? For example if the generation based on Java and JBOSS to be used as an application server, yet you claim customer oracle must be installed and set up the tnsnames in order to connect to the database server?

    NATHALIE wrote:
    Can you please advice using an application server that make the JAVA and JAVA beans related services to be customer Oracle must be installed? For example if the generation based on Java and JBOSS to be used as an application server, yet you claim customer oracle must be installed and set up the tnsnames in order to connect to the database server?

    Client Oracle is not required when JDBC is used to connect to the remote DB

  • difference between Instant and complete customer oracle

    Everyone,

    I had read a PDF of goldengate lines below. Someone please explain to me what is the difference between Instant and complete customer oracle?

    What is the purpose of the XDK libraries. ?

    "The full Oracle client must be used with the GoldenGate so GoldenGate programs"
    have access to the Oracle XDK libraries. Do not use the Oracle Instant Client, who has not
    These libraries. You can download the full client from Oracle's Web site. »

    Kind regards
    Santini

    The dealio is the following:

    When you install the client software, you have several options as to the degree of what you get/install. The big chicken dinner is administrator, so you get all sorts of additional features, modules, libraries, utilities, etc. Candy hard end of Christmas is instantaneous, and has just enough features for, as you can guess now, connect a customer and that's about it. Several libraries have the feature in what that extra is needed. An example is FAN, or fast application notification, used the shift in Data Guard. A FAN API (Java) detects a failover and redirect a new client connection to the primary. GG use XDK for (in particular) is not important to a user, just the fact that it is available to connect to Oracle.

  • 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."

  • Custom workflow - Question of API

    I am trying to create a custom workflow that requires two trusts (in parallel) at the level of the operation. Approval is a member of a static organization called App managers, the other is responsible for the applicant user. My question is what do I do to create such a flow of work?

    I have read this document:

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/OIM/oim_11g/developing_oim_custom_approval_process_for_self_registration/developing_oim_custom_approval_process_for_self_registration.PDF

    But I need to the approval workflow of level automatic query, against having a system of directors select the Organization issue.

    In addition, in order to find the applicant user's Manager, what should I do? Is the change in the java custom code in Appendix A? If so, are there that documents more detailed for the IOM API? I've been able to locate the 9g API doc.

    Thank you for your help in advance.

    Creating the level of approval of application policy, you can set it for automatic approval.

    To find the User Manager you need to perform a search using thor/IOM api, then get "Users.Manager Login" attribute. Here are the highlights

    tcUserOperationsIntf moUserUtulity = getIOUtilityFactory.getUtility (...);
    Hashtable MhSearchCriteria = new Hashtable();
    mhSearchCriteria.put ("Users.User ID", username);
    tcresult moResultset = (mhSearchCriteria) moUserUtulity.findUsers;

    for (int i = 0; i)< moresultset.getrowcount();="" i++)="">

    moResultSet.goToRow (i);
    String userManager = moResultSet.getStringValue ("Users.Manager Login");

    }

    Hope this helps,

  • Multiple Configuration Oracle question

    We have a typical environment configuration. I'll explain below:

    Our application works Online and Offline Mode. For the online mode, connect us to the Enterprise Server Oracle 10 g and a local instance of access and the offline application works totally in Access.

    Now, we want to move away access and have PE Oracle rather simply because we want to use the stored procedure and even all of the code for the treatment of offline and online.

    Thus, a typical user's machine will be an instance of PE and an Oracle Client. Currently, we use LDAP.ora for setting up connections. Now, I have a few questions

    1. How do you ensure that Oracle PE will work when we have no network connection. Can we have like installation of PE with Tnsnames.ORA
    2. what may be the smallest possible package for PE.
    3. can I use a client to access the databases and PE.

    Any help will be much appreciated.

    Thanks in advance.

    Assuming that the "Xcopy install" refers to the use of the Windows xcopy command, you can specify what, exactly, you install via xcopy? You are simply use the xcopy command to copy the ODP.Net bits? Or you try to install the Oracle client with this approach?

    If you are concerned about support, you generally want to install everything through the Oracle Universal Installer (except the very occasional components that do not use the YES). Oracle supports usually only software installed via the installer, because particularly on Windows, there are a number of registry entries must be created.

    You can certainly do a custom installation of the personal edition on end-user machines. There are a few prerequisites that must be installed according to me (who will take care of the Installer). I guess that your customization will take the form of a response to the YES file, to do a silent install?

    Justin

  • suspicious customer relationship questions on the computer's performance in windows 7

    I received calls for two days of GPS Customer Relations, division of Microsoft Windows ask me questions about the performance of my computer. Is it a scam?

    Wednesday, September 19, 2012 17:12:51 + 0000, Charlene BZ wrote:

    I received calls for two days of GPS Customer Relations, division of Microsoft Windows ask me questions about the performance of my computer. Is it a scam?

    Yes!

    It's a scam and with various names and phone numbers, is
    very frequent lately.

    In addition to their money get on your part to do anything of any value,
    If you leave them in your computer, which knows what losses they did are
    where confidential information they stole.

    So if you have done so, I highly recommend that you do both of the following
    immediately:

    1 do a clean reinstall of Windows.
    2. change all of your passwords, especially banks or other
    financial sites.
    Ken Blake, Microsoft MVP

  • Webviewer custom (s) questions

    Everyone here is so helpful, I have a question (or 4):

    1. Is it possible to create a webviwer custom for my DPS folios?
    2. If so, how do you? The complexity is it to do?
    3. What options are customizable (i.e. can disable you the standard webviewer navigation, you can do the content to fit the window, resizing etc.)?
    4. Someone at - it examples of what it might look like?

    Thank you!

    Hello

    (1) (see article "Content Viewer web Embedding in your web page |") Adobe Developer Connection"for more information about how to embed a web viewer in a page, you are a hosting on your own domain name.

    (2) as shown in the article above, you will use the Adobe Content Viewer for SDK Webthat requires a JavaScript code.

    (3) the SDK opens up some options, including the creation of a custom with links to folios library experience, better control the direct connection of law and expose items alongside other content like banners and ads. This is a separate article on making content resize the window: resizing Embedded Web Viewer | Adobe Developer Connection

    (4) here is an example of creating a library experience custom: getting started with the API of the library browser. Adobe Developer Connection

    I hope this helps!

    Brian

  • [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))

  • How to identify a one time customer Oracle Apps AR

    Hello

    How to identify a one time customer in Oracle APps AR?

    Is it possible to know how many number of transactions a customer made so that, if the number of transactions is 1, then the customer is a customer of time. Otherwise, it is not?

    Thank you
    Bob

    Hi Bob,

    to my knowledge, I can't recall a report seeded by oracle that could meet your requirement. You can try running the Transaction Register report date of your live Go far, so that the system generates a list of all bills and the name of the customer, then you could export to Excel and sort, filter and group by to get the desired result...
    However if you are a person with technical expertise, check table RA_CUSTOMER_TRX_ALL this option stores all the transaction information you can select TRX_NUMBER, BILL_TO_CUSTOMER_ID from this table and perform a count by customer... (I'm not sure about the syntax and use of sql functions) you can get the desired effect...

    Also in the future, while creating a new customer if you know in advance that this customer is going to be a ONE TIME CUSTOMER, you can enter this information in any unused field on the client configuration can allow a FDF and capture this information, so that it becomes very easy to identify these customers or have a report based on this is based...

    I guess there's an objecive behind trying to find a new subscribers or customers with a single transaction history... are you planning disable/end date / idle clients...?

    Kind regards
    Ivruksha

  • Creating custom oracle applications Top

    Hello

    When we create a top custom in oracle applications 11i/R12, is it mandatory to run autoconfig? Are there measures of manual input to be played by adding one entry custom albums other than the XML as topfile.txt?

    Hello

    When we create a top custom in oracle applications 11i/R12, is it mandatory to run autoconfig?

    If you add the top custom the custom .envfile, you don't have to run AutoConfig, just the env file source and bounce services. However, if you make any changes in the context file and then running AutoConfig is required.

    Are there measures of manual input to be played by adding one entry custom albums other than the XML as topfile.txt?

    Please see old similar threads.

    CUSTOM_TOP
    http://forums.Oracle.com/forums/search.jspa?threadID=&q=CUSTOM_TOP&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

    Thank you
    Hussein

  • Customer Oracle TNS connect timeout problems

    Hi all.

    I tried to connect the free versions of trial and beta to Benchmark Factory by quest software on my laptop to windows 32-bit on my desk running oracle linux.

    With the help of people here, I checked my Oracle database allows incoming connections DB set up server with a routable IP #

    The application that I use on my laptop constantly gives me an error ORA-12170: TNS connect timeout...

    The following steps have been taken during the installation of the client software...

    -------------------------
    1. factory reference download and install
    2 tries to connect to the database on the server machine, but regarldess oracle which has been entered I got a windows error saying not found Oci.dll
    3. I downloaded the zip of Oracle Instant client for 32-bit windows
    4 extract the instant client download files in the bin folder of the reference plant. (this fixes the error not found oci.dll)
    5. When you are using a direct connection, I specified the following details:

    Username: linux system user name
    Password: my password of linux
    Host: 192.168.1.9
    Port: 1521
    SID: orcl
    connect as: sysdba
    connect using: Instant customer (it was the only option in a drop down)
    -------------------------------------------

    When I try to connect I get the AMT connect timeout error.

    Anyone has any ideas what I did wrong or not done?

    Any help would be appreciated

    Matt

    Published by: user9200169 on August 16, 2010 15:53

    Published by: user9200169 on August 16, 2010 16:00

    When everything has failed, read the Fine Documentation

    http://www.Oracle.com/technetwork/database/features/OCI/IC-FAQ-094177.html

    "How can I specify the connection in Instant Client mode strings?
    All methods NET naming Oracle does not require the use of ORACLE_HOME or TNS_ADMIN (to locate the configuration such as tnsnames.ora or sqlnet.ora files) work in Instant Client mode. In particular, the connection string can be specified in the following formats:

    A SQL Connect URL string in the form:

    Host: [port] [service name]

    such as:

    dBase-Server - 5:4321 / ORDERS

    As a pair of keyword / value Oracle Net. For example:

    "(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = dlsun242)
    (PORT = 5521))
    (CONNECT_DATA = (SERVICE_NAME = bjava21))) »

    Naming methods that require TNS_ADMIN locate configuration files continue to work if the value of the TNS_ADMIN environment variable.

    If the TNS_ADMIN environment variable is not defined and TNSNAMES entries for example, inst1, are used, the variable ORACLE_HOME must be set, and the configuration files are supposed to be located in the directory of $ORACLE_HOME/network/admin.

    Please note that the ORACLE_HOME variable in this case is only used to locate the Oracle Net configuration files, and any other component of Client Code Library (OCI, NLS and so forth) don't use the value of ORACLE_HOME.

    The adapter unreserved or empty connection strings are not supported. However, another way to use the empty connection string must affect on UNIX TWO_TASK environment variable, or the LOCAL Windows variable, a tnsnames.ora entry or a pair of keyword / value Oracle Net. If LOCAL or TWO_TASK is set to a tnsnames.ora entry, then the tnsnames.ora file must be loaded by setting ORACLE_HOME or TNS_ADMIN.

    "Modified: 8 April 04 Ref #: ID-4428"

  • Bkup/restore Oracle questions

    Hi all
    I am new to Oracle, came from sqlserver. I have a question about bkup Oracle10 system, I'm on desigh where store us the table 7 days + one for the current day.
    Before speaking to our dba, I want to know what are the options to restore I say older 3 day/data table, so probably we don't need these 7 tables every day.

    Or what will be most favourable concept to deal with 7 days of data, sql, we had a table for all have good stamp.

    TX
    J

    As you are not the ADMINISTRATOR, I suggest that you take your operational requirements for the DBA and discuss your options. You need to focus on 'What' and to determine the "how."

  • How to restart the customer Oracle oracle instance

    I have a server Oracle 10 g with DEVEL instance on AIX machine. I have an Oracle Client on the Windows machine as well. I want to stop and start the instance of my client DEV using .bat file. Is this possible? Does anyone know how to do it?


    KP >

    Well, right now the correct question should be: how to start the database.
    I am able to connect as sysdba DEVEL on AIX (as from Windows clients) and stop it but when I try to start it returns this message:

    ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    but I'm still able to tnsping my client DEVEL...

    Display the status of the listener, its content and the tnsnames.ora file entry. Here is how I got connected stopped and started. The process that I follow:
    (1) entry Made in listener.ora file as I said earlier, restarted the listener
    (2) Made in the tnsnames.ora file change
    (3) Connect since the closing of the client and started.

    SQL * more: release 9.0.1.0.1 - Production on Fri Sep 18 16:30:58 2009

    (c) Copyright 2001 Oracle Corporation. All rights reserved.

    SQL > conn sys/hawaii@ia1dev as sysdba
    Connected.
    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL > startup
    ORACLE instance started.

    Total System Global Area 364904448 bytes
    Fixed size 1287356 bytes
    226495300 variable size bytes
    130023424 of database buffers bytes
    Redo buffers 7098368 bytes
    Mounted database.
    Open database.
    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    AMT for Solaris: release 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    SQL >

    Kind regards.

    Published by: virendra.k on September 18, 2009 16:36

  • How to REMOVE custom Oracle Integrator WebADI

    Hello
    How can I remove WebADI Custom Integrator

    Oracle ERP release: 11.5.10.2

    Thank you
    Discoverer

    Hello

    See the following documents.

    Note: 761304.1 - WebADI: how to remove an integrator?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=761304.1

    Note: 240142.1 - Oracle HRMS ADI FAQ
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=240142.1

    Kind regards
    Hussein

Maybe you are looking for

  • Qosmio X 300 key of Win7 and FN-123,

    Hello I come to you with a few problems because of my new installation of Windows Seven (Win7).I have a qosmio X 300-123 and since I installed Windows7 my FN keys do not work.I tried to reinstall the package value package and my problem is not fixed.

  • HP officejet 4500 wireless - scan and copy questions

    I had to reformat the computer, so I reinstalled the printer. While she goes through the motions of scanning/copying, it does not scan/copy the image on the glass screen, but demonstrates rather empty. Any suggestions? Thank you.

  • I need the link to the list of Certified Programmer

    I know that I saw earlier, but cannot find him.  It is somewhere on the site, ni.com and organized by the State.  Could someone please tell me the url? Thank you.

  • 2950 PE + PERC 6 / I and RAID recovery

    Hi, I'm new on PowerEdges. You are looking for a little direction in case we ever encounter hard drive problems. We receive a couple of 2950 III server that will run 6 ESXi and hosting a number of virtual machines. I intend to create RAID 1 or 5 berr

  • Dell Latitude E6400 running slow

    I have a Dell Latitude E6400 - it has 4 GB of RAM and a processor 2.53 Ghz running Windows 7 Enterprise 64-bit - how is it is slow? I ran all the troubleshooting I can think, made malware scans, virus scans, and it is still slower than my other lapto