SDDM DDL dependency generation options

In SDDM 3.2 will there be way to tell the DDL generator which objects are dependent on which objects? Oracle Designer DDL generator made a pretty guess at the order of generation for database objects. SDDM doesn't do a very good job. Sequences can go first, followed by object types, then tables, package headers, procedures and functions, then views, then the bodies of the object types and packages. Then constraints, indexes, triggers, synonyms and grants.
If the SDDM team would include the dependency tree of objects within each namespace that would be world class.

It is a question which comes first the table or the function (chick or egg). Either answer is correct. In your example, the function first. In this one, the table first:
create table foo (a number, b varchar2 (100));
create or replace function get_foo (p_b in foo.b%type) return foo.a%type as
lv_a foo.a%type;
begin
select foo.a into lv_a from foo where foo.b = p_b;
return (lv_a);
exceptions <they all go here>
end get_foo;
I can see the SDDM design team's problem of trying to generate a set of DDL files that keeps both sides of the question/problem happy. The way Oracle Designer generated DDL seemed to be a good solution. All related DDL objects were in the same file, I think it was alphabetic by object name. There was a wrapper .SQL file which called each of the DDL type files. Just getting to this again with SDDM would be an improvement over the current DDL generation model.

Similar Messages

  • Output generation options in InDesign server... generate SWF without bytecode

    Hi,
    We have a server-side InDesign application to generate SWF and JPEG and PDF assets based on a number of IDD files - generated and manually built.
    The issue is, we are trying to move to an iOS supported product where SWF loading is restricted and default, generated SWF from InDesign contains a rake of unused and unwanted ActionScript that has no relevance to our application but which is also likely to complicate or block app approval.
    So... I need to find some options here.
    Can anybody comment on the feasibility of any of the following;
    1. Modify SWF generation to generate _without_ the InDesign ActionScript (we don't need it... we just need the display assets that InDesign creates)
    2. Generate a lossless PNG output on a transparent background (needs to be lossless to support colourisation, needs to be a transparent background as moving from SWF would mean the inability to remove the big white rectangle it always puts in a SWF)
    3. Generate a PDF in a format that can be manipulated to provide us access to individual display assets within an AIR / Flex app
    Thanks in advance,
    G

    PS: Yes, I am aware of the export with and without interactive media settings, but they don't seem to make any difference whatsoever to the SWF as it still includes a rake of unneeded ActionScript (including a wide range of fl.video code for some bizarre reason...).
    I have just found some export as PNG options in InDesign 6, but the server is still on an older version of InDesign (4, I think) do you know when the export as PNG feature was introduced? I have been assured that we can't generate PNG with the current setup... though will dig a bit deeper to check.

  • Inter Project Dependency Reporting - Options

    Hello,
    A client I'm working for has requested the ability to see inter-project dependencies across a group of projects (e.g. Program or Portfolio grouping) with a critical path visible throughout, allowing the user to see where a critical path existing across multiple
    projects.
    Is this possible without having to 'daisy chain' projects via the Subprojects button, or via a custom SSRS report?  This is key functionality and we come across this deficiency on every client engagement.
    Environment:  EPM 2013
    Thanks in advance.
    Nock

    Hi Nock,
    I'd suggest you to insert your sub-projects into a master project. By default, each inserted project is calculated like summary task:
    Thus calculating the critical path on your master project with this option checked will give you the overall critical path.
    Critical path means depedencies between tasks thus I believe you have to go through using sub-projects and links.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • DDL Generation not working

    Hi all,
    for some strange reason the DDL generation has stopped working. See below. The physical model is definitely selected and also all the objects in it.
    Any suggestions?
    Thanks and regards, Garry
    -- Generated by Oracle SQL Developer Data Modeler 3.1.0.687
    -- at: 2012-05-02 16:00:12 CDT
    -- site: Oracle Database 11g
    -- type: Oracle Database 11g
    -- Oracle SQL Developer Data Modeler Summary Report:
    -- CREATE TABLE 0
    -- CREATE INDEX 0
    -- ALTER TABLE 0
    -- CREATE VIEW 0
    -- CREATE PACKAGE 0
    -- CREATE PACKAGE BODY 0
    -- CREATE PROCEDURE 0
    -- CREATE FUNCTION 0
    -- CREATE TRIGGER 0
    -- ALTER TRIGGER 0
    -- CREATE STRUCTURED TYPE 0
    -- CREATE COLLECTION TYPE 0
    -- CREATE CLUSTER 0
    -- CREATE CONTEXT 0
    -- CREATE DATABASE 0
    -- CREATE DIMENSION 0
    -- CREATE DIRECTORY 0
    -- CREATE DISK GROUP 0
    -- CREATE ROLE 0
    -- CREATE ROLLBACK SEGMENT 0
    -- CREATE SEQUENCE 0
    -- CREATE MATERIALIZED VIEW 0
    -- CREATE SYNONYM 0
    -- CREATE TABLESPACE 0
    -- CREATE USER 0
    -- DROP TABLESPACE 0
    -- DROP DATABASE 0
    -- ERRORS 0
    -- WARNINGS 0

    Hi Garry,
    This could be because you asked it not to generate objects on a previous DDL Generation. When you do your DDL Generation, a "DDL Generation Options" panel is displayed. This has various tabs (Tables, PK and UK Constraints, etc.). I suggest you open these tabs and check that the "Selected" tick-boxes for the relevant objects are set.
    If this doesn't help, please can you check whether there are any relevant error messages in your log file (this is normally the file datamodeler.log in the folder datamodeler\datamodeler\log).
    David

  • Bitmap Join Index generation in DDL

    I am unable to figure out how to have a bitmap join index defined in the Physical Model be generated in the DDL out of Oracle SQL Deleveloper Data Modeler.
    Please advise how this can be done.
    Thanks!

    Hi,
    The Properties Editor for a Bitmap Join Index has an "Index Columns" tab. The relevant columns on the related "Dimension" Tables should be moved to the "Selected Columns" list on this tab.
    As Philip said, you need to make sure the Physical Model is open before you do the DDL generation.
    When you select the Generate button, the DDL Generation Options dialog is displayed. This has a set of tabs below the main panel. You can select the Bitmap Join Indexes tab, and check that your Bitmap Join Index appears there and its "Selected" check box is selected. (If it's not selected, select it.)
    The DDL for your Bitmap Join Index should appear close to the end of the generated DDL.
    David

  • Comments not imported from Data Dictionary of SQL Server. SDDM 3.3.0.747

    Hi,
    SDDM 3.3.0.747 32-bit on Windows 7 64-bit.
    Comments are not imported from Data Dictionary of SQL Server 2008. Connection through Microsoft JDBC Driver 4.0 for SQL Server or jTDS 1.2.7
    What I have tried? In SDDM DDL generation, Comments in DBRMS for SQL Server are generated with "EXEC sp_addextendedproperty 'MS_Description' , 'Test Comment' ..." so I added extended property named "MS_Description" into SQL Server database, both on table and column. None of them were imported from Data Dictionary into SSDM. I have tried both drivers stated above. Is it a bug or am I missing something?
    I've found similar question thread Re: Data dictionary import doesn't import column comments for SDDM 3.0.0.665, so I guess it is a bug when importing with JDBC drivers.
    MiGli
    Edited by: MiGli_1006342 on May 25, 2013 8:32 AM
    Edited by: MiGli_1006342 on May 25, 2013 9:02 AM

    Extended properties were not imported correctly from SQLServer databases at DM 3.3.0.747.
    Calls to sp_addextendedproperty and fn_listextendedproperty have been modified.
    I don't think it is a problem with JDBC drivers.
    A bug fix should be available in the next release of DM.

  • SQL Developer - Database Export - Constraints not included in DDL

    I have used the Database Export function available in the Tools menu but have been unsuccessful in getting the referential integrety and check contraints to export. These are the steps I take:
    Environment: Windows XP Professional.
    SQL Developer 1.5.1
    Tools>Database Export
    In Source/Destination I select the filename and the database source and check:
    Show Schema
    Terminator
    Pretty Print
    Add Force to Views
    Include Grants
    In Types to Export I check all except Data.
    In Specify Objects I select the Schema I want to export.
    None of the foreign_key or check constraints are shown but I select all of the objects.
    Export Summary
    File:C:\Documents and Settings\richardk.asbury\My Documents\EER\eer3.sql
    Connection:ENVD
    DDL Options
         Show Schema
         Terminator
         Pretty Print
         Add Force to Views
         Necessary object dependencies will be included in export.
    Tables
         A_EMIS_TOXIC_DTL
         A_EMIS_TOXIC_HDR
         DSK_BLOB
         PORTAL_AI_PROFILE
         PORTAL_AI_XREF
         PORTAL_USER
         SUBJECT_ITEM_PARENT
         SUBJ_ITEM_ATTRIBUTE
         SUBJ_ITEM_COMMENTS
         SUBJ_ITEM_QUANTITIES
         SUBJ_ITEM_RELATED
    Views
         ACTIVITY_TASK_LIST_VW
         AGENCY_INTEREST_ORG_XREF_VW
         AGENCY_INTEREST_VW
         A_EMIS_TOXIC_DTL_VW
         A_EMIS_TOXIC_HDR_VW
         DSK_CENTRAL_VW
         MTB_ATTRIBUTE_DESC_VW
         MTB_ATTRIB_ATTR_DESC_XREF_VW
         MTB_MUNICIPALITY_VW
         MTB_PARAMETER_VW
         MTB_PERSON_TITLE_VW
         MTB_PORTAL_SUBMITTAL_STATUS_VW
         MTB_QUANTITY_TYPE_VW
         MTB_QUANT_METHOD_VW
         MTB_STATE_VW
         MTB_SUBJECT_ITEM_ATTRIBUTE_VW
         MTB_SUBJECT_ITEM_TYPE_VW
         MTB_UNITS_VW
         ORGANIZATION_VW
         PERSON_VW
         PORTAL_AI_PROFILE_VW
         PORTAL_AI_XREF_VW
         PORTAL_EMAIL_QUEUE_VW
         PORTAL_USER_VW
         SUBJECT_ITEM_VW
         SUBJ_ITEM_COMMENTS_VW
         SUBJ_ITEM_GENERAL_VW
         SUBJ_ITEM_LOC_LAT_LONG_VW
    Indexes
         INDX_DSK_BLOB_BLOB_TITLE
         PK_A_EMIS_TOXIC_DTL_ID
         PK_A_EMIS_TOXIC_HDR_ID
         PK_DSK_BLOB
         PK_PORTAL_USER_ID
         PK_SUBJECT_ITEM_PARENT
         PK_SUBJECT_ITEM_RELATED
         PK_SUBJ_ITEM_ATTRIB_ID
         PK_SUBJ_ITEM_COMMENTS_ID
         PK_SUBJ_ITEM_QUANT_ID
         SYS_C0017821
    Package Spec
         MNG_DATA
         MNG_USER
    Package Body
         MNG_DATA
         MNG_USER
    Procedures
    All procedures will be exported.
    Functions
    All functions will be exported.
    Triggers
         A_EMIS_TOXIC_DTL_BEFINSUPD
         A_EMIS_TOXIC_HDR_BEFINSUPD
         PORTAL_AI_PROFILE_BEFINS
         PORTAL_AI_XREF_BEFINS
         PORTAL_USER_BEFINS
         SUBJECT_ITEM_PARENT_BEFINSUPD
         SUBJ_ITEM_ATTRIBUTE_BEFINSUPD
         SUBJ_ITEM_COMMENTS_BEFINSUPD
         SUBJ_ITEM_QUANTITIES_BEFINSUPD
         SUBJ_ITEM_RELATED_BEFINSUPD
    Types
    All types will be exported.
    Sequences
         A_EMIS_TOXIC_DTL_SEQ
         A_EMIS_TOXIC_HDR_SEQ
         DSK_BLOB_SEQ
         PORTAL_AI_PROFILE_SEQ
         PORTAL_AI_XREF_SEQ
         PORTAL_USER_SEQ
         SUBJECT_ITEM_PARENT_SEQ
         SUBJ_ITEM_ATTRIBUTE_SEQ
         SUBJ_ITEM_COMMENTS_SEQ
         SUBJ_ITEM_QUANTITIES_SEQ
         SUBJ_ITEM_RELATED_SEQ
    Materialized Views
    All materialized views will be exported.
    Materialized View Logs
    All materialized view logs will be exported.
    Synonymns
    All synonyms will be exported.
    Queues
    All queues will be exported.
    Queue Tables
    All queue tables will be exported.
    Database Links
    All data base links will be exported.
    There are numerous Check and Foreign_key constraints missing in created DDL.
    Im I missing a step?
    rasberry

    Actually all tables were included and the Automatically Include Dependent Objects option was checked.
    For an example, the first table exported A_EMIS_TOXIC_DTL had the following constraints:
    FK_A_EMIS_TOXIC_DTL2HDR     Foreign_Key
    NN_A_EMIS_TOXIC_DTL_ID     Check
    PK_A_EMIS_TOXIC_DTL_ID     Primary_Key
    The primary key constraint was included in the DDL but none of the others.

  • DM 3.0 Production: How to get only indexes and constraints to DDL?

    I'd like to have a DDL file that contains all of the indexes and constraints of my model. From DDL Generation Option I only check all PK and UK constraints and all indexes and leave everything else unchecked. The DDL that I get is empty...

    I'd like to have a DDL file that contains all of the indexes and constraints of my model. From DDL Generation Option I only check all PK and UK constraints and all indexes and leave everything else unchecked. The DDL that I get is empty...

  • Cannot create DDL for Unique Key

    I have a relational model with a unique key constraint. When I go to Export -> DDL File for my model, and look at the PK and UK constraints tab for "DDL Generation Options", the UK is checked. But upon inspecting the generated DDL file, it is not being generated! The target database in Oracle 11.1 and I am using DM 4.0.3.853.

    Hi,
    Very strange.  Is there anything unusual about the Table or its Unique Key column(s)?
    Is everything else being generated as expected?
    Are there any relevant error messages in the log?  (You can use External Log on the View menu to display the log.)
    David

  • DM 2.0 - No DDL at all after removing Table Constraints

    Hi,
    I'm using SQL Datamodeler 2.0 build 584
    When trying to generate DDL from my relational model (when physical model opened) nothing is generated.
    (after clicking Ok in window DDL Generation Options window DDL File Editor stays empty)
    If I close the physical model and try again, now the DDL is generated.
    This is all occuring after I had to make a couple of datamodel changes including the removal of two Table Constraints.
    Previously I could generate without a problem.
    Looking at the table constraints (after seeing the log-file) I see that the Table constraints are removed m the relational model but not from the physical model.
    When attempting to remove these table constraints from the physical model (delete in right-click menu) nothing happens.
    Anyone who knows what is going on?
    Enrico
    Logfile:
    2011-02-11 15:10:09,344 [AWT-EventQueue-0] ERROR DDLViewer - DDLViewer
    java.lang.NullPointerException
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.appendTableLevelCheckConstraints(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.doAppend(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.DDLGenerator.appendDDLFor(Unknown Source)
         at oracle.dbtools.crest.swingui.ddl.DDLViewer.ddlPreview(Unknown Source)
         at oracle.dbtools.crest.swingui.ApplicationView.setDDLViewerVisible(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.relational.TableDiagramCell$4.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    then you have to remove it manually from XML file in physical model:
    1) check the ID of table with removed check constraint (in relational model - table dialog, Summary page)
    2) find related file in physical model - <ID in step1>.xml - it should be located in path like this one - rel\1\phys\D9582E4E-2ED963CB9D32\Table\
    there is another file in path like this "rel\1\table" - this is for relational model
    3) find table constraint section in XML file
    it should look like this:
    <storage_object type="TableCheckConstraint" id="B868DAE9-1859-A695-7969-A819F29F568C">
                   <name>TABLE_2_CK</name>
                   <comment></comment>
                   <notes></notes>
                   <alter type="created">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <alter type="changed">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <properties>
                        <parameter name="object.property.auto.ConstraintID" value="77C506AB-6665-3E79-66D2-6E152BDB1E9B" />
                        <parameter name="object.property.auto.ConstraintName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.Deferrable" value="NO" />
                        <parameter name="object.property.auto.Enable" value="YES" />
                        <parameter name="object.property.auto.ExceptionsTable" value="NO_OBJECT" />
                        <parameter name="object.property.auto.GeneratedInRDBMS" value="false" />
                        <parameter name="object.property.auto.Initially" value="IMMEDIATE" />
                        <parameter name="object.property.auto.LongName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.MarkedGenerate" value="true" />
                        <parameter name="object.property.auto.Name" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.NameHasQuotes" value="false" />
                        <parameter name="object.property.auto.RawObject" value="false" />
                        <parameter name="object.property.auto.Table" value="5FEBE67C-6B01-174B-EF13-276A47FE019C" />
                        <parameter name="object.property.auto.Validate" value="YES" />
                        <parameter name="design.owner" value="test_table_constr" />
                        <parameter name="object.existsinrepository" value="true" />
                   </properties>
              </storage_object>
    4) remove definition, save the file
    5) repeat with other involved tables
    Philip

  • Remove epm worksheet before generation

    Hi,
    I have a report with 4 epm worksheet.
    The 3 first epm worksheet are classical epm worksheet and they are statics
    The last sheet is a epm sheet where I want to use the "generate worksheet" with "remove epm worksheet Before sheet generation" option.
    The problem is that this feature removes all leaves including the first three.
    I would like this feature applies only to the last page and keep the first 3 sheets.
    Is it possible to achieve this functionnality ?

    Well, 30 profit centers mean 30 sheets (30 EPM Reports), I can understand system crashing . Depending upon the complexity of report, where 1 report may take considerable time, system may not find enough resources for generating 30 reports and that's the reason it may crash.
    Point 2 - other worksheets (containing other reports) already exists in the workbook will get deleted after using Worksheet Generation option -> Since worksheet generation adds new sheets immediately after the sheet where you used this option, it's true that all subsequent worksheets will be deleted. However, your preceding worksheets will be in tact. So, may be when you want to use this option, first take that worksheet to the end to keep in tact other worksheets in the workbook.
    P.S. - I checked for a simple report expanding it to 33 worksheets (33 members for a dimension) and it worked for me. Took about 3 minutes or so. So, it all depends on complexity of the report and resources available.
    Regards,
    Ashish

  • DM 3.0 Production: DDL

    Is it possible to generate DDL without this kind of storage definition?
    STORAGE (
    PCTINCREASE 0
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    FREELISTS 1
    BUFFER_POOL DEFAULT
    RETENTION
    ENABLE STORAGE IN ROW
    CACHE

    Hi,
    Most of these details are held in Segment Template objects in the Oracle Physical Model.
    When you do a DDL Generation, the first dialog displayed is the DDL Generation Options dialog, with a tree headed Oracle Database 11g (or 10g).
    If you unselect the Segment Templates entry in this tree, these details will be omitted from the DDL Generation.
    Hopefully this will give the DDL you want.
    David

  • Validate Rules on Generating DDL

    Hello,
    What to do to create custom rules to be validated at the moment of generating DDLs ?
    Regards
    Nelson Antonio Alberti da Rosa

    Hi Nelson,
    Maybe I misunderstand, but I think you're missing something. Purpose of the design rules is to check your model (logical, relational, and process models) before generating DDL script. So there are only two places that you can apply some (all) rule:
    1. From the menu tools->Design Rules->Design Rules
    2. From DDL Generation Options screen, there is 'Design Rules' button at the bottom
    DDL generation will not stop if some of the design rule is not met. If there is design rule error it will not go in DDL script.
    So, everything you did is fine. If the rule works from above two places - it's Okay.
    Please elaborate if I misunderstood.

  • Proformance issue with 'sid generation on activation'

    Hi Gurus,
    In our BW(NW 2004) system we are using Cognos as reporting tool, due to process chain failure at DSO level we unchecked 'sid generation on activation' and chain running successfully after that.
    unchecking will be a performance issue due to generating sid's at run time as per SAP.
    My question is as i am using Cognos in place of BEX. what are the possiblities of effecting the performance and alll?
    Please provide your valuable suggestions.
    Thanks in Advance,
    Suresh.

    Hi Suresh,
    Irrespective of what is the reporting front end you use, if you use this DSO for reporting it would generate the SID values at the runtime which will have huge impact on reporting performance. Just removing the SID generation option would temporarily fix the load issue, with quick activation of DSO but it will affect the most important area reporting performance.
    Try to solve the issue with SID generation error while activating at the BW side which could be because of the special character issues and once you fix that your process chains would load fine with a far better performance while reporting on this DSO.
    Regards,
    Mani

  • Report generation using jsp

    I am developing a website using jsp on tomcat.The site required a number of online report generation option from database(mysql).
    My problem is-
    1.how to generate different types of report other than simple html tag embedded within jsp .
    2.How to store all those reports in a file(.txt or .doc).
    N.B I dont want to use any reporting tool.

    Mantosh,
    Have you seen this developer zone article which details accessing Citadel Data using COM+ and ADO?
    http://zone.ni.com/devzone/conceptd.nsf/webmain/725A6C3843F13C8786256EA600633724#6
    Also, this KB article provides more detail on how to access Citadel data using SQL commands and I think will help answer your question:
    http://digital.ni.com/public.nsf/websearch/C7D32F9A59D4637086256A7200692F30?OpenDocument
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

Maybe you are looking for

  • Oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058

    Hi, Please help me.. I have worngly placed the view name instead of standard view i given the custom(extended) view. I am getting the below error. Now i want to clear my personalization and redo again with correct view, but i am always redirecting to

  • WHY CAN'T I DOWNLOAD EBOOKS FROM THE N.C STATE LIBRARY?

    I HAVE DOWNLAODED THE ADOBE DIGITAL EDITION AS REQUESTED IN ORDER TO UPDATE  MY KINDLE PAPERWHITE READER. I HAVE SIGNED ON AND DID  EVERYTHING REQUESTED BUT STILL CANNOT DOWNLOAD EBOOKS ON MY KINDLE.  I LOOKED AT THE FORMS AVAILABLE AND KINDLE IS NOT

  • MS Access & Oracle

    Hi, How to access MS-Access database thru a Oracle database? Actually is it possible?. Thanks, Ameya.

  • Where the Collaboration Task are saved.

    Hi all,    I have created one task in collaboration room and submit for approvel. The approver to receive the task and Approve it. After that it shows in Tracker Workflow. Now i want to know where these task stored in KM  or portal. Please help me..

  • Starting the ColdFusion Server Monitor

    This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf363cdd-7ff1 .html