Create object/package

Hi,
in 9i version (db 9.2.0) is it possible to recreate
1-an object by
CREATE OBJECT newobject AS myobject
or
2-a package by
CREATE PACKAGE newpackage AS mypackage ?
just like
CREATE TABLE newtable AS SELECT * from mytable
Many thanks before and happy new year.

AS keyword is acceptable only with TABLE object of CREATE clause and not for any other object.
CREATE TABLE DUP_EMP AS SELECT * FROM EMP;
its called CTAS (Create Table As Select).

Similar Messages

  • Version error while creating info package of data source 0fi_gl_10

    Dear Friends,
    I have replicated the data source 0fi_gl_10 into sap bw but while creating info package i am getting error " The DataSource 0FI_GL_10(E01CLNT200) does not exist in object version A". IS the manual activation always should be done for that ?
    Regards
    Nilesh

    Hi,
    Please check if the veriosn of DataSource is A or not. Sometimes it shows as active but if you open the datasource then it might be in modified version only. Do activate it manually, it will serve your purpose to create a infopackge.
    Regards,
    Anjum.

  • The person who creates a Package is able to create EEWB project

    HI,
    The person who creates a package is only able to create a EEWB project with that package. Using someone else's package is throwing error. Is this the standard behaviour of EEWB. Or is there a break through.
    Regards.

    Thank you Steve.
    I created a package in the CRM 7 system. I am able to assign my projects in EEWB to the package I created. But when someone else tries to assign their project to the package I created it says "You are not authorised to make changes. Authorisation object".
    And then if he makes some changes to the package , I mean he re-states the descripotion,then he is able to use the package, but then I am unable to make changes. This functionality looks weird. Can you suggest a work around??
    Regards,
    Hiranmayi

  • Interesting PCD bug? Runaway process creating objects?

    Currently, we are on EP 6 sp 16. We have had a very interesting situation occur with our development portal at random times. Not always, but every so often, the following happens. We will either copy an oobject (for instance an iView) to another folder or change the id on an object. As we step through the wizard on the final step where it should complete the action, it will sit at 50% complete and just flash over and over....50%....over and over....after several minutes, it will error out. You would think that nothing happened, but what actually happens is that it makes THOUSANDS of copies of the object...naming them like myiview_0, myiview_1, myiview_10, myiview_100, myiview_1000, myiview_2, myiview_20....and on and on. And yes, there will be thousands made. As you can guess, it is VERY annoying. Luckily our folder layout makes it easy to simply go delete the whole folder with all the multiple copies, but had we not done that.....geeez....lots of work. What is worse is that sometimes, you can't actually see all the duplicate objects until the portal is restarted (I found this out, because they showed when I tried to create a package but not in the PCD in content admin). They actually are invisible in the PCD!
    Sooooo anyone else run across this? Any idea why this might be happening?

    Well...no one seemed to be having the same problem. We have not found the root cause, but thankfully, using the PCD Inspector tool makes it MUCH easier to delete all the "corrupt" objects (though it is still time consuming as each "hiccup" creats about 30 pages of bad objects). I will just mark this one up to one of those portal "oddities". =)

  • Creating Query : Package required

    Hi Experts,
    We are creating and changing queries in PRD (BW 3.5, SP21) . Up to now, system works as designed, all elements were assigned to package $tmp automatically.
    But now users are complaining, that they are prompted to select a package when saving a query.
    I'm not aware that our team has changed any settings.
    Any ideas / suggestions ? Thanks in advance.
    Regards
    Joe

    Hi
    So is it necessary that it should prompt for the package once upgrade is done from 3.x to 7.0 when we change the query in 7.0 of 3.x copy queries???Could I know why it is prompting???where can I change the settings to prompt for it?
    Could I know how to create temporary package, as I dont see any option for $tmp ,whenever i do changes for objects,it opt for new request???
    hi JH, Thanks for bringing up this question as I face the same issue.
    BI Learner.

  • How to create object from Table?

    Hi all,
    Is there any command to create an object type from a table?
    I i want to that command to create object type from emp table insted of typing the following command:
    CREATE TYPE emp_t AS OBJECT
    (empno NUMBER(6),
    ename VARCHAR2(25),
    job VARCHAR2(10),
    mgr NUMBER(6),
    hiredate DATE,
    sal NUMBER(8,2),
    comm NUMBER(2,2))
    any help would highly be appriciated.
    Thank you in advance,
    Alireza

    Hi Jafar,
    Thanks for your attention,
    I dont want to create synonym,
    I just want to create some Object types and work with XMLDB and create xsd or somthing like that using XMLDB packages.
    I supose There shold be a simple way to do that.
    Alireza

  • Create a package for transport

    hi
    I work on a new project, and I wonder how I can create a package for transport  InfoObjects?
    best regard
    francoise

    Hello Francoise,
    When transporting for the first time a complete scenario is transported using the BW objects collector.
    After objects were transported for the first time they are assigned to a package and are recorded on requests automatically.
    Further changes are automatically transported into the target systems.
    You can find help on the BW objects collector here;
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/content.htm
    Best Regards,
    Vincent

  • Easy DMS create object links

    Hi,
    I cannot create object links from within the EasyDMS SAP properties screen for a document. However if I edit the document using the SAP GUI and create object links there, I can view it through EasyDMS. Could somebody tell me what the issue could be
    thanks!
    ps: I am using sp06 patch level1

    Hi Athol,
    Since it does not show any errors how do I get to the short dump? Secondly I also notice that there is some other functionality eg drag and drop of multiple originals onto a DIR which does not work. When I try it with another SAP installation everything works perfectly. The installation which is giving me problems is an ECC 5.0 one. Any details on what components/interfaces/packages etc which must be on their? Maybe that is an issue.
    thanks,
    Rahul

  • Table CI_EEW_CMG_CAT_ATTR_LIS can't be created with package ZZCRM

    Hi,
       I am trying to add an attribute to category object through EEWB. However, when i complete the EEWB wizard, I get the below error.
    "Table CI_EEW_CMG_CAT_ATTR_LIS can't be created with package ZZCRM."
    I have verified the setting so of the package zzcrm. I could not find anything wrong.
    Please let me know if you have faced this issue before.
    Regards,
    Manas.

    Hi,
    Go to opportunity table and create a customizing include CI of type cI_eew_orderadm_h and this should solve your problem.
    regards,
    Murali.Chatna

  • ClassNotFoundException when creating objects

    Hi, am am pretty new to using java reflection and all that stuff - so this could be a fairly obvious question.
    I am using reflection to create objects whose names are only known at runtime. The method is as follows:
        public static IGene getRandomGene(Vector genes){
            int size = genes.size();
            int rndOp = (int)Math.floor(Math.random() * size);
            String newClassName = (String)genes.get(rndOp);
            IGene newGene = null;
            try {
                Class geneDefinition = Class.forName(newClassName);
                Constructor cons = geneDefinition.getConstructor(new Class[0]);
                newGene = (IGene)GeneUtils.createObject(cons, new Object[0]);
            } catch (ClassNotFoundException e) {
                System.out.println(e); //And the ClassNotFoundException is encountered
            } catch (NoSuchMethodException e) {
                System.out.println(e);
            return (OperatorGene)newGene;
        }The name of the class to be created (newClassName) is found fine.
    My includes are:
    package simplegp;
    import java.util.Vector;
    import java.lang.reflect.*;
    import simplegp.operandGenes.*;
    import simplegp.operatorGenes.*;
    import simplegp.operatorGenes.doubleOps.*;
    import simplegp.operatorGenes.singleOps.*;These includes definatly cover the classes to be included.
    Am i maknig a silly mistake? I cannot fingure it out.
    Many thanks for any help
    Adam
    PS. The code is for some evolutionay programming, hence havnig Genes

    I seem to have solved the problem - sorry for not searching the forums first.
    I had to specify the class names as:
    simplegp.operandGenes.IntOperandGene
    Rather than just: IntOperandGene
    adam

  • How to Create a Packaged Application

    Hello,
    I am trying to create a packaged application of an APEX program I have developed and I am following the "How to Review a Packaged Application" instructions in the Advanced Tutorials.
    When I try to install the application on another workspace, the application "appears" but the supporting data objects do not install eventhough I select that option.
    Additionally, the users do not get installed.
    I have a feeling that I am supposed to create installation scripts to create the data objects (i.e. Tables, Views, etc.) in the "Installation Scripts" page but when I click on "Create Scripts to Install Files" the data objects are not there to select.
    Can someone please let me know what I am doing wrong?
    Thanks
    LEH

    You can go to Utilities > Generate DDL, and use the built-in feature to generate a DDL script; however, it's up to you to determine which database objects will be required for your application and which won't. As for seeding data, you will have to hand-code a bunch of INSERT statements. Depending on the volume of data, this may (or may not) be practical.
    As for users, if you are using APEX users, then you can also export/import the workspace, and the users will be preserved. If you are using LDAP, then you don't need to be concerned with moving users. Again, it all depends on what you're trying to achieve overall. Are you moving a system from DEV to PROD, or are you trying to package something that you will resell? These two different situations will each have different recommended best practices.
    Thanks,
    – Scott –
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • Creating BC4J Package in Jdev 10g ( EBS R12)

    According to the tutorial attached with Jdev 10g, In order to create BC4J package for Client (UI) Object, you have to right client and select New Business Components Package....from the contact menu. But in Jdev 10g, I do not see that option. How do I create the BC4J package for Client (UI) Object ?

    OA Framework Forum would be a better place to ask.
    At any rate, I know that the developer's guide for OA Framework hasn't really been updated for R12, and that a lot of the instructions are a bit difficult to follow due to the change from JDev 9i to 10g.
    But, try the OA Framework Forum.
    John

  • Acrobat 9 - AcroExch.PDDoc - ActiveX component can't create object

    For opening a PDF file, I used following statement in VB6 :
    Set AcroFirstDoc = CreateObject("AcroExch.PDDoc")
    but it failed, with error "429- ActiveX component can't create object"
    I was searching for solution. I found one link -
    http://www.bigresource.com/Tracker/Track-vb-oY6Wgt9R/
    Is this true?
    What could be the problem? I need urgent help.
    Thanks

    If you want it 
    to continue working after you log off you have to change the COM+ properties 
    of the package to run as a specific user. 
    I recently installed the Evaluation edition of BizTalk Server, but am 
    finding 
    that I need to reinstall the software every time I log off(I am using the 
    same 
    logon throughout). 
    The problem I think is that BizTalk cannot start the XLANG Scheduler COM+ 
    component - If I try to start it manually (in Component Services) I get 
    "Catalog 
    Error: Error Code 80080005 - Server Execution Failed" 
    more info: http://www.programd.com/118_4e0323a255219dd1_1.htm
    If I try to run the XLANG Schedule created in the Tutorial, via 
    ExecuteTutorial.exe, the error message is "...ActiveX Component can't create 
    object. Error: 429 (0x1AD)" 
    BizTalk is unable to run any XLANG Schedule, I also have a Schedule setup 
    which 
    is activated via a File Receive Function. This fails also. 
    The System Log reports the following error every minute (at least!): 
    "The server{bla bla bla}did not register with DCOM within the required 
    timeout" 
    The only solution I have found is to reinstall & even this is not successful 
    every time. 
    Has anyone else seen this problem? Any suggestions? 

  • ActiveX component can't create object: 'MSSOAP.SoapClient30'

    Dear All,
         After updated the portal form 6.0 to 7.0 ,when I bit the web page entry ,the error:"ActiveX component 'scan't create object: 'MSSOAP.SoapClient30' " appear.But in version 6.0 ,it's fine.
    What could be the problem? How to resolve this.
    Regards,
    Richard Lee

    If you want it 
    to continue working after you log off you have to change the COM+ properties 
    of the package to run as a specific user. 
    I recently installed the Evaluation edition of BizTalk Server, but am 
    finding 
    that I need to reinstall the software every time I log off(I am using the 
    same 
    logon throughout). 
    The problem I think is that BizTalk cannot start the XLANG Scheduler COM+ 
    component - If I try to start it manually (in Component Services) I get 
    "Catalog 
    Error: Error Code 80080005 - Server Execution Failed" 
    more info: http://www.programd.com/118_4e0323a255219dd1_1.htm
    If I try to run the XLANG Schedule created in the Tutorial, via 
    ExecuteTutorial.exe, the error message is "...ActiveX Component can't create 
    object. Error: 429 (0x1AD)" 
    BizTalk is unable to run any XLANG Schedule, I also have a Schedule setup 
    which 
    is activated via a File Receive Function. This fails also. 
    The System Log reports the following error every minute (at least!): 
    "The server{bla bla bla}did not register with DCOM within the required 
    timeout" 
    The only solution I have found is to reinstall & even this is not successful 
    every time. 
    Has anyone else seen this problem? Any suggestions? 

  • I can not create a package or program

    I have installed the ABAP Trial 7.02 on a VM. As next i have startet the programm and opened the object navigator. As next i have startet the programm and opened the object navigator.  Now i would like to create a package or programm and i get this message( Show attachment)! What should i do and where i find Help to my problem.
    thx >>
    Jörg

    I found an article about installing ... 
    Installing Trial SAP NetWeaver Gateway 2.0 SP04 with ABAP 7.02 on AWS - Part 3
    I use an old MiniSAP . 6.2 as 'If everything goes wrong' system of last resort. Since I did some RFC stuff in the past I still can use an account at  a vendors site in order not to totally retire my skills.
    I am still seeking for a good alternative to have something like a Test SAP system + plus a few records:) at my site. I hope the article provided by the SAP Community does help.

