Oracle Designer, schema registration

Hi all,
I have registered a DB schema in Oracle Designer (via jr_registration.register / jr_registration.generate). I understand how to use registered tables, but what about registered pl/sql packages? Where can I see them and how can I put them under version control?
Thanks.

Yes, you are right, I need to find registered PL/SQL in the Designer. But I can't see it neither in RON nor in DE. I try to find it under repository owner, where I have registered the schema. May be I must to do some extra steps along with registration/generation?
Here is my code I'm using for registration "repository_user" user:
begin
jr_registration.register('repository_user');
commit;
jr_registration.generate('repository_user');
commit;
end;

Similar Messages

  • Oracle Xml Schema Registration problem.

    Hi Gurus,
    I tried to register a schema using an xsd named 'EntityBase.xsd', using the following block. It got registered successfully.
    BEGIN
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL => 'http://xmlns.oracle.com/xdb/EntityBase.xsd',
    SCHEMADOC => bfilename('XMLDIR','EntityBase.xsd'),
    LOCAL => FALSE,
    CSID => nls_charset_id('AL32UTF8'));
    END;
    select local,schema_url,int_objname,qual_schema_url from dba_xml_schemas where schema_url like
    '%http://xmlns.oracle.com/xdb/EntityBase.xsd%';
    This gives me a record.
    Now I have another xsd, VersionedEntity.xsd with which I would like to register another schema. In the xsd definition for VersionedEntity.xsd, it has Entity.xsd being used and which is already registered and the .xsd exists in the same directory 'XMLDIR'. But when I register using the following block,
    BEGIN
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL => 'http://xmlns.oracle.com/xdb/VersionedEntity.xsd',
    SCHEMADOC => bfilename('XMLDIR','VersionedEntity.xsd'),
    CSID => nls_charset_id('AL32UTF8'));
    END;
    I get
    ORA-31000: Resource 'EntityBase.xsd' is not an XDB schema document
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 37
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 61
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 126
    ORA-06512: at line 2
    Please help me with your expert advice. Am I doing something wrong?
    Thanks and Regards,

    There is a forum dedicated to XML...
    XML DB

  • Oracle designer 6i. Info about the current schema. Can't get tablespace inf

    Oracle designer 6i. I am running sql against the views to get info about the current schema.
    I can't get the tablespace names for the tables used in the latest version of a schema.
    eg the below sql return far too many rows.
    select distinct (lower(ti.GLOBAL_SYNONYM_NAME)||'*'||ts.name )
    from
    ci_application_systems app,
    ci_table_implementations ti,
    ci_tablespaces ts,
    ci_storage_definitions sd
    ,sdd_folder_members mem      
    ,ci_table_definitions td
    where
         app.OWNING_USER = '$OWNER' and
         app.NAME = '$APP_NAME''' and
    app.ivid = (select MAX(ivid) from ci_application_systems app2 where app2.name = '$APP_NAME'') and
    mem.PARENT_IVID = app.IVID and
    mem.MEMBER_OBJECT = td.ID
    and ti.GLOBAL_SYNONYM_NAME IS NOT NULL
         and ti.STORAGE_DEFINITION_REFERENCE = ts.STORAGE_DEFINITION_REFERENCE
    and ts.STORAGE_DEFINITION_REFERENCE = sd.ID

    Hi Neil,
    Thanks for your suggestion. I thought I tried all combinations of database, catalog and schema names and all different orders to connect, associate the connection and generate entities, but it seems I did not try this one. I did exactly what you suggest, except for the fact that I connected to the database before associating the connection to the project.
    It partially works now. I can generate Entities. Once I have generated an entity, all generated private member variables become red underlined, because table "null" for columns "xyz" could not be resolved. And the drop down box for columns in the JPA Details pane still doesn't get populated. The latter can be fixed by selecting the proper schema for the entity, which results in a @Table(schema="xyz") annotation. However, I expected this to be done automatically when the Entity was generated.
    The error about not being able to resolve the columns still exists. I tried to add a @Column(name="ASDF") annotation (because the columns names are all capital, while the member variables are lowercase), but that doesn't resolve the problem.
    I hope this gives you a clue to solve the problem!
    Bart

  • Modelling databases in Oracle Designer environment

    Today I had laboratory's which subject was: "Modelling data and designing databases scheme in Oracle Designer environment" and I have to make a report for tommorow. I can't find some answers for questions which our Professor told us to include in the report. I would be very grateful if enyone here can help me.
    1) How looks in SQL code definition of the key of the table if relationship have PRIMARY UID attribute?
    2) Is there any difference in SQL code between references replying to transferable and not transferable relationships
    3) Why some tables have more columns than number of attributes in entities (entities contains the same things that tables)?
    My english isn't perfect, sorry for that. But I hope that I wrote that wuestions correctly.
    Thanks for any help.

    1) a primary UID is a primary key in SQL
    2) No.
    3) OD entity models don't include inherited referential key attributes, whereas the SQL tables (obviously) require them.

  • How to design a registration page

    Hi,
    I want to design a registration page for oracle EBS R12. Can you guide me to step by step docs for that?
    Thanks

    Hi ,
    For creating a page you can refer this link : https://blogs.oracle.com/prajkumar/entry/oaf_hello_world_tutorial
    For deployment , the link is : https://blogs.oracle.com/prajkumar/entry/deploy_oaf_page
    or
    http://www.focusthread.com/apps_tutorials/oa_framework/OA_Framework_Tutorial_Deployment_in_APPS_Environment.pdf
    There are many other you can go ahead and google for it .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Designer - Schema split

    Hi All,
    I use a designer schema which I generate an Installation DB application kit from.
    Now I need to split the existing schema (let's say 2 users...).
    - How do I make it from an existing schema ?
    - How do I create a new user and a new schema ?
    - How do I define the relation between a user and a table ?
    - Can I manage the needed synonyms and grants between the users via the designer?
    - What should be done with the foreign keys between both schemas?
    Thanks in advance,
    Masha

    Yes, you are right, I need to find registered PL/SQL in the Designer. But I can't see it neither in RON nor in DE. I try to find it under repository owner, where I have registered the schema. May be I must to do some extra steps along with registration/generation?
    Here is my code I'm using for registration "repository_user" user:
    begin
    jr_registration.register('repository_user');
    commit;
    jr_registration.generate('repository_user');
    commit;
    end;

  • Oracle Designer support and future

    Hello, I would like to know about the future of Oracle Designer.
    As this is no longer part of 11g Developer suite, does this mean that we should start phasing out the use of Designer and switch to lesser tools such as SQL-Developers Data-Modeller?

    Is there any interface prepared that would integrate data modelling, process modelling, workflow modelling ( BPEL&BPMN ) and generation of forms, stubs of batch procedures ( like XML processing ) ?
    Seems today is challenge that business automatisation problems are no more so homogenous:
    1. in system analisys
        OLTP operational part of IT architecture is more tied to Data analytics
        So during re-engeering of present OLTP system and integration of some modules on core ERP or other OLTP modules there is always
        consideration how such data will end in accounting and data aggregattion schemes.
    2. changes are more granular
        Strong core system and then changes and integration problems...
    It seems Designer was too "fat" and complex tools. But there is still challenge how to integrate data modelling with process flow, workflow and controls.
    Also business rules dictionary is challenge ?
    Where data dictionaries for business rules so that controle process of implementing is managed.
    For example where to generate business rule code or controle: on data model through constraints and relational model rules, or database server code ( triggers, validating procedures ) or program server code or thin client code ?

  • Beyond Oracle Designer - data modeling

    Dear All,
    has anyone of you left Oracle Designer successfully? If you have a good modeling tool in your hand then please share its name and your opinions about that with me.
    Thanks,
    Franky

    Franky, I'm still using Designer. I know it hasn't really changed at all in the last 10 years, but at least it works, it's well integrated with Oracle and I know my way around the repository.
    I have looked at other tools over the years. Some have better version management; others have better integration with non-Oracle databases. You pay your money and you make your choice. It all depends what you need.
    Are you building business level ER models? Are you just documenting database schemas? Do you want a UML to nuts solution? What diagramming notation do you prefer? Do you need version control? multi-user? multi-site? checkin/checkout? etc etc
    Some (free and paid for) tools listed on this 2002 page.
    Regards Nigel

  • Performance issues with respect scheme registration,select & insert query

    I am facing performance issues with respect to schema registration,Select & insert query towards 10.2.0.3 version.It is taking around 45 minutes to register schema and it is taking around 5 min to insert a single document into xml db where as it was taking less than min to insert a single document into xml db of 9.2.0.6 version.Would like to know the issue and solution to resolve this issue.Please help me out on this as it is very urgent for me

    Since it appears that this is an XML DB specific question, you're probably better off posting in the XML DB. The folks over there have much more experience with the ins and outs of that particular product.
    Justin

  • Can Oracle designer 1.3.2 work with Oracle 8.0.5

    Dear Sir/Miss,
    I would like to know if anyone can tell me if Oracle Designer 1.3.2 can work with Oracle 8.0.5 database or not?
    Thank you
    Best Regards

    First i installed Oracle 10g on my windows 7 home premium 64 bit .
    Then i installed OBIEE 10.1.3.4 on my machine
    But then there were some problems cropping up and i wasn't able to use OBIEE 10.1.3.4 with windows 7home premium 64 bit machine.
    I then removed both oracle 10g and OBIEE 10.1.3.4 from my machine.
    Then i installed oracle 11g 64bit and then OBIEE 10.1.3.4 . But again it dint work
    Can anyone help?

  • Oracle Designer 10g With Oracle 11g DB possible

    Hi,
    Please clarify my below query,
    we are currently using oracle designer 10g and deploying the components to production DB which is in oracle 9i, We are planning to migrate to oracle supported version 11g DB, since oracle designer 11g is not there we would be sticking to oracle 10g itself, Now my question is, will we be having issues or road blocks with this combination Oracle designer 10g and Oracle 11g DB???
    Regards
    Bala

    @Erik
    Don't have a doc id. You have to go to the certication tab in My Oracle Support. Search for Oracle Designer 10.1.2.6.0 there you will find the three supported database version.
    Oracle Designer 10.1.2.6.0 is certified with Oracle Database 11.2.0.1.0 on Microsoft Windows (32-bit) XP
    Oracle Designer 10.1.2.6.0 with Oracle Database 11.2.0.1.0
    Customers must review MetaLink Doc 1299040.1 Application Design Transformer Hangs at 65% when running against Oracle 11gR2
    Certified with:
    Oracle Fusion Middleware 10g 10.1.2.0.2 Oracle Developer Suites 10g 10.1.2.0.2 Oracle AS/DS Patch Set 10g 10.1.2.3.0
    @Bala
    Colleagues of mine have imported a designer repository inside 11gR2 and where not able to change objects inside the repository. When they imported the same designer dump inside an 11gR1 database it worked fine.
    In the other post (Re: 11G compatibility it is also written that there are some major bugs and those bugs will not be fixed.

  • Oracle Designer 10g (10.1.2.6) + Oracle Fusion Middleware 11g

    Hi,
    Can Oracle Designer 10g (10.1.2.6 - last release) generated files (*.fmx, *.plx, *.mmx, *.rep...) be deployed onto Oracle Fusion Middleware 11g platform (Portal, Forms, Reports and Discoverer 11.1.1.2.0 + Weblogic Server 10.3.3) without further recompiling?
    With regards,
    Goran

    Mark Striekwold wrote:
    In the release notes for Designer 10.1.2.6 there are steps on Configuring Oracle Designer to Work With Oracle Forms 11g (this is a quote from Designer 10.1.2.6 has now been released.
    Indeed, there is a note about configuring Designer to work with Forms 11g in the release notes.
    Thanks, Mark.
    With regards,
    Goran

  • Can't access tables in other Oracle database schemas

    Hi. We got our Oracle database admin to install APEX in our Oracle database. She created a login and schema for my Oracle database user so that I could work with APEX a little. Here's the information on the version of APEX we have installed:
    Database Version Information
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    I've found that my user is only able to access Oracle tables within my own Oracle database schema. Most of our main tables are in 3 other schemas and I'd need access to all tables in all these schemas. Right now whenever I encounter a drop list of values for Schema, only by own schema is available in the list of values.
    Is there something our Admin can do to make these tables in other schemas available to my user account?

    Sharpe,
    This documentation should point you in the right direction. It will show you how to add multiple schemas to a workspace.
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_wrkspc.htm#CHDBDCCJ
    Cheers,
    Tyson Jouglet

  • Differences between Headstart Oracle Designer and Headstart for Apps

    Hello,
    I would like to know where i can find an online demonstration of the product "Headtsart for Apps 11i" ?
    I have found the online demonstration of the product "Headtsart Oracle Designer" at the url :
    http://otn.oracle.com/products/headstart/headstartdemo_viewlet.html
    I would like to compare the functionalities of these two products (the tabs option for example).
    For a new application, we have the choice between "Headstart for apps"+"Oracle Application" environment or "Headstart Oracle Designer" alone.
    If no demonstration exists, could you tell me the difference between these two products (i have understood that one run under OA and the other run alone) ?

    Hi,
    Headstart for Apps and Headstart Oracle Designer are based on the same idea, and therefore there are many similarties between the two. The main differences are:
    * the look and feel
    Headstart for Apps is used to generate Oracle Form screens with the same look and feel as a standard Oracle Application screen. Headstart Oracle Designer has its own look and feel.
    Headstart for Apps also enables/eases some Oracle Applications specific look and feel features (although Headstart Oracle Designer has also adopted some of these).
    * dependency of Oracle Applications
    Forms generated with Headstart for Apps cannot run outside the Oracle Applications framework. You will use the same security mechanism as for an Oracle Applications form, the same messaging system, and you can use the standard Oracle Applications built ins.
    Headstart Oracle Designer runs completely outside the Oracle Applications framework, there is a separate messaging system, and you cannot use the Oracle Applications built ins.
    Hope this helps!

  • Generation of DDL similar to Oracle Designer (Data Modeler 3.0 EA1.)

    Hi,
    Will the production version of SQL Data Modeler allow the creation of separate DDL files similar to that which Oracle Designer does? For example, I can create a sequence number generator in Data Modeler (DM) and then make a call to that in an Object Type method. However the DDL file that is generated by DM has all DDL in one file. This would allow to take dependencies were taken into consideration, that is create the sequences before object types, packages and tables, then object type bodies, package bodies, etc...
    Thanks,
    ScottK

    At this stage we do not support multiple files. We do plan to do this in the future. However you can work around this by repeating the DDL generation for the different objects types you want to have files for.
    Remember that you can vote on the Exchange for your most desired features.
    Sue

Maybe you are looking for

  • How do I change the 'weather' button to give Australian temp in celsius, and pressure in kPa?

    There is a weather button in one of the toolbars. It gives readings in the US units. How do I change it to the mksa (or European) system. i.e. Celsius not Fahrenheit, etc.

  • Status Bar on iDVD

    Not sure how to read the status section when working in iDVD. How do I know if the size of slideshows will all fit in one DVD. I would like to include 3 slideshows with each having 99 photos. I know that will be determining by the amount of effects a

  • Distributing Forms in Acrobat Reader

    Hello, I have created a fillable PDF in Acrobat 8 Professional. The form needs to be distributed from Acrobat Reader, however my client's computer does not seem to have that function. Does anyone know if Acrobat Reader can distribute forms? If so, ho

  • Requirements for a document management system

    We are planning to implement a document management system Oracle Application Server. Here are the high-level requirements: · High availability (24x7) · 3000 users, worldwide, on WAN · 600 GB of documents · Workflow · Alerts e-mailed on document adds/

  • LOV character value error

    Hi, I have the following problem: When using LOV's in my tabular form, I run into this error: report error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small It seems that the number of returned values in total of all my LO