How to view definition platform_type (new single)

I have defined a new platforms (ADABAS) using OMBPLUS with several platform_type, is possible report or view the definitions? , I've got some properties, but not the definition of plataform_type.
I installed OWB 11 GR 2.
Thank you

If I understand your question, you can extract information on the platform with the OMBRETRIEVE command.
For example:
OMBRETRIEVE PLATFORM "ADABAS' GET PLATFORM_TYPES
OMBRETRIEVE PLATFORM "ADABAS' GET FROM_PLATFORM_TYPEMAPS
OMBRETRIEVE PLATFORM "ADABAS' GET TO_PLATFORM_TYPEMAPS

OMBRETRIEVE platform "ADABAS' PLATFORM_TYPE '' GET PROPERTIES (SYNTAX)
OMBRETRIEVE platform "ADABAS' FROM_PLATFORM_TYPEMAPS '' GET PROPERTIES (FROM_DATATYPE, TO_DATATYPE)
OMBRETRIEVE platform "ADABAS' TO_PLATFORM_TYPEMAPS '' GET PROPERTIES (FROM_DATATYPE, TO_DATATYPE)

For more information look at the OMB order reference:
http://download.Oracle.com/docs/CD/E11882_01/OWB.112/e14406/chap20005.htm#GAFAFHFH

Kind regards
Oleg

Tags: Business Intelligence

