About 'skip_unusable_index' parameter in export

Hi All,
Any of you, please explain me what's the meaning of parameter 'skip_unusable_index'? what it will do? can any of you show me some practical steps regarding index.?
what should be the result if importing from one schema to another a dumpfile containing table and its corresponding index associated with, if the index was in 'UNUSABLE' status., using skip_unusable_index parameter ?
Even after executing , 'alter index index_name unusable', in source schema,in the view 'all_objects' the status column displaying 'valid'., why is it not displaying 'unusable' status?

Data Pump Import

Similar Messages

  • Need info about the parameter _FIX_CONTROL in a BW environment

    Hi ,
    I have done some research about the parameter FIXCONTROL and went through the SAP note 1165319.
    We have a task at hand where SAP has recommended a new value to be added to this parameter in a BW production environment.
    Now in the above note there are an entire set of values which this parameter can take up.
    I have understood to some extent that this has to do with this Fixes if case of any issues.
    last month we have upgraded the oracle version of the database from 10.2.0.2 to 10.2.0.4.
    Can anyone help me in understanding what this MergeFix is all about?
    I need to better understand this concept.
    Thank you.
    Regards,
    Hari Kishan.

    Hello,
    still not sure if I fully understood your question; but the recommended approach regarding patches is:
    1) Apply all the interim patches recommended by SAP. For Oracle 10.2.0.4 these will those from SAP note 1137346. The merge fix from SAP note also 1165319 is mentioneded there.
    And by the way, SAP note 1137346 is updated about once a month; new patches may be added, old ones may be removed. SAP recommends to follow accordingly; but if there aren't any problems, you might want to you keep your current state for a longer period.
    2) Read all the SAP notes mentioned there. You may have to do additional tasks like setting Oracle parameters, FIXCONTROL or others. The value you have to set now may or may not be mentioned in one of these notes, I can't know.
    3) If you encounter some problem, first search in SAP notes, or if necessary open a support call with SAP. You may then have to apply additional patches and set addtional values for FIXCONTROL.
    And yes, this way the list of required patches may become specific to each customer, as customer requirements are specific.
    But it would be difficult to find the exact list of needed patches in advance.
    I think a BW consultant who is familiar with Oracle installations will tell you something similar. One who is very experienced in your scenario might also be able to recommend additional patches in advance.
    regards

  • BUFFER parameter in export

    we know that BUFFER parameter in export
    buffer_size = rows_in_array * maximum_row_size
    but how/where can I find the rows_in_array and maximum_row_size
    Please help me

    To get row size
    rem Table Sizes section
    column Bytes heading BytesMB format 999,999,999,999
    column tablespace_name heading 'Tablespace Name' format a16
    column segment_name heading 'Table Name' format a35
    column owner heading 'Owner' format a10
    prompt ########################################################################
    prompt
    prompt Table Sizes Report
    prompt
    col tablespace_name format a20;
    col segment_name format a30;
    col owner format a8;
    set linesiz 132;
    set pagesiz 60;
    BREAK ON owner ;
    COMPUTE SUM OF bytes on owner;
    select owner,tablespace_name,segment_name,sum((bytes/1024/1024)) Bytes
    from sys.dba_extents
    where owner in 'BAAN' and segment_type='TABLE'
    group by tablespace_name,owner,segment_name
    order by owner,tablespace_name,segment_name, bytes
    http://www.baanboard.com/baanboard/showthread.php?t=13985

  • Question about 'direct' parameter in sql loader utility

    Hi eveyone,
    Today I was asked what the advantages and disadvantages of 'direct' parameter of sql loader.
    In my opinion, if swithing direct on, oracle use direct path load.
    And it has no difference from the append hind in insert statement.
    The core merits are less redo hence faster.
    The main shortcoming is since little redo generated, we have to ask DBA to back up the data according to the rules immediately after the loading.
    Does my answer make sense or not? Plesae help to point out the important things I missed.
    best regards,
    Leon

    Hi,
    Direct path Export is much faster than conventional path Export because the data is read from disk into the buffer cache and rows are transferred directly to the Export client.
    Some conditions to use DIRECT parameter are,
    1. The Export parameter BUFFER applies only to conventional path Exports. For direct path Export, use the RECORDLENGTH parameter to specify the size of the buffer that Export uses for writing to the export file.
    2. You cannot use direct path when exporting in tablespace mode (TRANSPORT_TABLESPACES=Y).
    3. The QUERY parameter cannot be specified in a direct path Export.
    Thanks

  • Know about page parameter

    Hi,
    I want is there any page parameter portlet if it is then where it is in oracle portal

    Hi,
    Can you tell us more details about the functionality you are trying to achieve ?
    Regards,
    Sandeep

  • Error message about forms when ID exported PDF is opened in Reader

    I'm using ID CS2.
    Has anyone successfully made navigation buttons on an exported PDF that doesn't produce an error message about forms when opened in Adobe Reader?
    There's an Adobe page about this that says it's caused by having a stroke too near a link field, but I can't seem to avoid the message if I place more than one button anywhere on a page. I've spent a lot of time playing with this and can't seem to find a workaround.
    Am I a sucker? Is anyone else trying to use this function other than me? It seemed like the perfect solution to this project I produced and now whenever a user opens the PDF they are greeted with a confusing message that has absolutely nothing to do with the functionality of the document.

    Well, everything in those PDFs were form fields. You can make form fields in Acrobat - and then you can right-click on 'em and change their appearance, whether or not they'll accept rich text input, whether or not they'll scroll, and so on. It could also be done in LiveCycle Designer, for what it's worth. I wrote a now-obsolete post about this in response to yours before Mike showed up with this video.
    Probably most of your work on your designs in InDesign would need to be trashed; you'd need to rebuild the whole thing in Acrobat or LiveCycle. I have to say that, unless your targeted documents are extremely simple, that this is one of the worst document translation workflows I've ever seen in the last fifteen years. It might work - I'm trying to keep an open mind, here - but if you have any non-Latin-script languages in your target list, or if print reproduction is what you're after, or if you're expecting tracking revisions to the translations to be anything but a nightmare, I would suggest that you test this method inside and out before progressing any further.

  • Three questions about the CS4 SDK Exporter

        Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary.
        Please give me any advices to complete it. I show you the questions as follows:
    How can I get the slider screen without checkbox (in parameter GUI)
    How to enable an Exporter Plug-In at "Elements 8.0".
    What is the difference between ver.4.0 and ver.4.2 in exExpoterInfoRec.
    Details below.
    1st:
        I tried PrSDKExportParamSuite::AddParam() with exParamFlag_slider and exParamFlag_optional.
        Both cases parameter GUI shows slider with checkbox. Please teach me a method to use simple slider (no checkbox) in parameter GUI.
        BTW, Standard plugins are seem to use "Premiere Export Private Statndar Param Suite". Are you planning to publish it?
    2nd:
        The Premiere Elements 8.0 never shows any additional Exporter Plug-in, including SDK sample (ExporterSDK.prm).
        Please tell me if I need special installation procedures.
    3rd:
        I found that the exExporterInfoRec is difference between 4.0 and 4.2. The exExporterInfoRec[ver. 4.2] is defined in CS4SDK_r1. But I can't find any definition of exExporterInfoRec[ver. 4.0] in the SDK.
        An Exporter Plug-In is build with CS4SDK_r1 never work on the Premiere Pro CS4 (4.0) / Media Encoder CS4 (4.0). I need definition of exExporterInfoRec[ver. 4.0] to support CS4 (ver. 4.0).
    Thanks.

    Below is the definition of the return values in Premiere Elements 8. The red values are unique to Premiere Elements 8, and shifted the subsequent return values 2 values higher than their definition in the Premiere Pro SDK.
    enum
          exportReturn_ErrNone = 0,                 // no error
          exportReturn_Abort,                             // User aborted the compile
          exportReturn_Done,                              // Export finished normally
          exportReturn_InternalError,
          exportReturn_OutputFormatAccept,                // The output format is valid
          exportReturn_OutputFormatDecline,               // The compile module cannot compile to the output format
          exportReturn_OutOfDiskSpace,        // Out of disk space error
          exportReturn_BufferFull,                  // The offset into the audio buffer would overflow it
          exportReturn_ErrOther,                    //
          exportReturn_ErrMemory,                   // ran out of memory
          exportReturn_ErrFileNotFound,       // File not found
          exportReturn_ErrTooManyOpenFiles,   // Too many open files
          exportReturn_ErrPermErr,                  // Permission violation
          exportReturn_ErrOpenErr,                  // Unable to open the file
          exportReturn_ErrInvalidDrive,       // Drive isn't valid.
          exportReturn_ErrDupFile,                  // Duplicate Filename
          exportReturn_ErrIo,                             // File io error
          exportReturn_ErrInUse,                    // File is in use
          exportReturn_IterateExporter,       // Return value from exSelStartup to request Exporter iteration
          exportReturn_IterateExporterDone,   // Return value from exSelStartup to indicate there are no more Exporters
          exportReturn_InternalErrorSilent,   /*    Silent error code; host application will not display an error message on screen.
                                                                      Exporters can return this error code from compDoCompile if they wish to
                                                                      put their own customized error message on screen just before returning
                                                                      control.  */
          exportReturn_ErrCodecBadInput,            // a video codec refused the input format
          exportReturn_ErrLastErrorSet,       // the Exporter had an error and set a display string for it using the PrSDKErrorSuite.
          exportReturn_ErrLastWarningSet,           // the Exporter had an warning and set a display string for it using the PrSDKErrorSuite.
          exportReturn_ErrLastInfoSet,        // the Exporter has an info string to display and set it using the PrSDKErrorSuite.
          exportReturn_ErrExceedsMaxFormatDuration, // the Exporter (or the host) has deemed the duration of the compile to be too large
          exportReturn_VideoCodecNeedsActivation,         // the current video codec is not activated and cannot be used.
          exportReturn_AudioCodecNeedsActivation,         // the current audio codec is not activated and cannot be used.
          exportReturn_IncompatibleAudioChannelType,      // the requested audio channels are not compatible with the source audio
          exportReturn_Unsupported = -100           // Unsupported selector
     Obviously, this wasn't the right way to add these new return values.

  • About html parameter form

    Hi Guys,
    if i put the code as below in the before form value
    <html>
    <body bgcolor="#29716F">
    <form method=post action="http://localhost/reports/rwservlet?">
    <input name="hidden_run_parameters"
    type=hidden value="report=account_statement.rdf&userid=scott/tiger@ora10&desformat=pdf&destype=Cache">
    <center>
    <p><table border=0 cellspacing=0 cellpadding=0>
    <tr>
    <td><input type=submit></td>
    <td width=15>
    <td><input type=reset></td>
    </tr>
    </table>
    <p><hr><p>
    </form>
    </body>
    </html>
    the html parameter form works file ,it can take the user parameters into report output.
    but if i put this code in after form value
    it doesn't work, can not pass user parameters into output.
    Actually, i just want to move submit and reset buttons down, let them are displayed after customized parameter form.
    anybody has idea about this? Thanks in advance.
    Appcat
    Message was edited by:
    user577805

    Hello,
    To display the buttons "Submit" and "Reset" at the bottom of the Parameter Form, just put the lines
    <input type=submit>
    <input type=reset>
    just before the tag </form>
    Example of "After Form Value" :
    <table><tr>
    <td><input type=submit></td>
    <td width=15>
    <td><input type=reset></td>
    </tr></table>
    </center>
    </body>
    </form>
    </html>
    Regards

  • About  the parameter -XXaltjvm

    I am using java for linux and java 1.4.2.
    When I run
    strings /usr/java/j2sdk1.4.2/bin/java | grep '\-X'
    I get some strings look like parameter of java
    In it have
    --XXaltjvm
    -Xtm
    I am not sure if they are valid parameter and how to use them
    Thanks for any comment
    gan

    Hello Alexis,
    I have former confuse is because
    document said hotspot compiler use less space than JIT compile and with a little speed lost. So I think hotspot compiler is not JIT compiler.
    It may have follow conclusion:
    static JIT compiler may be classic JIT compiler
    dynamic JIT may be hotspot compiler
    I would like to know some details about hotspot realization in J2ME,
    But there are too few document can be found except white paper.
    Hotspot in J2SE may have more informations.
    Thanks for you reply
    gan

  • Parameter QUARTAL -- Export to Excel

    Hi,
    Setup: german date format: dd.mm.yyyy
    In one basic table, we add a new column showing yearly quarters (set up in the admin area):
    Start Date Quarter
    1.6.2007 Q2 2007
    15.10.2007 Q3 2007
    But if I do a export to excel, the shown quarters are changed to dates (dd/mm/yyyy) back again:
    Start Date Quarter
    1.6.2007 1.4.2007
    15.10.2007 1.10.2007
    I dont know how oracle admin treats all these data and why it changes the quartals to dates back?!?
    Thanks for any ideas

    Continuing on from what PH says:
    How about converting the date to a text first before the export to Excel.
    I remember doing this same kind of thing that you're referring to in the past where the exported Excel file had to be in a certain format to be sent to another company.
    So adding a calculation in the Disco workbook to convert the date to text would 'freeze' the format you want, and therefore when exported, should have the 'text' version of the date - so hopefully no conversion by Excel.
    Russ

  • Turn off warning about replacing objects when exporting

    I keep updating a prototype created in FW CS4 & exporting the HTML to the same folder.  When I do I get a series of annoying warnings that it's about to replace one object after another.  It's good to have such a warning to begin with, but is there anyone to change the default & have it stop warning me now I've determined that my workflow requires frequent file replacements?
    (It would be nice if there was an option to "replace all" intead of being nagged for every object.)

    Often I'll have several different FW files exported to the same folder.  I don't always want to delete them all at once.  It's a pain to have to pick & chose specific exported files to delete.  I hope they come up with a better solution.

  • How about the possibility to export a CONSOLIDATED BACKUP FILE ?

    Hello you all !
    Like many others, I feel the need to own a backup file of my activity on Spotify. It's not at all that I don't trust Spotify, but issues can (and sometimes do) occur with data, and having a simple comprehensive file would really bring peace of mind to me :-) 
    Personnally, I would like to create this backup file every month or so, in a .csv, .xls or .txt format, via a simple export function.
    It would include playlists artists and titles of course, giving some more details as : playlist addition date, local file or not, if it happened mention of deletion from the Spotify database (contract changed between artist and Spotify), if it happened mention of automatic title switch in the Spotify database (same reason), title lentgh, album name. Furthermore, this backup file would also include the whole list of followed artists, also mentionning here when an artist would disappear from the Spotify database (hopefully in rare cases :-)).
    My personal music is very important to me, and being certain that I can keep a reliable backup of my likes, dislikes, and music choices is crucial for users like me. THANKS FOR SHARING THIS IDEA IF YOU LIKE IT !
    placidflop

    Updated: 2015-08-05Hello!
    Your idea has been submitted a while ago but unfortunately hasn't gathered enough kudos (25 per year). In order to keep an overview of the active ideas in this forum, we will close this idea for now. However this does not mean that your idea has been declined by Spotify.
    If you still feel strongly about your request, we encourage you to post your idea in a little different form again! Maybe now is the right time to receive the support of our community for your suggestion! ;)
    Do you have any further questions on how the idea exchange is managed? Just click here!

  • Question about destination parameter in RFC function module

    Greetings,
    For execution of RFC function module such as MD_STOCK_REQUIREMENTS_LIST_API  on local server, the destination parameter is not required or it can be DESTINATION 'NONE'. I observe that the second option is much slower than the first option. My question is why the second is much slower.
    Thanks,
    Hung

    I've tested it with se37 by leaving RFC target system blank or filling it with 'NONE' , I saw 53000 microseconds versus 45000 microseconds.
    Hung

  • About XML Parameter for Web Service invoking

    I would like to use the XML parameter as the Web Service's input(Attachment is
    the XML schema) in WebLogic Server 8 sp1. When I generated the Web Service and
    use the WebLogic Server generate test web page to test it, I got Exception. The
    WebLogic Server can't constructe the input XML.
    The correct XML should look like this:
    <ids>
    <desc>Description</desc>
    <id>1</id>
    <id>2</id>
    <id>3</id>
    </ids>
    Is there any one can tell me whether this kind of XML was permitted for Web Service
    invoking or not?
    [sample.xsd]

    Hi Andy,
    On the test page, before the invoke of the operation, did it say
    something like:
    <!-- Do not know how to create a sample instance for this part due to
    the following exception:java.lang.InstantiationException:
    javax.xml.soap.SOAPElement. Pls replace this with the correct XML before
    invoking the service. --->
    if so, the service itself may be working OK, the deficiency is that the
    test page tries its best to determine sample values for the invoke,
    however it does not know in this case.
    Did you try with a client?
    Your XML should be fine.
    Regards,
    Bruce
    Andy wrote:
    >
    I would like to use the XML parameter as the Web Service's input(Attachment is
    the XML schema) in WebLogic Server 8 sp1. When I generated the Web Service and
    use the WebLogic Server generate test web page to test it, I got Exception. The
    WebLogic Server can't constructe the input XML.
    The correct XML should look like this:
    <ids>
    <desc>Description</desc>
    <id>1</id>
    <id>2</id>
    <id>3</id>
    </ids>
    Is there any one can tell me whether this kind of XML was permitted for Web Service
    invoking or not?
    Name: sample.xsd
    sample.xsd Type: ACT Project (text/xml)
    Encoding: base64

  • It is about dblink_encrypt_login parameter that is in obsolete in 10g

    dblink_encrypt_login parameter is valid in 9i but in 10g it is obsolete.
    When you attempt to connect to a database using a password, Oracle encrypts the password before sending it to the database. DBLINK_ENCRYPT_LOGIN specifies whether or not attempts to connect to other Oracle servers through database links should use encrypted passwords.
    Is there any parameter in 10g that provide encryption of password when using dblink ?

    Everything in 9i and above is encryptedIn 9i password is no encrypted in link$, This feature introduced 10g
    In 9i
    SQL> desc link$
    Name Null? Type
    OWNER# NOT NULL NUMBER
    NAME NOT NULL VARCHAR2(128)
    CTIME NOT NULL DATE
    HOST VARCHAR2(2000)
    USERID VARCHAR2(30)
    PASSWORD VARCHAR2(30)
    FLAG NUMBER
    AUTHUSR VARCHAR2(30)
    AUTHPWD VARCHAR2(30)
    In 10g
    SQL> desc link$
    Name Null? Type
    OWNER# NOT NULL NUMBER
    NAME NOT NULL VARCHAR2(128)
    CTIME NOT NULL DATE
    HOST VARCHAR2(2000)
    USERID VARCHAR2(30)
    PASSWORD VARCHAR2(30)
    FLAG NUMBER
    AUTHUSR VARCHAR2(30)
    AUTHPWD VARCHAR2(30)
    PASSWORDX RAW(128)
    AUTHPWDX RAW(128)
    Cheer,
    Virag

Maybe you are looking for

  • Function Module for creating ASSET MASTER

    Hi, Is there any function module for asset master creation. transaction AS01. Regards, Neslin.

  • Unable to generate jra recorder file from java command line.

    Following the instructions at http://e-docs.bea.com/wljrockit/docs142/userguide/jra.html#1056021 I'm using the following command line to launch my application: java -cp bin -Xnoclassgc -Djrockit.lockprofiling -XXjra MyClass I'm getting a file lprofil

  • I am unable to buy gems in Clash of Clans

    Since upgrading to iOS 7.0.2 I have not been able to purchase gems in Clash of Clans. I select any of the gem options and nothing happens. It does grey out the option for a few seconds but thats all. Previously it would prompt for my iTunes password.

  • Moving Keyboard Shortcuts from PPro 5.5 to PPro CS6

    Is it possible to move my custom keyboard shortcuts that I made in Premiere Pro  CS 5.5 to Premiere Pro CS 6? If so, How? Thanks in Advance

  • How can we trace the event

    Hello Expert, We have a lot of process chain which was trigger by one event with different variant. However, since the last two days, the process chain did not run. it seems the event was not triggered. How can we trace the event? I mean, if it is tr