Maybe you are looking for

  • IDoc output is not showing blank fields before the carriage return

    When we produce the Material Master IDoc (MATMAS), we send it to a ascii file, to a file port.  That works fine when we execute BD10 to produce the IDoc and the file.  But, the 3rd party mapping software wants to see every field, even if blank, in ea

  • Critical! After O365 E2013 Hybrid enable - external mail receive stops!

    Hi everyone. This is quite critical, as all our organization inbound e-mail has stopped working! After enabling Hybrid on Exch2013 / O365, All inbound emails from external domains has stopped working! - Internal e-mails Works fine. - Sending to exter

  • Video Camera Doesn't Auto-Focus Nokia X2

    My phones camera doesn't focus while in video camera mode... whereas when i bought this phone new, that time it was doing a proper job... Sometimes even when my camera is in photo mode it doesn't focus properly.... In video mode it doesn't do totally

  • I'm getting itunes error 7 windows error 27

    After I tried to update iTunes 12 I can't open iTunes and I get iTunes error 7 windows error 27

  • Error: unable to find the directory

    Hi experts!!                   While configuring the scenario ( File to MSACCESS) , I am getting an error msg <b>Processing Error:  Directory /lenovo-1a1a67e1/sender does not exist!</b> sender folder is in my Laptop and I configured the scenario in m