Similar Questions

  • How to find? in a text of the view (definition) in all schemas

    Hello

    Version of DB Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    OS RHES 5U2

    I would appreciate if someone can tell me how to get a list of all views in the database that contains? in the text of the view definition.

    I tried with the two DBA_VIEWS and ALL_VIEWS to aid after the query, but it returned error.

    SELECT MASTER: '. ' || VIEW_NAME
    OF ALL_VIEWS
    WHERE THE TEXT LIKE ' %? %'
    AND the owner not in ('SYS', 'SYSTEM', "SYSMAN", "GENERAL", "OLAPSYS", "MDSYS", "CTXSYS")
    ORDER OF OWNER;
    WHERE THE TEXT LIKE ' %? %'
    *
    ERROR at line 3:
    ORA-00932: inconsistent data types: expected NUMBER got LONG


    SELECT MASTER: '. ' || VIEW_NAME
    FROM DBA_VIEWS
    WHERE THE TEXT LIKE ' %? %'
    AND the owner not in ('SYS', 'SYSTEM', "SYSMAN", "GENERAL", "OLAPSYS", "MDSYS", "CTXSYS")
    ORDER OF OWNER;
    WHERE THE TEXT LIKE ' %? %'
    *
    ERROR at line 3:
    ORA-00932: inconsistent data types: expected NUMBER got LONG

    Thank you

    WHERE THE TEXT LIKE ' %? %'

    The TEXT here is a LONG data type, you cannot use it in an expression.
    You can do this:

    SQL> select count(*) from user_views where text like '%OPRD%';
    select count(*) from user_views where text like '%OPRD%'
                                          *
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got LONG
    
    SQL> create table myviews (view_name varchar2(30), text clob);
    
    Table created.
    
    SQL> begin
      2  for i in (select view_name,text from user_views) loop
      3  insert into myviews values (i.view_name,i.text);
      4  end loop;
      5  end;
      6  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select count(*) from myviews where text like '%OPRD%';
    
      COUNT(*)
    ----------
           136
    
    SQL>
    

    Nicolas.

  • ADF type VO View Definition is not found.

    Hi, we use SVN repository to download the code. If I use SVN commit, it works perfectly fine. However, if I use JDeveloper to load the new VO/.java in SVN and check-out to rebuild and load I get error (oracle.jbo.NoDefException) Houston-25002 below: definition of the type of the view definition xx.model.views.EmpVO is not found. I have compile to manually each object to make it work. Unable to build/make project model. Let me know how to fix these objects or a project to rebuild all the object beneath it. Thanks, Abhijit

    Hello

    According to your description I don't see how I can reproduce the behavior. Make sure that you use a recent version of JDeveloper and next time you post, share this information with us. My assumption is that you use tools 3rd party like turtle in combination with JDeveloper SVN checkin. This can cause the problem you are experiencing

    Frank

  • [Beginner] How you view focal length of 35mm EQ. ?

    How yo view focal length in 35mm equivalent?

    I found a plugin which sorts the photos in eq. 35mm, but I'm looking for a medium/plug-in that displays focal length in eq. 35 mm in the info of the loop.

    Any other editor of PP I have used in the past were less than LR, but always had the ability to view the focal length in 35mm. I wonder why LR, a far superior tool, is lacking in this Department. Since I still have to learn photography and use the 2 systems of interchangeable lens camera with factors of different cultures and although two compact cameras, through my pictures with the focal length in mind really allows me to get a better understanding of the perspective.

    This plugin can do what you want, but read on:

    http://regex.info/blog/Lightroom-goodies/focal-length-sort

    More than 35 years ago, I bought my first 35 mm SLR film camera and a bunch of privileged (i.e. objectives to single focal length) lenses. I walked with three 3 boxes, each fitted with one (1) 'main' focal lens and a camera with three or more lens bag. Fortunately, the equipment of series Olympus OM I used was extremely, compact and light weight, even by today's standards.

    With ranges of today zoom lens you can cover most tire using only two lenses.

    To "learn the purpose" why not create a spreadsheet containing a list of focal lengths of 35mm (14mm, 16mm, 17mm, 24mm, 28mm, 35mm, etc.) and add a column for each camera with its equivalent focal length model.

    You can then create a group of collections of LR based on the length focus groups for purposes of comparison:

    1.x Crop camera 1 1.x Crop camera 35mm 2

    super wide 14-20mm

    width 21mm - 35 mm

    normal 36mm - 69 mm

    70-299mm telephoto

    Super Telephoto 300mm and more

    Add images from one camera at a time by using the sort column filter bar "Lens" and your impression dandy new handy focal distance calculator spreadsheet.

    It will give you a much better appreciation of what your current hardware can and cannot do. And despite what says Web Weaver, you will never be able to take a picture like that with a 50mm lens:

  • How retrieve you definition of folder to the Everyone group permission to deny

    How retrieve you definition of permission of folder to the Everyone group for refusing on Server 2003

    Hello Briançon,

    You can find the Server forums on TechNet support, please create a new post to the link if you would like more information:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • How to move to a new page on the click of a button?

    I use actionscript to develop a simple application and I'm new to application development. I don't know how to move to a new page on the click of a button. I need to go back to the old page as well. Kindly help me. The date deadline is almost.

    Welcome to the Forums Supprt.

    If you create your view that the enlargement of the Sprite class, you need to use addchild(), to remove the screen use removechild().

    // to add
    var sp : Sprite = new Sprite() ;
    addChild(sp) ;
    
    //to remove
    removeChild(sp) ; 
    
  • How to view the anticipated date of 3 days bb

    Greetings

    How to view the early date to 3 days with bb.

    I was able to view the current in bb, but can not able to display the date fututre.

    Help, please

    concerning

    Anthony singh

    Hello

    Add 3 days to the current date.

    days3 long = (3 * 24 * 60 * 60 * 1000);   MS

    TimeFormat SimpleDateFormat = new SimpleDateFormat ("YYYY/MM/DD HH: mm: EEE");
    timeString = «"+ timeFormat.formatLocal (System.currentTimeMillis () + Days3);»

    Thank you

    Stephenson

  • Overview of thumbnails; My photos are not in the thumbnails preview more, how do I activate this new?

    My photos are not in the thumbnails preview more, how do I activate this new? I have windows 7 Home Edition.

    Miniatures,

    Open your my pictures location, click organize in the upper left corner, click folder and search options, click the View tab and uncheck the top option, always display icons and never thumbnails, select apply to records on the top and apply and OK on the bottom.

    If the photo thumbnails appear now but look washed on a right click and select Properties, on the section of the general tab, uncheck the box for the hidden attribute and save it.

    Return to your location of my pictures, change the display of the page on the top of the right side next to the question mark symbol, there is another symbol with a drop-down arrow, click it and select the medium or large icons options specified.

  • How to view photos from an sd card before importing thhem?

    How to view photos from an sd card before importing?

    Click the Start button in the taskbar.

    Then click on computer,

    Insert the sd card, as soon as windows installs the player he assigns a drive letter, E-F-G. the map...

    Right-click on the new letter / removable disk, then select open.

    Select the files and click on copy, then create a new folder or go to a existing and right click and select Paste.

    Then right click on the letter of diving and select eject.

  • Please let me know how I can add a new column with a constraint not null, table already has data, without falling off the table... Please help me on this issue...

    Hello

    I have an emp_job_det with a, b, c columns table. Note that this TABLE ALREADY has DATA OF THESE COLUMNS

    IAM now add a new column "D" with forced not null

    Fistly I alter the table by adding the single column "D", if I do, the entire column would be created with alll of nulls for the column DEFAULT D

    ALTER table emp_job_det Add number D; -do note not null CONSTRAINT is not added

    Second... If I try to add the constraint not null, get an eoor as already conatained null values...

    (GOLD)

    In other words, if I put the query

    ALTER table emp_job_det Add number D NOT NULL; -THROWS ERROR AS TABLE ALREADY CONTAINS DATA

    So my question is how how can I add a new column with a constraint not null, table already has the data, without falling off the table

    Please help me on this issue...

    Add the column without constraint, then fill the column. Once all the rows in the table are given in the new column, and then add the constraint not null.

  • Load the view definitions in the short data store

    Hi all

    If I was able to export the view definitions that there was error on next import
    «"substring on column 5 26 line - ' String index out of range:-161 '"»

    I tried the graphic loadviewdefinitions of the QuickStart project and it came with the same error. I also deleted the definition of the base xml view but it error persists.

    Thank you

    Please visit the wiki updated post for how to import the display configuration in the format provided by the design of view export configuration template:

    https://wikis.Oracle.com/display/endecainformationdiscovery/import+view+configuration

    -Ryan

  • How to view and print PDF files

    How to view and print PDF files

    Hi daniel Meyer

    You can use Adobe Reader... It's a free app. You can view and print your PDF files using this.

    If you want to edit and create new PDF files, please purchase the Adobe Acrobat software.

    Please, see: http://get.adobe.com/uk/reader/otherversions/

  • How to view the settings for the sequence (info that is displayed when you open the first sequence)?

    Hi, I would like to ask how to view the current settings of the sequence, I'm already working the same information that is displayed when you open for the first time a new sequence

    for example.

    General

    Editing mode: QuickTime DV PAL

    Time Base: 25.00fps

    Video settings

    Image size: 720: 576v (1.4587)

    Frame rate: 25.00 FPS

    Format of the pixels: PAL D1/DV widescreen 16:9 (1.4587)

    Fields: Bottom field first

    Audio settings

    Sample rate: 48000 samples/second

    Default sequence

    Total of the video tracks: 3

    Master the track type: stereo

    Audio tracks:

    Audio 1: Standard

    Audio 2: Standard

    Audio 3: Standard

    I forgot what setting I chose for my current sequence and tried to look under project settings , as well as the sequence settings

    but do not show the news that you see when you open a new sequence for the first time, especially if the edit mode is PAL or NTSC etc.

    How can I find this information which my current sequence is on?

    Thank you

    Sequence / sequence of setting you will find all the information.

    If his pal, you're on 25 or 50 fps.

    the rest is ntsc.

  • get Houston-25002: definition "nameVO" type View Definition not found

    Hi all

    I made a simple Extention of the View object (new added field) and I load into the server using jpximport.bat, but when I try to view the page containing this VO I get the below error.

    Can you help me please

    Details of the exception.

    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25002: xxota.oracle.apps.icx.por.wf.server.xxotaReqLinesNotificationsVO View Definition not found type definition
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2381)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
    to _html._OA._jspService(_OA.java:85) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:95) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run (unknown Source)
    # # 0 in detail
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25002: xxota.oracle.apps.icx.por.wf.server.xxotaReqLinesNotificationsVO View Definition not found type definition
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2381)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
    to _html._OA._jspService(_OA.java:85) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:95) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run (unknown Source)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25002: xxota.oracle.apps.icx.por.wf.server.xxotaReqLinesNotificationsVO View Definition not found type definition
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2381)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
    to _html._OA._jspService(_OA.java:85) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    to _html._OA._jspService(_OA.java:95) oa
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run (unknown Source)



    Thanks in advance
    Hakim

    Hakim,

    You must move the class file & xml vo & to the server.

    Kind regards
    GYAN

  • How can I transfer my new version of Keynote from my laptop to my iMac?

    Because I bought Keynote when I got a new MacBook Pro, I now have a newer version of the software (v 5.3) on my laptop that I do on my iMac, which has the version 3.02.  It is perhaps a really basic question, but how do I transfer this new version of Keynote on my iMac?  Thank you!

    Keynote 3 version only worked on non-intel Macs and the latest version of Mac OS, it is compatible is Tiger.

    That's why you need an Intel Mac under Snow Leopard or newer version running version 5.3

    You will need to run the Setup file of iWork 09, (it installs Keynote, Pages and numbers and all support files), there are problems when you copy simply on Keynote on its own rather than install correctly.

    It will ask you a serial number for verification.

Maybe you are looking for