BUG - Offline Table Import/Reconcile Issue

JDeveloper 10.1.3.3.0
Windows
After performing an offline table import on tables with indexes, the alter/manual reconcile feature will show the indexes as changed even if they have not been. Even after performing a refresh on the table, the index will still show as changed in the reconcile.

Hi,
Yes, this seems like a JDeveloper bug, I have filed bug 5048694 for the issue, I think the default value is too complicated for our validation to handle.
When I tried yo recreate your issue using your column example above, I received 'ORA-01843: not a valid month' error, have you any idea what is wrong with it, or could you post your CREATE TABLE SQL for that Table.
Regards,
Lisa
JDev QA

Similar Messages

  • Bug in Offline Tables

    I get the following error when I edit offline tables:
    Character literals must be enclosed in single quotes
    I get this error for a column (Varchar2) with USER as default value. I Seems that JDeveloper doesn't know the keyword USER (which returns the name of the session user).
    It seems that this bug also makes it impossible to create database diagrams.

    Hi,
    Yes, I'm afraid you have hit a known bug (3580690), unfortunately there is no workaround.
    Thanks,
    Lisa Sherriff
    JDev QA

  • 10g : Edit Offline Table

    about JDeveloper 10g preview (build 1375)
    Using "Edit Offline Table" I uncheck "Cannot be NULL" for a column.
    If I "Generate SQL Script" for this table and select "Generate SQL to UPDATE the chosen objects", I get:
    "The following object(s) were found to be identical to those in the database, and therefore no reconcile is necessary: <table_I_changed>".
    But they are NOT identical.
    -Jan

    Thanks for reporting this. I have logged bug 3168415 to get the problem fixed.
    Lisa Sherriff
    JDev QA

  • Cost center commitments reconcilation issue

    Hi,
    i have Cost Center Commitments Reconcilation issue.. one cost element values are not updating to BW from R/3 this is the issue we have .. RSA3 showing 0 Amount for that cost element.. i have tried to load upto PSA here also i am getting 0 values.. i have checked in table "COOI" i found the values for that cost element.. and also i have checked in ksb1 it is also showing the values... cost center commitments data source 0CO_OM_CCA_10 has no customer exist... could any one have any idea on this... what may cause the issue.....
    Thanks & Regards
    Sreekanth

    Hi,
    As per below the extractor is working fine. KSB1 displays the Actual Linte items and KSB2 displays the Commitments Line items. So the commitments extractor is working fine if the data matches with KSB2.
    DataSource 0CO_OM_CCA_9 will give you the actual costs and matches with KSB1
    Thanks,
    Nagarjuna.
    Edited by: Nagarjuna Reddy on Oct 20, 2011 9:07 AM

  • Error while table Import from Oracle (OBIEE server 64bit & Client 32bit)

    Hi All,
    Problem : ODBC/OCI Connectivity Issue between OBIEE 11.1.1.6.2 BP1 (64-bit) server and OBIEE 11.1.1.6.2 BP1 Client (32-bit) local machine.
    We have an OBIEE 11.1.1.6.2 BP1(64-bit) setup on a 64-bit ‘Windows Server 2008 R2 Enterprise’ machine.
    OBIEE dev team members have 32-bit local machines.
    OBIEE “Admin team member” (who will work on RPD) has OBIEE 11g client (BP1) installed on their *32-bit local machine*(which is common client software for 32/64 bit.)
    Now, two ODBC connections were created on this 32-bit local Client machine, with OBIEE 11g client installed on it.
    One with “BI server driver” for connection to OBIEE server machine(64-bit) to open RPD and other with “Oracle database driver” to connect to the Oracle database on 64-bit machine, to import tables.
    With this setup done, I am able to open the RPD in online mode and view the existing sampleapp related objects present in it.
    But when I try to import metadata from OBIEE client admin tool using OCI or ODBC, it gives an error that “Connection fails! “
    I have the required tns entry in my tnsnames.ora file and I am able to connect to this database from the local client machine, using sqlplus.
    Kindly let me know if there are any restrictions in using this type of a setup combination of 32-bit and 64-bit machines for OBIEE 11.1.1.6.2 BP1 setup.
    If not then, what steps are to be followed to do the setup btw 64-bit OBIEE server and 32-bit OBIEE client to make table import working.

    Hi Veeravalli.. Thanks for your response.
    I have my tns file residing in both the location you mentioned on the server machine. (64-bit)
    •     {Oracle_BI1}\network\admin directory
    •     {oracle_common}\network\admin directory
    And also in the below Oracle_home path of oracle_client in the local machine. (32-bit, Oracle 11g R2 database client)
    •     {oracle_Home}\product\11.2.0\client_1\network\admin
    Also, I have used the full expanded tnsnames as you mentioned. Still issue persists.
    When I use , “DataDirect 6.0 ODBC Oracle Wire Protocol” driver, for creating the system DSN and try to import tables from OBIEE client admin tool on local client machine, the connection happens and table list comes up, but it’s an SAP product and hence it throws a msg to purchase the tool to go further with table import.
    I am wondering if I any other configuration steps need to be carried out, with the ODBC/OCI set up between 64-bit OBIEE server and 32-bit OBIEE client.
    Also, the source database that I am trying to connect to is yet again on a 64-bit machine(Oracle 11g R2).
    Please suggest.

  • Edit offline table problem

    hi,
    I am trying to edit an offline table (from MS SQL SERVER) created with JDeveloper 10g 10.1.2 without success.
    Whatever the modification I try, I have always the error message "Columns of type smallint cannot have a size specified" or "Columns of type varchar cannot have a size specified" or "Columns of type int identity cannot have a size specified"
    Does anybody have an idea ?
    thanks
    phil

    Hi Phil,
    This is because in 10.1.2 Oracle validation checks are being run against the Table's columns.
    In 10.1.2 and 10.1.3 Preview Offline Tables were only supported against Oracle Databases.
    However in 10.1.3 Production our Foreign Database support has been greatly improved so that you will be able to import from SQL Server, Informix, MySQL, DB2 and SyBase and create/edit Offline Tables against these databases using the valid datatypes for that particular database.
    Hope that helps,
    Lisa Sherriff
    JDev QA

  • Bug in organize imports

    Hi,
    There seem to be a couple of past bugs on organize imports- I'm not sure if this problem falls into the previous issues or not (or if they have been corrected.. ..as I side note, how does one access the list of open bugs? I can only find past fix lists)... ...any way, the issue:
    * I had to import some legacy code which cotains a) unused imports and b) imports to vendor-specific classes (e.g. com.ibm.websphere.ldap.serializer.ModificationItem, rather then java.naming.directory.ModificationItem )
    * if I choose to ogranize imports it generates malformed code, specifically:
    --the class level javadoc is repeated (occurrs each time)
    --often an empty import statement is put before the class-level javadoc
    --"public class LDAPHelper" becomes
    "public class LDAPHelper class LDAPHelper" (this problem occurrs each time)
    Seeing how this code with its vendor specific implementations can't compile any way, it's not as annoying as it normally would be, but still a little surprising. Take care.

    Sean,
    does this happen with JDeveloper 10.1.3 ? Open bugs can be looked up in metalink.oracle.com if you have a support contract
    Frank

  • SQLDeveloper 1.5.4 Table browsing performance issue

    Hi all,
    I had read of previous posts regarding SQLDeveloper 1.5.3 table browsing performance issues. I downloaded and installed version 1.5.4 and it appears the problem has gotten worse!
    It takes ages to display rows of this particular table (the structure is shown below). It takes much longer to view it in Single Record format. Then attempting to Export the data is another frustrating exercise. By the way, TOAD does not seem to have this problem so I guess it is a SQLDeveloper bug.
    Can someone help with any workarounds?
    Thanks
    Chiedu
    Here is the table structure:
    create table EMAIL_SETUP
    APPL_ID VARCHAR2(10) not null,
    EML_ID VARCHAR2(10) not null,
    EML_DESC VARCHAR2(80) not null,
    PRIORITY_NO_DM NUMBER(1) default 3 not null
    constraint CC_EMAIL_SETUP_4 check (
    PRIORITY_NO_DM in (1,2,3,4,5)),
    DTLS_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_5 check (
    DTLS_YN in ('0','1')),
    ATT_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_6 check (
    ATT_YN in ('0','1')),
    MSG_FMT VARCHAR2(5) default 'TEXT' not null
    constraint CC_EMAIL_SETUP_7 check (
    MSG_FMT in ('TEXT','HTML')),
    MSG_TMPLT VARCHAR2(4000) not null,
    MSG_MIME_TYPE VARCHAR2(500) not null,
    PARAM_NO NUMBER(2) default 0 not null
    constraint CC_EMAIL_SETUP_10 check (
    PARAM_NO between 0 and 99),
    IN_USE_YN VARCHAR2(1) not null
    constraint CC_EMAIL_SETUP_11 check (
    IN_USE_YN in ('0','1')),
    DFLT_USE_YN VARCHAR2(1) default '0' not null
    constraint CC_EMAIL_SETUP_12 check (
    DFLT_USE_YN in ('0','1')),
    TAB_NM VARCHAR2(30) null ,
    FROM_ADDR VARCHAR2(80) null ,
    RPLY_ADDR VARCHAR2(80) null ,
    MSG_SBJ VARCHAR2(100) null ,
    MSG_HDR VARCHAR2(2000) null ,
    MSG_FTR VARCHAR2(2000) null ,
    ATT_TYPE_DM VARCHAR2(4) null
    constraint CC_EMAIL_SETUP_19 check (
    ATT_TYPE_DM is null or (ATT_TYPE_DM in ('RAW','TEXT'))),
    ATT_INLINE_YN VARCHAR2(1) null
    constraint CC_EMAIL_SETUP_20 check (
    ATT_INLINE_YN is null or (ATT_INLINE_YN in ('0','1'))),
    ATT_MIME_TYPE VARCHAR2(500) null ,
    constraint PK_EMAIL_SETUP primary key (EML_ID)
    )

    Check Tools | Preferences | Database | Advanced Parameters and post the value you have there.
    Try setting it to a small number and report if you see any improvement.
    -Raghu

  • Cant add offline table

    When I come to create an offline table, I cant click past the constraints dialog the application just sits there if I click next or finish. 10 G Preview.
    Simon

    Answers:-
    1) I can add the table with the columns - but when I come to add constraints it wont save.
    2) It appears to be related to the constraints and not the columns. I can add any type of column but as soon as I add a constraint the problem occurs
    3) Using jdev.exe the following appears when I try to add a constraint to the table:-
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at oracle.jdeveloper.offlinedb.browser.BaseSchemaObjectNode.getSchemaObj
    ect(BaseSchemaObjectNode.java)
    at oracle.jdeveloper.offlinedb.OfflineDBObjectBuilder.listObjects(Offlin
    eDBObjectBuilder.java:92)
    at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider$ObjectTypeEntry.l
    istObjects(AbstractDBObjectProvider.java:833)
    at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider$ObjectTypeEntry.a
    ccess$1000871(AbstractDBObjectProvider.java:627)
    at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.listObjectsImpl(A
    bstractDBObjectProvider.java:302)
    at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.listObjects(Abstr
    actDBObjectProvider.java:386)
    at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.listObjects(Abstr
    actDBObjectProvider.java:381)
    at oracle.jdeveloper.offlinedb.wizard.verifier.OfflineConstraintsInfoVer
    ifier.verifyTable(OfflineConstraintsInfoVerifier.java:70)
    at oracle.jdeveloper.cm.dt.ui.table.ConstraintsInfoPanel.commit(Constrai
    ntsInfoPanel.java:510)
    at oracle.jdeveloper.cm.dt.ui.table.ConstraintsInfoPanel.onExit(Constrai
    ntsInfoPanel.java:289)
    at oracle.jdeveloper.offlinedb.panels.OfflineConstraintsInfoPanel.onExit
    (OfflineConstraintsInfoPanel.java:84)
    at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:761)
    at oracle.ide.panels.MDDPanel.onExit(MDDPanel.java:286)
    at oracle.jdeveloper.cm.dt.ui.DBObjectEditDialog$EditMDDPanel.onExit(DBO
    bjectEditDialog.java:171)
    at oracle.ide.panels.TDialogLauncher$1$Dlg.vetoableChange(TDialogLaunche
    r.java:297)
    at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSup
    port.java:300)
    at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSup
    port.java:217)
    at oracle.bali.ewt.dialog.JEWTDialog.fireVetoableChange(Unknown Source)
    at oracle.bali.ewt.dialog.JEWTDialog.dismissDialog(Unknown Source)
    at oracle.bali.ewt.dialog.JEWTDialog$UIListener.actionPerformed(Unknown
    Source)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17
    64)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
    ctButton.java:1817)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:419)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5134)
    at java.awt.Component.processEvent(Component.java:4931)
    at java.awt.Container.processEvent(Container.java:1566)
    at java.awt.Component.dispatchEventImpl(Component.java:3639)
    at java.awt.Container.dispatchEventImpl(Container.java:1623)
    at java.awt.Component.dispatchEvent(Component.java)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
    at java.awt.Container.dispatchEventImpl(Container.java:1609)
    at java.awt.Window.dispatchEventImpl(Window.java)
    at java.awt.Component.dispatchEvent(Component.java)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:197)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:150)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:141)
    at java.awt.Dialog.show(Dialog.java:538)
    at java.awt.Component.show(Component.java:1134)
    at java.awt.Component.setVisible(Component.java:1089)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
    at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:217
    at oracle.jdeveloper.cm.dt.ui.DBObjectEditDialog.editObject(DBObjectEdit
    Dialog.java:93)
    at oracle.jdeveloper.cm.dt.ui.DBObjectEditDialog.editObject(DBObjectEdit
    Dialog.java:76)
    at oracle.jdeveloper.offlinedb.wizard.TableWizard.doInvokeEditWizard(Tab
    leWizard.java:162)
    at oracle.jdeveloper.offlinedb.wizard.TableWizard.invokeEditWizard(Table
    Wizard.java:142)
    at oracle.jdeveloper.dbmodeler.data.DatabaseTableDataElement.edit(Databa
    seTableDataElement.java:964)
    at oracle.jdeveloper.dbmodeler.propertydialog.databasetable.DatabaseTabl
    eDialog.invoke(DatabaseTableDialog.java:94)
    at oracle.jdeveloper.dbmodeler.propertydialog.databasetable.DatabaseTabl
    eDialog.invoke(DatabaseTableDialog.java:66)
    at oracle.bm.edit.dialoginvocation.ReflectiveDialogInvoker.invoke(Reflec
    tiveDialogInvoker.java:112)
    at oracle.bm.edit.dialoginvocation.DialogInvokerRegistry.invoke(DialogIn
    vokerRegistry.java:102)
    at oracle.bm.common.registry.CRBaseUtil.editContents(CRBaseUtil.java:135
    at oracle.bm.common.registry.CRBaseNode.editContents(CRBaseNode.java:331
    at oracle.bm.diagrammer.BaseDiagramView$17.onCheckedCmdUIEvent(BaseDiagr
    amView.java:1249)
    at oracle.bm.diagrammer.BaseDiagramView$CheckedCmdUIReceiver.onCmdUIEven
    tNow(BaseDiagramView.java:2199)
    at oracle.bm.diagrammer.BaseDiagramView$CheckedCmdUIReceiver.onCmdUIEven
    t(BaseDiagramView.java:2147)
    at oracle.bm.addinUtil.IDEAppContext.handledElseWhere(IDEAppContext.java
    :1669)
    at oracle.bm.addinUtil.IDEAppContext.onCmdUI(IDEAppContext.java:1618)
    at oracle.bm.addinUtil.IDEAppContext.handleEvent(IDEAppContext.java:3590
    at oracle.bm.addinUtil.IDEAppContext.handleEvent(IDEAppContext.java:3539
    at oracle.bm.diagrammer.track.SelectionTracker.mouseClicked(SelectionTra
    cker.java:1142)
    at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker
    .java:221)
    at oracle.bm.diagrammer.track.SelectionTracker.processEvent(SelectionTra
    cker.java:159)
    at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.jav
    a:349)
    at oracle.bm.diagrammer.BaseDiagramView$2.processEvent(BaseDiagramView.j
    ava)
    at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2
    520)
    at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.jav
    a:2685)
    at java.awt.Component.dispatchEventImpl(Component.java:3639)
    at java.awt.Container.dispatchEventImpl(Container.java:1623)
    at java.awt.Component.dispatchEvent(Component.java)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3174)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
    at java.awt.Container.dispatchEventImpl(Container.java:1609)
    at java.awt.Window.dispatchEventImpl(Window.java)
    at java.awt.Component.dispatchEvent(Component.java)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:197)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    4) I can successfully create the table using the database diagram method - I know believe it is a constraint issue.

  • Error while importing text file to Power Pivot via Table Import Wizard

    Hello there,
    I'm a rookie at handling Excel to be honest. I've been trying to import a .txt file to Excel (it contains around 14 million rows of information) but Excel won't let me since it can only handle around 1 million rows per sheet (too troublesome to do such thing
    14 times in 14 different sheets). Then I googled that Power Pivot let me handle around 100 million rows in a Pivot.
    I'm trying to import this .txt file to Power Pivot by doing the following:
    Home tab > From Text > File Path (insert .txt location here) > Finish
    After that it shows the Table Import Wizard retrieving the rows from the .txt file. Problem is... at the end of the import (once it hits row 14,000,000 or so) it shows an error. It states the following:
    "Memory error: Allocation failure : Not enough storage is available to process this command. .
    The current operation was cancelled because another operation in the transaction failed."
    Please note that the size of the .txt file is 900 MB.
    Another thing is that, when I select the .txt file from its location at the File Path section, the "preview" field only shows 50 rows, not all of them. Is that okay to happen?
    Is it because the size of the .txt file is too big?
    Please let me know if you need more info in regards to this.
    Thanks in advance.

    Hi AdiUser,
    Only showing 50 rows for the preview is normal behaviour. Based on what you've described, it sounds like Power Pivot is running out of memory when you are loading this .txt file. Are you running the 32 bit or 64 bit version of Excel. Also, if you are running
    the 64 bit version how much RAM is available?
    If you're running the 32 bit version then the available RAM for Power Pivot is less than 1 GB even if the system has more than this installed. You can address this by installing the 64 bit version. If you're running the 64 bit version then it may be
    that you don't have enough RAM to accommodate this amount of data and you may consider upgrading the RAM. Alternatively, you could try and reduce the size of the table in memory by using the preview screen to remove any columns that are not of use. This
    is especially important if there are any column with a high number of unique values that aren't actually needed in the model. In addition to removing columns altogether, you could try filtering the data so that only a subset of the rows are imported.
    This can also be done from the preview screen.
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com
    Blog: http://www.nimblelearn.com/blog
    Twitter: @nimblelearn

  • Table Import Data - "Insert script" - National characters

    Hi all,
    it looks like that there is a problem with support of national characters in imported data file when method "Insert script" is chosen.
    Table -> Import Data -> Open datafile "csv".
    As far as in the preview window I'm seeing properly displayed national characters from csv data file and when I'm choosing "Insert" or "SQL Loader" method - data is properly imported to the table.
    But when I'm using "Insert script" method, in generated script national characters are changed into "bushes":
    http://imm.io/V0J9
    SQL Developer: Version 3.2.20.09
    OS: Windows XP SP3
    Client code page: WIN-1250
    Tested databases: 10g, 11g

    <p>This has been fixed in the latest build. The patch is now available for <a href = "http://www.oracle.com/technology/software/products/sql/index.html">download</a>.
    </p>
    Regards
    </p>Sue

  • Oracle 11g - External Table/SQL Developer Issue?

    Oracle 11g - External Table/SQL Developer Issue?
    ==============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ------ ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
         It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)     
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.

    I don't think this is a SQLDeveloper issue. You will get better answers in the Database - General or perhaps SQL and PL/SQL forums.

  • Oracle 11g - External Table/Remote File Issue?

    Oracle 11g - External Table/Remote File Issue?
    =============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are not allowed to put files on the CSV file system (Server A), where DB instance is running. We are able place CSV files on another server(Server B), where DB instance is not running.
    We are trying to use oracle external table to load text files in .CSV format.
    How do we create a Directory (Create Directory) on Server A DB to point to File system of Server B?
    Is it feasible?
    Any idea?
    Thanks in helping.

    The Solaris DBA should be able to mount the filesystem for you. Either that or you have to get creative transferring the file like this;
    http://www.linkedin.com/groups/Getting-creative-external-table-preprocessor-140609.S.50474382?qid=ba673ce4-c4bb-40c5-8367-52bd2a2dfc80&trk=group_search_item_list-0-b-ttl&goback=%2Egmp_140609
    Cheers
    David

  • Oracle APEX 4.0  -  Interactive Report - Table Column Filter Issue

    Environment: Oracle APEX 4.0  -  Interactive Report - Table Column header Filter Issue
    We have developed an interactive report using Oracle APEX 4.0, which contains a record count of around 3,000 Rows. All the rows values are unique in nature. When we try to filter the same with the help of column header filter option available in the interactive report,We get only 1000 records.
    Could some one help us, why this behaviour under APEX Table Column Header Filter as if it does not display beyond 1000 distinct values.
    Is there a way or workaround on how to get all the records in the column header filter?
    Thanks in advance.
    Krish

    Hi
    Thanks for the advice and this issue has been moved to the below URL
    Oracle APEX 4.0 - Interactive Report - Table Column Filter Issue Posted: No
    Krish

  • Data provisioning using table import: error occurs!

    HI ,experts:
    I created a project according to develop
    document. Objects include: schema\table\model\data\csv data.
    When I tried to active the table-import  data, error occurred.
    The source code of  tidata file is:
    implements  TiPackage:TiModel.hdbtim;
    csvFiles = ["TiPackage:TiCsv.csv"];
       The error message is:
    An error occurred during activation of
    {tenant: , package: Pactera.twb.XSpro01.TiPackage, name: TiData, suffix:
    hdbtid} : Object {tenant: , package: Pactera.twb.XSpro01.TiPackage, name:
    TiData, suffix: hdbtid} refers to object {tenant: , package: TiPackage, name:
    TiModel, suffix: hdbtim}, which doesn't exist in the current session.
    But my TiModel is exist and still active .
    Thanks for your help.
    Best regards.

    why do not try with expdp/impdp remap_tablespace?
    REMAP_TABLESPACEDefault: none
    Purpose
    Remaps all objects selected for import with persistent data in the source tablespace to be created in the target tablespace.
    Syntax and Description
    REMAP_TABLESPACE=source_tablespace:target_tablespace
    Multiple REMAP_TABLESPACE parameters can be specified, but no two can have the same source tablespace. The target schema must have sufficient quota in the target tablespace.
    Note that use of the REMAP_TABLESPACE parameter is the only way to remap a tablespace in Data Pump Import. This is a simpler and cleaner method than the one provided in the original Import utility. In original Import, if you wanted to change the default tablespace for a user, you had to perform several steps, including exporting and dropping the user, creating the user in the new tablespace, and importing the user from the dump file. That method was subject to many restrictions (including the number of tablespace subclauses) which sometimes resulted in the failure of some DDL commands.
    By contrast, the Data Pump Import method of using the REMAP_TABLESPACE parameter works for all objects, including the user, and it works regardless of how many tablespace subclauses are in the DDL statement.
    Example
    The following is an example of using the REMAP_TABLESPACE parameter.
    impdp hr/hr REMAP_TABLESPACE='tbs_1':'tbs_6' DIRECTORY=dpump_dir1 PARALLEL=2JOB_NAME=cf1n02 DUMPFILE=employees.dmp NOLOGFILE=Y
    refer:-http://download.oracle.com/docs/cd/B13789_01/server.101/b10825/dp_import.htm#i1010670

Maybe you are looking for

  • Using HashMaps from another class

    I'm trying to use a HashMap to store a person with a given Id. When i create a HashMap as part of a main method and use the put method on that HashMap everything goes fine ie: Map myMap = new HashMap(); Person james = new Person)("James", "Smith"); m

  • Can my iPod be Formatted?

    I'm pretty sure it can't but I didn't think it could hurt to ask, can I take my 3rd Gen iPod 20GB and format it so it acts like an external Hard Drive? I'm hoping to find some kind of solution that will last me until I scrape enough free capital to g

  • Forumla Variable with Exception Aggregation

      Hello, I've CKF in BEx, in this CKf there is replacement path Formula variable calculating number of documents. Formula variable is replacing the value of Document number infoobject. So definition of CKF is -> Replacement path Formula variable *1 C

  • Statistical table, pool table, structure, and ordinary table

    请教在ABAP引用表时,不同类型的表的区别: statistical table pool table structure, ordinary table 其它 table (请列出) 谢谢!

  • WB Defaults in ACR

    I have ACR  White Balance set to "AS Shot", which, for my D90 is 4800K. I have a D80, also set to that figure. When you check WB in ACR metadata, it says Manual. for both. So far, so good. Now here's the problem. The D80 WB was accidentally reset fro