Unidirectional m:1 relation requires group-name?

I tried to add a unidirectional m:1 relation (not 1:m), and ejbc complained that
I am missing a group for the field. Are groups required for unidirectional m:1
relations?
Any insight would be helpful.
[java] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ RDBMSBean.getGroupNameForCmpField
didn't find a group for field 'subscriberCMBean_uniMany2OneMag'. ]
[java] at weblogic.ejb20.cmp.rdbms.RDBMSBean.getGroupNameForCmpField(RD
BMSBean.java:767)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.getMethod
Suffix(RDBMSCodeGenerator.java:3243)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.callLoadM
ethod(RDBMSCodeGenerator.java:4212)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.callLoadM
ethodForField(RDBMSCodeGenerator.java:4218)
[java] at java.lang.reflect.Method.invoke(Native Method)
[java] at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator
.java:635)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:549)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:506)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.loadCheck
ForCmrField(RDBMSCodeGenerator.java:3898)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.declareCm
rVariableGetters(RDBMSCodeGenerator.java:3934)
[java] at java.lang.reflect.Method.invoke(Native Method)
[java] at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator
.java:635)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:549)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:506)
[java] at weblogic.utils.compiler.CodeGenerator.generateCode(CodeGenera
tor.java:332)
[java] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.
java:236)
[java] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.
java:195)
[java] at weblogic.ejb20.ejbc.EJB20CMPCompiler.generatePersistenceSourc
es(EJB20CMPCompiler.java:89)
[java] at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:27
0)
[java] at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:3
96)
[java] at weblogic.ejbc20.runBody(ejbc20.java:464)
[java] at weblogic.utils.compiler.Tool.run(Tool.java:126)
[java] at weblogic.ejbc.main(ejbc.java:21)
[java] ERROR: Error from ejbc: Exception: 'weblogic.utils.compiler.CodeGene
rationException: Exception: 'weblogic.utils.AssertionError: ***** ASSERTION FAIL
ED *****[ RDBMSBean.getGroupNameForCmpField didn't find a group for field 'subsc
riberCMBean_uniMany2OneMag'. ]' while trying to invoke: callLoadMethodForField
a
t line 2 - with nested exception:
[java] [weblogic.utils.compiler.CodeGenerationException: Exception: 'weblog
ic.utils.AssertionError: ***** ASSERTION FAILED *****[ RDBMSBean.getGroupNameFor
CmpField didn't find a group for field 'subscriberCMBean_uniMany2OneMag'. ]' whi
le trying to invoke: callLoadMethodForField at line 2 - with nested exception:
[java] [java.lang.reflect.InvocationTargetException - with target exception
     [java] [weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ RDBMSBean.getGroupNameForCmpField
didn't find a group for field 'subscriberCMBean_uniMany2OneMag'. ]]]]' while trying
to invoke: declareCmrVariableGetters at line 214

While packaging up the code, I found that the code generator I'm using is creating
the weblogic-relationship-role tag twice. Removing the extra one does the trick.
I will deal with the code generator.
Thanks!
Rajesh Mirchandani <[email protected]> wrote:
Can you attach the code?
Andrew Beveridge wrote:
I tried to add a unidirectional m:1 relation (not 1:m), and ejbc complainedthat
I am missing a group for the field. Are groups required for unidirectionalm:1
relations?
Any insight would be helpful.
[java] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[RDBMSBean.getGroupNameForCmpField
didn't find a group for field 'subscriberCMBean_uniMany2OneMag'. ]
[java] at weblogic.ejb20.cmp.rdbms.RDBMSBean.getGroupNameForCmpField(RD
BMSBean.java:767)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.getMethod
Suffix(RDBMSCodeGenerator.java:3243)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.callLoadM
ethod(RDBMSCodeGenerator.java:4212)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.callLoadM
ethodForField(RDBMSCodeGenerator.java:4218)
[java] at java.lang.reflect.Method.invoke(Native Method)
[java] at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator
java:635)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:549)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:506)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.loadCheck
ForCmrField(RDBMSCodeGenerator.java:3898)
[java] at weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator.declareCm
rVariableGetters(RDBMSCodeGenerator.java:3934)
[java] at java.lang.reflect.Method.invoke(Native Method)
[java] at weblogic.utils.compiler.CodeGenerator.processAt(CodeGenerator
java:635)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:549)
[java] at weblogic.utils.compiler.CodeGenerator.parse(CodeGenerator.jav
a:506)
[java] at weblogic.utils.compiler.CodeGenerator.generateCode(CodeGenera
tor.java:332)
[java] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.
java:236)
[java] at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.
java:195)
[java] at weblogic.ejb20.ejbc.EJB20CMPCompiler.generatePersistenceSourc
es(EJB20CMPCompiler.java:89)
[java] at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:27
0)
[java] at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:3
96)
[java] at weblogic.ejbc20.runBody(ejbc20.java:464)
[java] at weblogic.utils.compiler.Tool.run(Tool.java:126)
[java] at weblogic.ejbc.main(ejbc.java:21)
[java] ERROR: Error from ejbc: Exception: 'weblogic.utils.compiler.CodeGene
rationException: Exception: 'weblogic.utils.AssertionError: ***** ASSERTIONFAIL
ED *****[ RDBMSBean.getGroupNameForCmpField didn't find a group forfield 'subsc
riberCMBean_uniMany2OneMag'. ]' while trying to invoke: callLoadMethodForField
a
t line 2 - with nested exception:
[java] [weblogic.utils.compiler.CodeGenerationException: Exception:
'weblog>> ic.utils.AssertionError: ***** ASSERTION FAILED *****[ RDBMSBean.getGroupNameFor>> CmpField didn't find a group for field 'subscriberCMBean_uniMany2OneMag'.>' whi
le trying to invoke: callLoadMethodForField at line 2 - with nestedexception:
[java] [java.lang.reflect.InvocationTargetException - with target
exception>> :>>      [java [weblogic.utils.AssertionError: ***** ASSERTION FAILED
*****[ RDBMSBean.getGroupNameForCmpField>> didn't find a group for field 'subscriberCMBean_uniMany2OneMag'. ]]]'while trying
to invoke: declareCmrVariableGetters at line 214--
Rajesh Mirchandani
Developer Relations Engineer
BEA Support

Similar Messages

  • Change group name

    How do you change the "group name" on the iphone 4 to something useful like relatives or friends?

    Bill,
    Once the group has been submitted we can change it if required - we decided that the user changing it on the APEX app would require a lot of propagation of changes through the system so we make any changes vi scripts and the back-end management tools.
    Give me a few minutes to change the group name etc.
    Phil

  • How can we retrieve the Group name from oid?

    Hi:
    In following request object, we can get all the user related information from oid except group name where a particular user belongs to.
    For instance user id, first name, last name and email etc but we could not get the group name.
    PortletRenderRequest pReq = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    pReq.getUser()……
    Please advice, how I we get the hold of group name from orcldefaultprofilegroup (oid)?
    I would really appreciate your reply.
    Thank you.
    - Ali Raza.

    I am not sure about the PDK API to get the group name. But using LDAP API its easy to get the User Group.
    If you find the answer to get the group name using PDK API, Please update in forum. It will really help others.
    --Balaji S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • When I enter a group name into the Bcc field and try to send the message, I get "[group name] is not a valid e-mail address..."

    Been using the same template to send a weekly newsletter for a year or two but now with a recent update to Thunderbird the group name is rejected when I try to send the message:
    With a group name in Bcc field, when I press "Send" and try to send the message, I get this alert: "[group name] is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail."

    This has been reported as [https://bugzilla.mozilla.org/show_bug.cgi?id=1060901 Bug #1060901]. If you have an account on Bugzilla, please consider voting for that issue.
    Several other people have sent in the same support request as you, noting this happened after they upgraded to version 31.1.
    The exact error message is: XXXX is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail.
    '''This happens in Thunderbird 31.1.0 when your mailing list description includes several words separated by spaces.'''
    Although not ideal, these workarounds should let you use your mailing lists until a proper fix is implemented:
    * While composing an email open the address book and select the list you are trying to send to, highlight all the names in the list and drag them to the To: box. This uses your existing data without modifying it.
    * Replacing the blanks " " between the words in such lists' descriptions with an underscore "_". This requires modifying your mailing list(s) description(s).
    * Downgrade to a previous version and disable automatic updates (Windows)

  • Setting the Link Group Name in  Deep Link based on the value of a column

    Using Jdeveloper 11g, Jheadstart 11g
    Is it possible to override the link group name in deep linking. For example can I conditionally set that field based on the value of the item.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:35 AM
    Edited by: aliegeh on Jul 25, 2010 8:43 AM

    Thanks for the suggestion.
    Here is what I am trying to do:
    I have a table with one visible column that has the following entries:
    1. Create
    2. Modify
    3. Verify
    4. Approve
    5. View
    If the user clicks on row 1 (Create) then the link group name should be "CreateEmployees" to create new employees
    If the user clicks on row 3 (Verify) then the link group name should be "MaintainEmployees" for verification and so on.
    (This is role based and each role will have access to one or more of the rows in the tabler)
    It basically mimics a work-flow type of scenario.
    I tried to modify the template and looked at the line:
    action="$JHS.facesConfigGenerator.addItemGroupLinkTaskFlowCall((${JHS.Current.item})}" but got stuck there.
    Is there a way to change "JSH.current.item" in the template to read the group link name from another column say by using #if statements.
    One way I also tried was to introduce a column for each action such as CreateAction, VerifyAction etc which kind of agrees with your suggestion but the drawback is the need to modify the table if another task is required.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:36 AM
    Edited by: aliegeh on Jul 25, 2010 8:42 AM

  • VPN whit surface RT using a Group Name And Password (Secret)

    We are looking to make a conection with  Surface rt to ASA with IPSEC through Cisco.
    Whir IOS and client Cisco give us the option of Group Name and Password for the shared secret.
    Windows RT Surface have not seeing this option for  Group Name and Password
    Is there some kind of combination of username password that would go in the "Use preshared key for authentication" field (such as "username;password" or some other format)?
    We and other LARGE corporations will require this feature to implement  VPN un Surface RT, please give us a workaround or fix it ASAP.

    Hi,
    Based on my knowledge, windows RT support certificate or pre-shared key for IPsec authentication.
    Windows RT doesn't support  groupname+password.
    Thanks for your understanding.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Using Customized group name fields in Live Office

    Hello everybody,
    I've created a Crystal Reports based on a BEx Query and including a costcenter hierarchy. Now I want to add this report in Excel sheet via Live Office. I did this according to the official HowTos provided by Ingo Hilgefort. Now I've following issue. When I choose the data for the selected fields in Live Office, I could manage to insert the Live Office object into my report but the display of the cost center hierarchy nodes doesn't comply with the display in Crystal Reports. There I've defined a group with a customized group name field (costcenter.medium description) Live Office seems to use only the costcenter node ID.
    Crystal Report:
    Marketing und Vertrieb----
    63     63     63     63     0     0
    Vertrieb----
    54     54     54     54     0     0
    Vertrieb a----
    1     1     1     1     0     0
    Vertrieb a----
    3     3     3     3     0     0
    Vertrieb a----
    4     4     4     4     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Vertrieb a----
    3     3     3     3     0     0
    Vertrieb a----
    2     2     2     2     0     0
    Marketing----
    34     34     34     34     0     0
    Marketing a----
    3     3     3     3     0     0
    Live Office:
    1000H1.1000H1000.1000H1300----
    63      63     63     63     0     0
    1000H1.1000H1000.1000H1300.1000H1310----
    54      54     54     54     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3100-----1      1     1     1     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3105-----3      3     3     3     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3110-----4      4     4     4     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3120-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3125-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3130-----3      3     3     3     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3135-----2      2     2     2     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3140-----34      34     34     34     0     0
    1000H1.1000H1000.1000H1300.1000H1310.1000/3150-----3      3     3     3     0     0
    How can I use customized group name fields in Live Office?
    Thank you for helping me on my issue.
    Regards,
    Florian

    live office uses web services to authenticate (dswsbobje) which depends on a java app server for kerberos to be enabled to login with AD. Is Infoview working with AD? This would be required. I'm not sure about your other issues.
    Regards,
    Tim

  • Hot to get group name in obiee 11g

    Hi All,
    We have a requirement that whenever user login in answers, based on his group he should be able to see only his department data.If some how captures the group name we can filter the data by assisgning the group name to the variable but we stuck up with getting the group name.Please help us

    VALUEOF(NQ_SESSION.GROUP) shud give u the value of GROUP
    http://108obiee.blogspot.in/2009/10/referencing-group-session-variable-in.html
    http://gerardnico.com/wiki/dat/obiee/system_session_variable
    Pls mark answered if it solves the issue.

  • Purchase Group-ID & Purchase group Name

    Hi All
    My requirment is i need to populate purchase group ID and purchase group name in the alv.Please give me any FM for these values.
    First of all my doubt is group ID means?Is it char 3 type.?
    Thanks
    Vamsi

    Hi Mohan,
    Yes the 3 characters are the Purchasing group code, you can find the code and name in table HRP1000.
    To fetch those you can use the FM :
    BBP_PDH_PUT_PGRP_TO_WEB
    BBP_OM_STRUC_GET_PUSR_FROM_PGP
    BBP_OM_FIND_PURCH_GRPS
    Best Regards,
    Anil

  • Failure writing file and Failure sending mail: The user or group name is not recognized.Mail will not be resent.

    Dear All,
    I am using MSSQL SSRS 2008. 
    All the reports run properly when viewed via a web browser. However for subscription, I am having a strange
    experience. 
    The subscription having intermitten failure. I need to execute multiple times to get it work. 
    Following is the exception I am getting:-
    Failure sending mail: The user or group name 'xxxxx' is not recognized.Mail will not be resent.
    Failure writing file DailyPolicyExportCDN_ST@timestamp : The user or group name 'xxxxx' is not recognized.
    Following is the exception I retrieve from log files. 
    webserver!ReportServer_0-2!1b0c!07/31/2014-05:25:09:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeClientDisconnectionException: A client has disconnected from the Report Server Web service application
    domain ReportServer_MSSQLSERVER_0-2-130512716074991980. No corrective action is required. An error code has been submitted to ASP.NET to release the connection. The error code is 800708CA. ---> System.Runtime.InteropServices.COMException: This network connection
    does not exist. (Exception from HRESULT: 0x800708CA)
    Any idea what went wrong?
    Thanks in advance

    Hi NeoCK,
    According to your description, you can access your report successfully, but it fail to send e-mail subscription. Right?
    In this scenario, since you can access the report successfully, so this user has permission on report server. Please go to E-mail setting in your Reporting Services Configuration Manager, check if the current user has permission on that SMTP server.
    If this is still not working, please recreate the subscription and try again.
    Reference:
    SUBSCRIPTION
    ERRORs : Failure sending mail: The user or group name 'CB_OFFICE\XXXX' is not recognized.
    The user or group name 'MYDOMAIN\myuser'
    is not recognized
    SSRS
    2008: Failure writing file ... The user or group name 'domain\user' is not recognized
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to get tag group name?

    Hi experts,
    I am new in PCO Queries.
    I have requirement of fetching Tagname , Description and TagGroup name from OPC and  insert into Sybase db table.
    how can I write the PCO Query to fetch tag's  group name and tag description .
    Tagnames are configured as alias in agent instance instead of subscription items and entered manually with data type as float.
    I am assuming that Description and Group name should configure while adding tags in PCO as alias then write a PCO query and send to Sybase tables.
    Please help me to get group name and Description of tag which belongs to it.
    your earliest help would be highly appreciated.
    Thanks&Regards,
    Pooja.
    Message was edited by: pooja rani

    Hi Steve,
    Thanks for your reply.
    RSView 32 OPC server and PCO2.3 and MII server 14.0  we are using.
    Thanks&Regards,
    Pooja.

  • How to change the Group name?

    Hi
    I made some groups and assigned users to it.
    Now the need requires me to change the names of the group.
    Could you please explain me how to do this and also will this chage be also effective in the desktop master rule.
    I'm using EP6.0, SP11
    Thanks
    Regards
    Henry

    Hi,
    I have the same problem.
    We are using the group name for departments.
    How you know department names are dynamically.
    So I need to chnage them sometimes.
    So I want to change the displayname of that grous, not the id.
    How can I do that? And when I cant, can someone explain me the function of the displayname.
    Otherwise can I use the UME-API to change it?
    Many thanks
    STeve

  • User and group names truncated with ls

    Hello,
    When using the 'ls -l' command the resulting list truncates user and group names that are longer than 8 characters.
    Is this a know issue?
    I'm running Mac OS 10.4.10.
    Thanks,
    Anthony

    Jun T. wrote:
    If a program like "ls" wants to know the username corresponding to the uid, it must call a library function of the operating system. But there are two library functions, one gives the correct username and the other truncates the username.
    The basic library function is getpwuid(3) which returns the correct username.
    Hello Jun,
    I ran a search using Xfind (Rixstep) on /bin for 'userfromuid' and /bin/ls was listed as I might of expected.
    Also, /bin/ls was also listed when 'getpwuid' was used as a search Key.
    Peeking further into /bin/ls further with Xstrings (which is Rickstep's "adaptation" of the "strings' tool" ) reveals the string '_ getpwuid'.
    Does this mean that at some point the 'ls' command can call the getpwuid() directly under some circumstances rather than going through userfromuid() which relies on the cache you mentioned?
    The problem is the size of the table; userfromuid() allocates only 8
    characters for each username (the number 8 comes from UT_NAMESIZE in /
    usr/include/utmp.h), and truncates the username if it is longer. This
    may be "fixed" in a future version; or it may not be "fixed" to keep
    backward compatibility. I'm not sure.
    I've heard that utmpx.h has 'UTXUSERSIZE' which is defined as 32. Does not that allow for user and group names larger than 8 characters?
    By the way, I can't find the directory usr/include/utmp.h on my drive.
    Is there a way to reset or redefine this 'UT_NAMESIZE' field to more than 8 characters wherever the userfromuid() function stores it?
    The commands "users", "who", and "w" read the file /var/run/utmp, in
    which truncatd usernames of the currently logged-in users are saved.
    Does some command initially call the function as 'ls', userfromuid(), to result in truncated names being saved in file /var/run/utmp as well?
    I think there are many programs which depend on this fixed-width utmp
    file, so it may not be "fixed" in a future version. "
    I believe there are third party tools which rely on the userfromuid() call which require this bug to be fixed in order to display accurate user and group name data.
    Thanks for your informative reply,
    Anthony

  • Accessing username and group name from an external app

    How can I access the user name and group name from an external app..? Where is that stored..?
    Thanks
    Fernando

    Post Author: pvierheilig
    CA Forum: Crystal Reports
    Each BOE document has a unique ID.  Knowing that will allow you to access it via a URL while passing required login credentials as well, if I recall correctly.  However, your very best bet is to review the SDK.

  • Syntax of DDL options and related (table) column names

    Hi,
    where can I find something like a mapping between DDL options and related table column names?
    For example I do have the table options PCTFREE, FREELISTS and NOCOMPRESS. The related table columns out of user_tables are PCT_FREE, FREELIST and COMPRESS.
    PCT(_)FREE wins an Underscore, FREELIST(S) wins an "S" and it is "NOCOMPRESS" if COMPRESS has a value "Y(es)".
    Hope somebody can help.

    So far I didn't find any information that is not in
    the DDL script gernerated from
    DBMS_METADATA.get_DDL.Alright, I give you an example:
    I create a table with the following DDL:
    "CREATE TABLE IntBuch (
    int_bunr integer NOT NULL,
    int_sdat double precision NOT NULL,
    int_hblz char(8) NOT NULL,
    int_hkto char(7) NOT NULL,
    int_hdat double precision NOT NULL,
    KtoNr char(7) NOT NULL,
    BLZ char(8) NOT NULL,
    CONSTRAINT PK_IntBuch PRIMARY KEY (int_bunr)
    USING INDEX
    PCTFREE 10
    STORAGE (
    INITIAL 1000
    NEXT 500
    PCTINCREASE 0
    MINEXTENTS 1
    MAXEXTENTS 4096
    PCTFREE 20
    LOGGING
    CREATE UNIQUE INDEX intid
    ON IntBuch (int_bunr DESC)
    CREATE INDEX hkto
    ON IntBuch (int_hblz,int_hkto)
    COMMENT ON TABLE IntBuch
    IS 'Kommentar zu DB-Tabelle InBuch'
    COMMENT ON COLUMN IntBuch.int_sdat IS 'Kommentar zu DB-Spalte int_sdat'
    ALTER TABLE IntBuch
    ADD CONSTRAINT Gutschrift FOREIGN KEY (int_hkto,int_hblz) REFERENCES Konto
    ON DELETE CASCADE
    ADD FOREIGN KEY (KtoNr,BLZ) REFERENCES Konto
    ADD FOREIGN KEY (int_bunr) REFERENCES Buchung
    ON DELETE CASCADE
    After that I read the DDL with DBMS_METADATA.get_DDL and I get
    " CREATE TABLE "UOENDE"."INTBUCH"
    (     "INT_BUNR" NUMBER(*,0) NOT NULL ENABLE,
         "INT_SDAT" FLOAT(126) NOT NULL ENABLE,
         "INT_HBLZ" CHAR(8) NOT NULL ENABLE,
         "INT_HKTO" CHAR(7) NOT NULL ENABLE,
         "INT_HDAT" FLOAT(126) NOT NULL ENABLE,
         "KTONR" CHAR(7) NOT NULL ENABLE,
         "BLZ" CHAR(8) NOT NULL ENABLE,
         CONSTRAINT "PK_INTBUCH" PRIMARY KEY ("INT_BUNR")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 16384 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE,
         CONSTRAINT "GUTSCHRIFT" FOREIGN KEY ("INT_HKTO", "INT_HBLZ")
         REFERENCES "UOENDE"."KONTO" ("KTONR", "BLZ") ON DELETE CASCADE ENABLE,
         FOREIGN KEY ("KTONR", "BLZ")
         REFERENCES "UOENDE"."KONTO" ("KTONR", "BLZ") ENABLE,
         FOREIGN KEY ("INT_BUNR")
         REFERENCES "UOENDE"."BUCHUNG" ("BU_NR") ON DELETE CASCADE ENABLE
    ) PCTFREE 20 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    If there are no more DDLOptions possible than that, it is fine for me. If not, but all kinds of options are to find in only one or two tables of the database ( user_tables for table options, dba_constraints and dba_segments for column options, primary and foreign keys, user_indexes and user_segments for indexes ...), that is fine for me, too. (As long as I get to know which tables are "sufficient" for that.) If it is different than both of that, that's bad.
    However if you want to use defaults instead of
    absolut values, it is better to remove certain parts,
    like the storage clause, from the generated output.I understand this, but I am more interested to have all and not leaving out some of them in order to have the defaults in the database after running the DDL.
    A totally different approach could be to
    a) create a database link from one DB to another.
    b) create table <new_table> as select * from
    <old_table@dbLink> where 1=2;I keep that in mind, thanks for that hint.

Maybe you are looking for

  • Out-of-place upgrade to 11.2.0.4 (from 11.2.0.3); how does it affect certain items?

    Hi All, I've never done a db patch set update, and from what I've read today, I will need to do a full installation of 11.2.0.4 to have this patch set applied. This sounds scary and being a rookie Oracle DBA, what does this mean to my existing Oracle

  • Error while executing the transaction QC22 (Quality Certificate for Batch)

    Hello Friends, While executing the transaction QC22(Quality Certificate for Batch), after giving the Batch Number and Customer Number, when i am executing it , system is throwing the error message as "Not all data was found for characteristic 9013998

  • Unknown error please see log for details...

    Hi, I have been having major issues with not being able to connect or administer a site, so I deleted the site from the server and uploaded a fresh version as the error suggested the files where corrupt? Now I get the error "Unknown error please see

  • ROWID Problem in 10g forms compilation

    Hai, I have one form coded with forms 6i. now i want to update the form with 10g version. When i compile with 10g version i got one error relative to ROWID. code in form l_variable t_tablename.rowid; -- here l_variable is variable name and t_tablenam

  • Set Transient VO attribute runtime

    Hi Everyone, I am creating new row though create Method in Entity Object. Now the problem is I have to set Transient VO attribute in order to keep the row of advance table editable. Any help would be appreciable. Thanks and Regards, Sandip