Imported physical index properties

dear all,
simple case: range-partitioned table with local indexes / UK-constraints on it
indexes on different tablespaces indeed
OWB doesnt capture these index-tablespaces at all on import from the DB repository !
any idea ?
thanks and
regards
marc.

I forgot - the problem only occurs when the index was created from an added constraint

Similar Messages

  • Error while importing an index

    Hi,
    We are facing a problem while importing an index to the production region. Below are the details.
    1. A secondary index was created on standard SAP table ILOA in DEV region.
    2. The Index was successfully moved to the Quality system, without any glitches.
    3. Due to some issue (releated to testing, for which we had to revert back the changes), we had to delete the index on ILOA in the DEV region. The transports were moved to the PPD region and hence, the index on ILOA was deleted in PPD also.
    4. Once the issue related to testing was resolved, we again created an index on the table ILOA and moved it to PPD.
    All these 4 mentioned steps happened successfully and in PPD there was no error while importing the transports.
    But, while moving the above transports to the Production region, there was an error :
    "Index ILOA~Y could not be activated
    (E - No index ILOA~Y found with status M)"
    Please note that Y is the name of the index that was created on the table ILOA.
    The error code that we have got is "8".
    Can anyone please shed any light on what the issue is?? WE cannot re-import the transports in to Production without analysing this issue,because our client doesnt permit that.
    Thanks and eagerly awaiting a kind reply.
    Regards,
    Raghavendra.

    Hi,
    As pointed out earlier, everything is fine in the PPD region. However, the issue is while tranporting the change from QA system to the productions system.
    Also, please note that the table is active in both the PPD and PRD system. (in PPD system with index and in PRD system without the index).
    ALso, its not possible to manually adjust the table in SE14 in out production system.
    Please let me know if you have any further ideas on this.
    Thanks a lot
    Raghavendra.

  • Table Type  Stored Procedure in OBIEE Physical table properties

    Hi,
    Any one has ever used the Stored Procedure in OBIEE Physical table properties??
    I've a procedure & a table i want to plopulate the tabel using the Procedure from OBIEE physical layer.

    It would be nice if we know more details about 'Populating table'...
    Using connection pool->connection pool scripts tab you may go for inserting/updating (Populating table) records into table.
    It would be nice if you use dedicated connection pool for init blocks...
    Ex: I want to insert user login time some xyz table my query would be like
    insert into xyz values ('valueof(NQ_SESSION.USER)',sysdate)
    without knowing your requirements its hard to tell anything apart from what is said.
    If helps pls mark
    Edited by: Srini VEERAVALLI on Jan 16, 2013 10:37 PM

  • SDDM 4.1 - Physical Storage Properties Not Appearing in DDL

    I have only had this problem while using 4.1, not 4.0. In Tools > Preferences > Data Modeler > DDL if have the "Include Storage in DDL" box checked, and I have a Storage Template assigned to my table in my physical model. However, when I preview my table's DDL, I do not see any of the physical storage properties included. This has not always been the case in 4.1. The first time I noticed that the storage properties did not appear, I closed SDDM and reopened it. This fixed my problem temporarily, but now I cannot get the storage properties to appear at all. Is this a bug with SDDM 4.1? Or am I doing something wrong? I did not have this problem in 4.0.

    Hi,
    A few things to check:
    1. The Physical Model that will be used in the DDL Preview is the one shown on the RDBMS Site property on the General tab of the Model Properties dialog for the Relational Model.
    (Right click on the entry for the Relational Model in the Browser and select Properties.)
    This gets updated whenever you do a full DDL Generation to refer to the Physical Model used in that DDL Generation.  (It's initial default value for a new Relational Model is Oracle Database 11g.)
    Make sure that this refers to the relevant Physical Model.  Update it if necessary.
    2. The relevant Physical Model must be open when you do the DDL Preview.
    3. As well as the "Include Storage in DDL" option there are additional options for each individual storage clause.
       These appear on the Data Modeler > DDL > DDL/Storage page of the Preferences.  The relevant options here need to be checked as well.
    If there still seems to be a problem, please let us know, together with any extra details you can provide.
    Thanks,
    David

  • About importing oracle.forms.properties ...

    Dear all,
    I do have some problems when importing these:
    package oracle.forms.demos;
    import oracle.forms.properties.ID;
    import oracle.forms.handler.IHandler;
    import oracle.forms.ui.CustomEvent;
    import oracle.forms.ui.VBean;
    Here are the problems' details:
    \cmp\FDialogPJC.java:5: package oracle.forms.properties does not exist
    import oracle.forms.properties.ID;
    ^
    \cmp\FDialogPJC.java:6: package oracle.forms.handler does not exist
    import oracle.forms.handler.IHandler;
    ^
    \cmp\FDialogPJC.java:7: package oracle.forms.ui does not exist
    import oracle.forms.ui.CustomEvent;
    ^
    \cmp\FDialogPJC.java:8: package oracle.forms.ui does not exist
    import oracle.forms.ui.VBean;
    ^
    \cmp\FDialogPJC.java:10: cannot resolve symbol
    symbol : class VBean
    location: class oracle.forms.demos.FDialogPJC
    public class FDialogPJC extends VBean
    ^
    \cmp\FDialogPJC.java:13: cannot resolve symbol
    symbol : class IHandler
    location: class oracle.forms.demos.FDialogPJC
    private IHandler mHandler;
    ^
    \cmp\FDialogPJC.java:14: cannot resolve symbol
    symbol : class ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID SHOWFILEDIALOG = ID.registerProperty("showfile
    dialog");
    ^
    \cmp\FDialogPJC.java:15: cannot resolve symbol
    symbol : class ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID FILENAME = ID.registerProperty("filevalu
    e");
    ^
    \cmp\FDialogPJC.java:16: cannot resolve symbol
    symbol : class ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID FILECHANGEEVENT = ID.registerProperty("filechan
    geevent");
    ^
    \cmp\FDialogPJC.java:34: cannot resolve symbol
    symbol : class IHandler
    location: class oracle.forms.demos.FDialogPJC
    public void init(IHandler handler)
    ^
    \cmp\FDialogPJC.java:40: cannot resolve symbol
    symbol : class ID
    location: class oracle.forms.demos.FDialogPJC
    public boolean setProperty(ID pid, Object value)
    ^
    \cmp\FDialogPJC.java:14: cannot resolve symbol
    symbol : variable ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID SHOWFILEDIALOG = ID.registerProperty("showfile
    dialog");
    ^
    \cmp\FDialogPJC.java:15: cannot resolve symbol
    symbol : variable ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID FILENAME = ID.registerProperty("filevalu
    e");
    ^
    \cmp\FDialogPJC.java:16: cannot resolve symbol
    symbol : variable ID
    location: class oracle.forms.demos.FDialogPJC
    private static final ID FILECHANGEEVENT = ID.registerProperty("filechan
    geevent");
    ^
    \cmp\FDialogPJC.java:21: cannot resolve symbol
    symbol : method getClass ()
    location: class oracle.forms.demos.FDialogPJC
    ClassLoader cl = getClass().getClassLoader();
    ^
    Any other advice towards these?
    Thks & Rgds,
    Edward

    Fnd the forms.jar file in the system. Make a note of the complete path For example if the forms.jar file is in C:\abcd\xyz\ , the path of this file is C:\abcd\xyz\forms.jar .
    Open the server.xml file which you can find under C:\Sun\AppServer7\domains\domain1\server1\config and add the above PATH like this
    server-classpath="C:\abcd\xyz\forms.jar;C:/Sun/AppServer7/lib/appserv-rt.jar ......
    -Restart the Application Server and run your application
    Hope this helps
    Thanks
    Srinivas

  • BIA physical indexes with no assignment to logical index (InfoCube)

    Hi there.
    In RSDDBIAMON2 I can see the following warning: one BIA physical indexes is not assigned to any logical index. They explain it as the following: when a BI InfoProvider is deleted from the BI accelerator, some physical indexes of this kind of index join may not be fully deleted and may remain on the hard disk.
    Question: how to delete this physical index which is not assigned any more to any BIA index? If I even rebuild all BIA indexes this physical index may not be affected as I suppose.
    Have anybody had such kind of issues? Please advise.
    Thanks
    Vadim

    Zdravstvyite i vi Vitali
    It's exactly my question. Yes, I know the physical index name but unfortunately I cannot find the way to delete it not in TREXADMIN transaction, not in TREX Admin stand alone tool...
    Will try again if you think it's there
    Thanks,
    Vadim

  • Expression languages and indexed properties

    If I have an indexed property of a JavaBean(TM), can I access it via the expression language? For example,
    class MyBean
    public X getFoo(int n) { . . . }
    public void setFoo(int n, X x) { . . . }
    It seems logical that
    mybean.foo[0]
    should call myBean.getFoo(0)
    But the PRD2 spec (5.1.2.1, 5.1.2.2) seems to say no. Is that intentional?

    The EL in JSTL 1.0 and JSP 2.0 doesn't support indexed properties. What you can do instead (if you're the one developing the bean) is this:
      class MyBean {
        public X[] getFoos() { . . . }
        public void setFoo(int n, X x) { . . . }
      }Now you can access an element of "foos" with ${mybean.foos[0]}

  • How to import tables, indexes, tablespace, etc from a DMP.

    Hello,
    I like to know how to import tables, indexes, tablespace, etc from an DMP export of a Oracle 10.2.0.1 to be apply on a Oracle 11.2.0. When I import the DMP file all the data is going to one single Tablespace, for example, Users tablespace.
    On the original database we have various tablespace's each separated with different content (tables, indexes) and I like to know if it posible to import the same schema,tables, indexes, tablespace all made with one single DMP Export. I can't use DBUA because the software of the database on the 10.2 is missing, I have only a DMP file (24GB) of DMP!.
    Thanks for the reply,
    Sorry for my english :).
    Regards.

    thanks for that but is not what Im looking for.
    Look, on my ORCL directory of the oracle 10.2 I have for example this:
    CONTROL01.CTL
    EXAMPLE01.DBF
    REDO01-1.LOG
    REDO01.LOG
    REDO02-2.LOG
    REDO02.LOG
    REDO03-3.LOG
    REDO03.LOG
    RMAN.DBF
    SYSAUX01.DBF
    SYSTEM01.DBF
    TEMP01.DBF
    UNDOTBS01.DBF
    USERS01.DBF
    TABLESPACE1.ORA
    TABLESPACE2.ORA
    TABLESPACE3.ORA
    TABLESPACE4.ORA
    TABLESPACE5.ORA
    I make a full export to a DMP. Then in my 11.2 version first I created the user then when import the DMP file none of the tablespace (TABLESPACE1, TABLESPACE2, ETC...) is created, all is going to the USERS tablespace, SO, im looking a way to tell imp command that generates the exactly tablespace structure that i was have on the 10.2.
    Hope this can explain more my problem.
    Thanks again!.

  • 11g Physical Table Properties: "Parallel" misses "no selection"

    Hi,
    in 4.0.0.833 the generated SQL for a table has no "NOPARALLEL" clause, if you select "NO" in the 11g Physical Table Properties.
    I think it should be empty/yes/no (like e.g. "logging") and generated the clauses accordingly.
    See parallel_clause in the docs.
    Best regards,
    Blama

    Hi Blama,
    The NOPARALLEL clause is not normally generated as it is the default.
    If you set the "Include default settings in DDL" option in the Data Modeler/DDL Preferences, the NOPARALLEL clause will be generated.
    LOGGING is treated differently as it does not have such a well-defined default.  If the LOGGING or NOLOGGING clause is not specified for a Table, it defaults to the Logging specified for the relevant Tablespace.
    The "empty" option here indicates use the default for the Tablespace.
    Regards,
    David

  • SSIS Import Excel Cell Properties

    I'd like to use SSIS to import MS Excel Properties - e.g. Color for each cell. 
    Does anyone have an example of this - values are straightforward, but cell properties are not.
    Thank you,
    John

    Thank you - this is a great start.
    The above is a great example using SSIS  Script Component - and part of this concept should work. If I use it like it's written I will need about 3600 variables for a 60column by 60 row spreadsheet.
    I'm wondering if I can do a loop and If clause to retrieve only those cell references- that specifically meet cell color fill criteria (ie Interior.ColorIndex=7) and put those Cell References either in an array (probably easiest) which can be parsed
    later from SQL Server.
    This is what I have come up with sans loop/array.
    ' Microsoft SQL Server Integration Services Script Component
    ' Write scripts using Microsoft Visual Basic 2008.
    ' ScriptMain is the entry point class of the script.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper
    Imports Microsoft.SqlServer.Dts.Runtime.Wrapper
    <Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute> _
    <CLSCompliant(False)> _
    Public Class ScriptMain
    Inherits UserComponent
    Public Overrides Sub PreExecute()
    MyBase.PreExecute()
    ' Add your code here for preprocessing or remove if not needed
    End Sub
    Public Overrides Sub PostExecute()
    MyBase.PostExecute()
    ' Add your code here for postprocessing or remove if not needed
    ' You can set read/write variables here, for example:
    ' Me.Variables.MyIntVar = 100
    End Sub
    Public Overrides Sub CreateNewOutputRows()
    Dim oExcel As Object = CreateObject("Excel.Application")
    Dim FileName As String
    FileName = Variables.FileName
    Dim oBook As Object = oExcel.Workbooks.Open(FileName)
    Dim oSheet As Object = oBook.Worksheets(1)
    Output0Buffer.AddRow()
    ' This will take too many rows.
    Output0Buffer.Address = oSheet.Range("B4").Interior.ColorIndex
    End Sub
    End Class
    John

  • Importing the index

    HI all
    I got a dump from client .its approx 8gb. Import of table was successful but some indexes are failed becoz the tablespace was unable to extend.. so now i want to create the index .. i dont have the scripts for that.. i have only the dump... And it is not possible to import the complete dump again>
    Help me how can i get the indexes..
    thanx
    Ashish

    Hello
    C:\>imp help=y
    Import: Release 9.2.0.1.0 - Production on Mon Feb 13 09:45:09 2006
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    You can let Import prompt you for parameters by entering the IMP
    command followed by your username/password:
         Example: IMP SCOTT/TIGER
    Or, you can control how Import runs by entering the IMP command followed
    by various arguments. To specify parameters, you use keywords:
         Format:  IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
         Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N
                   or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    USERID must be the first parameter on the command line.
    Keyword  Description (Default)       Keyword      Description (Default)
    USERID   username/password           FULL         import entire file (N)
    BUFFER   size of data buffer         FROMUSER     list of owner usernames
    FILE     input files (EXPDAT.DMP)    TOUSER       list of usernames
    SHOW     just list file contents (N) TABLES       list of table names
    IGNORE   ignore create errors (N)    RECORDLENGTH length of IO record
    GRANTS   import grants (Y)           INCTYPE      incremental import type
    INDEXES import indexes (Y)          COMMIT       commit array insert (N)
    ROWS import data rows (Y)        PARFILE      parameter filename
    LOG      log file of screen output   CONSTRAINTS  import constraints (Y)
    DESTROY                overwrite tablespace data file (N)
    INDEXFILE write table/index info to specified file
    SKIP_UNUSABLE_INDEXES  skip maintenance of unusable indexes (N)
    FEEDBACK               display progress every x rows(0)
    TOID_NOVALIDATE        skip validation of specified type ids
    FILESIZE               maximum size of each dump file
    STATISTICS             import precomputed statistics (always)
    RESUMABLE              suspend when a space related error is encountered(N)
    RESUMABLE_NAME         text string used to identify resumable statement
    RESUMABLE_TIMEOUT      wait time for RESUMABLE
    COMPILE                compile procedures, packages, and functions (Y)
    STREAMS_CONFIGURATION  import streams general metadata (Y)
    STREAMS_INSTANITATION  import streams instantiation metadata (N)
    The following keywords only apply to transportable tablespaces
    TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
    TABLESPACES tablespaces to be transported into database
    DATAFILES datafiles to be transported into database
    TTS_OWNERS users that own data in the transportable tablespace set
    Import terminated successfully without warnings.There's a couple of options:
    You could have imp write the index creation statements to a file with
    imp username/password@tns file=your_dump_file.dmp indexfile=file_you_want_to_create.sql tables=(list of tables you want to get index creation statements for)
    or
    imp username/password@tns file=your_dump_file.dmp indexfile=file_you_want_to_create.sql full=yThis probably gives you the greatest level of control as you can run each index creation statement separately and modify the contents of the file if you want.
    The other option is to let imp take care of it with
    imp username/password@tns file=your_dump_file.dmp tables(list of tables you need to create the indexes on) rows=n indexes=y ignore=y
    or
    imp username/password@tns file=your_dump_file.dmp full=y rows=n indexes=y ignore=yThis way imp will create any indexes that aren't already there but you have a little less control over what it does.
    HTH
    David

  • SetProperty with indexed properties

    I think the way I want to automagically set an arbitrary number of properties might be different than the way setProperty is typically used with indexed properties as discussed here:
    http://java.sun.com/products/jsp/tags/syntaxref.fm13.html#17460
    For example, say I have many text inputs in my HTML that are each named something like Description. I want the form POST to auto-set an array of Strings in the bean by letting <jsp:setProperty> call public setDescription(String [ ] s) in the bean. From what I've read at the link above, it almost seems like you can't use this with String properties (that they have to be scalars instead).
    If you can use this with Strings, then how do I name the arbitrary number of Description fields in the HTML form so that <jsp:setProperty> knows how to find them and set them properly? Is there a convention like Description#0, Description#1, etc?
    Thanks...

    make sure your class has a setter that accepts a String[]..
    public void setDescription(String[] values) { this.description = values; }
    public String[] getDescription() { return this.description; }and in your form you name all the fields that correspond to this value the same ie:
    <input type=text name=description>
    <input type=checkbox name=description value=one>
    <input type=checkbox name=description value=two>and then use a
    <jsp:setProperty name="myBean" property="*" />the key is that all your fields are named the same (ie 'description'). I don't believe you have any control over the order of the properties as the protocol allows parameters to be sent in arbitrary order.

  • Initialization of indexed properties arrays

    Hi
    Can anybody give an example of using indexed properties.
    The problem I am facing with them is the initializing if the arrays containing the indexed properties.
    (Dynamically)
    Really facing problem with them.
    If anybody has used them and give a clear example it would help a lot.
    I have gone through a lot of sites on internet.
    But from none of them got a clear picture of how to use them.
    Thanks in Advance

    Hi,
    You may have a look at the implementation of JTabbedPane and follow what happens at setTitleAt(index, title).
    JTabbedPane has a Vector that holds instances of a Page class, each representing one of the tab components.
    Hope this helps.
    Piet

  • Index Properties Only

    Why are some file types set to Index Properties only on my windows 7

    So is this bug in SSMS?
    Yes, the wizards and UI designer in SSMS are known to be a little bit buggy, you should always prefer to use plain T-SQL instead, especially in productive enviroment.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Imported and Inherited properties

    Hi ,
    Can anyone please explain me what are the imported and inherited properties in OCD?
    How are they created?

    You can try running following query in your instance.
    SELECT f.*
    FROM cz_xfr_fields f, cz_xfr_tables t
    WHERE t.order_seq=f.order_seq
    AND t.dst_table='CZ_PROPERTIES'
    AND f.xfr_group='IMPORT'
    AND t.xfr_group=f.xfr_group
    AND f.dst_field='DEF_VALUE';
    SELECT f.*
    FROM cz_xfr_fields f, cz_xfr_tables t
    WHERE t.order_seq=f.order_seq
    AND t.dst_table='CZ_PROPERTIES'
    AND f.xfr_group='IMPORT'
    AND t.xfr_group=f.xfr_group
    AND f.dst_field='PROPERTY_UNIT'
    If the NOUPDATE field returns value 1, then update it to 0 by preparing appropriate UPDATE query for it.

Maybe you are looking for

  • Nested Divs - BG images not showing in IE 6

    I'm using nested divs for the layout of the site below. The div tags have a BG image in each. Everything works fine except in IE6. In that browser none of the BG images show up. Here's the site: http://www.jesseyoung.com/phenopath/test.html CSS is pa

  • Microsoft Word:mac - Batch Import Photos from file

    Hi, I have recently upgraded to montain lion and the latest update to the office:mac 2011. I have noticed that my automator workflow is now no longer working. I created a workflow that allowed the batch importing of photos into a document. The workfl

  • Reverse Sync from ECC to MDG

    Hi Experts, we have a co-deploy scenario with MDG as an add-on in our ECC system. We have a portal interface(MDG-F) for users to change master data. usually changes are very few so never had a problem but we recently had a major reorg and had to imme

  • How to open Canon 70D Raw files with PSE12? [was:HB]

    I have Elements 12 and a Canon 70D but cannot access my raw files - what to do?

  • Error 8 in iChat....but Skype works - any suggestions?

    Hi everyone. I'm having trouble connecting to contacts I have been able to reach before. I have moved and am connected to a network someone left open somewhere in my neighbourhood..... Everytime I try connecting to a contact for a video or audiochat