Create new schema,table

Hi,
I want to add some labels and columns
in the EBS page
for that
and want to take input from user and save inputed data in to database
for that purpose
I need to create one new scheme and table
some VO and CO extends
how can i do it?

no reponse

Similar Messages

  • How to create new schema or restore on full version from 11g xe backup.

    hi,
    the situation is i get bakup of  a 11g xe installation at remote place and i have to restore only one schema out of it into
    a running enterprise version of oracle database.
    please tel me how many ways i can transfer one schema to full version of oracle.
    i know one way is to export import schema from one data base to other.
    please tel me is there any other ways to do it. which  is better, if not better then at least it should be practical.
    --i want that same schema be present at both places and when ever i get backup from xe it will be resorted on existing schema in full version of oracle
    --or i am ready to create new schema at full version from backup of xe installation also,optionally if i can restore on it, than it will be comfortable for me.
    note: schema at both end will be same.
    afteter

    1)can exported schem from xe be imported on full oracle ( enterprise standerd etc ,that is the paid one) ?
    2)i thought , people will say when u have bakup use bakup, it is more practical than using export import.
    this is where we need help.people who are working in oracle they can help us in deciding.
    yours sincerley

  • Beginners tip: create new schema without SQL command

    Hey, i know this sounds so beginner's, but can i create a new Schema in which I can create tabels and tables.. without using SQL commands, I mean from the GUI of Oracle 9i?

    When I try to create any table under the new Schema (User) i keep on getting the
    message: No Privellage on USERS namespace...this is why us old lags on so down on GUIs. Because they generate the SQL for you you will acquire no understanding of how the database really works. Honestly you would be better off reading the concepts guide and writing some raw SQL for yourself.
    Cheers, APC

  • Create new schema

    Hi ALL,
    I have to create 2 schemas.Could you guide me how to create it(Syntax for it)and also what default roles and privileges can i grant to the schema1 and schema 2(Read only access) and also syntax for it?
    Schema details are
    1. Schema Name: SP_OWNER
    USER_SPACE: 50GB
    2. Schema Name: SP_USER (Should not have access to create table in this schema – Will act as a read only User)
    Grant Read Access to SP_OWNER User Tables only.
    Thanks a lot

    tvenkatesh07 wrote:
    Hi ALL,
    I have to create 2 schemas.Could you guide me how to create it(Syntax for it)and also what default roles and privileges can i grant to the schema1 and schema 2(Read only access) and also syntax for it?
    Schema details are
    1. Schema Name: SP_OWNER
    USER_SPACE: 50GB
    2. Schema Name: SP_USER (Should not have access to create table in this schema – Will act as a read only User)
    Grant Read Access to SP_OWNER User Tables only.
    Thanks a lotSeeing the question, I assume you're new to RDBMS systems. I would interpret that you want to create an user account and manage the roles and privileges for that, which is described in the following link:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96521/privs.htm
    http://www.databasedesign-resource.com/users-in-oracle.html
    Apart from getting a straight forward answer to your question(which is already given by other users), I would encourage you to go through the above link(and many more available on google)
    Evenif the name remains the same, there is a thin but clear distinction between the definition of user and schema for any RDBMS system.
    http://www.databasejournal.com/features/oracle/article.php/3804451/Whats-in-an-Oracle-Schema.htm
    http://en.wikipedia.org/wiki/Database_schema
    Regards,
    S.K.

  • How do I create new user table in program and then access it?

    I am writing an application where I check for the existence of user objects when the add on starts and run the setup if the objects do not exist. I can create the user tables and fields but after the setup completes these objects still are not visible.
    If the user objects exist when the add on is first run everything is detected correctly.
    When a user object is added in SAP the user is eventually prompted to restart so I suspect something needs to happen prior to the add on being able to use the new fields.
    Does the add on need to wait for the DI Server to perform some action? Do I need to just quit the add on's class and rerun it, disconnect and reconnect to the company, or get a new Application and/or company object?
    What I want to do is figure out a way for the add on to automatically run the configuration if the user tables and fields do not exist yet and then kick off the regular add on code. I haven't seen anyone else's code so I don't know what is recommended or required here.
    Thanks for any assistance!

    I found that the add on can validate the existance of the user fields if I disconnect from the company object, set the SAPbouiCOM.Application and SAPbobsCOM.Company objects to null, set the new application, context, and company objects, and reconnect once more.
    HOWEVER...
    I still have to wait for the client to be restarted manually before I can run any of the form I added to the menu.
    So, I'd still like to know what the best practice is here. Should I just exit after setting up the tables and tell the user to restart SAP?

  • SQL QUERY to create new schema in Oracle 10g Express

    Can anyone provide the SQL query to create a new schema in Oracle 10g Express edition.

    Can anyone provide a SQl query to create a
    schema/user named 'test' with username as 'system'
    and password as 'manager'system user is created during database creation, it's internal Oracle admin user that shouldn't be used as schema holder.
    In Oracle database, Oracle user is schema holder there's no seperate schema name to be defined other than username.

  • Create new schema (my_schema in addition to portal30)

    I have a working portal that uses the default portal30 schema
    underwhich I have a huge repository of pages, applications and
    content-areas.
    Now I want to create a new schema(my_schema) and
    selective "import" few objects(pages, apps and content-areas)
    into this new "my_schema".
    How do I do this? Is there a white paper or doc of some sort?
    Any pointers will be greatly appreciated.
    Thanks,
    Shiva.

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • Creating new schemas.

    It has been my experience with SAP that you would only have one schema.  Obviously now with a JAVA + ABAP instance you have an ABAP as well as a JAVA schema.  My JAVA developers are used to creating multiple schemas as a way to secure the various java applications.  It is still true in WAS that you are not to create additional schemas in the database.

    Hi Steve,
             I don't think so. Creating additional schemas purely depends on your sole requirement on RDBMS DB which has to be supported by WAS server.In our Java development we have different schemans for different requirement which is supported by WAS.
            Hope it helps.
    Rdgs,
    G

  • Create new duplicated table

    I have a table with 10 fields and about 400 records in an Oracle 9i database.
    Please advise how I can create a duplicate table with the same fields and no records in it?

    What is the 1=2 part??Well, you asked for a table copy with no records in it, huh? Soooooo, there's almost no chance that 1=2 is true :-) hence you'll get an empty recordset with the table structure -> that's how the table is created: empty (1=2) and with the original table structure (except grants, indexes, constraints, ...).
    Also how can I get records, indexes, constraints etc to work calling the dbms_metadata package?You want the records too, now?
    In order to use DBMS_METADATA, first use
    describe dbms_metadata in order to know what's included in the package. Then, for example, at SQL*Plus prompt, issue:
    set long 100000
    select dbms_metadata.get_ddl('TABLE','OLD_TABLE_NAME','OLD_TABLE_OWNER') from dual;And read the manual page about DBMS_METADATA in the doc.
    Yoann.

  • Hoe to Create new schema?

    I have oracle installed in my PC, and then i installed PL/SQL developer. now i want to create a schema for me.I have given a tnsnames.ora file but i dont have any password.
    Can any body tell me that in this case am I be able to create a schema or not?
    If yes then please guide me.
    Is anything else required to understand my problem?
    Thanks in advance.
    Soumen

    Check this link for creating schemas.
    http://www.psoug.org/reference/schema.html
    For creating schemas, login as SYSTEM. You may have entered password when installing oracle.

  • Creating New condition table.

    Hi all,
    I want to create conndition table with new fields. I have added those Zfields to VBAP, KOMPAZ.
    Do i need to code anything in userexit_pricing _prepare_tkomp for populating the fields in list of allowed fields while creating while creating condition table?
    Thanks & regards,
    NarsiReddy.

    If any field to be considered for condition table, the same would be done via V/03 where you can add any fields that are missing from standard.  But once you save, system will ask for Access Key without which, it won't flow in condition table.  Hence, user exit is not necessary.  But it would be ideal if you explain the business process as to why you were looking for adding some new fields.  Hope, you are not reinventing the wheel.
    G. Lakshmipathi

  • Error while dropping/creating new queue table

    Hi,
    I am trying to modify an existing AQ setup. In the process, I had to remove a queue and redirect all its subscriptions to another queue.
    I get an oracle "sequence does not exist" while trying to drop the queue table. The sequence of operations that I am carrying out is:
    disable propagation schedule
    unschedule propagation
    stop queue
    drop queue
    drop queue table
    The error occurs when the drop statement is executed.
    I tried restoring the existing configuration, but got the same error message while trying to add a subscription.
    Could you help me with this problem? What am I missing here?
    Thanks,
    Anupama

    In what version of Oracle?
    I see a couple of problems assuming you are working with a currently supported version:
    1. Never grant CONNECT to anyone: Ever. Grant CREATE SESSION.
    2. GRANT CREATE TABLE to AQ;
    Go to Morgan's Library at www.psoug.org and look at AQ Demo 1. You should have no problem cutting and pasting your way to where you are trying to go.

  • Can not create new schema.

    I logged in as "portal" and tried to create a database schema for my application. It gave me this error:
    Error: Unable to execute SQL(GRANT RESOURCE TO LAKERS). (WWV-14502)
    Unable to execute SQL(GRANT CONNECT TO LAKERS). (WWV-14502)
    Unable to execute SQL(CREATE USER lakers IDENTIFIED BY ASDF1234 DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP PROFILE ODSPSWDPROFILE). (WWV-14502)
    Does "portal" have enough privelege? If not, what should I do? thanks.

    This pain has been resolved, because I have a 10g Client home already on the server.
    when i reinstall 10g home, it works.

  • Importing into a new schema with new logical structures

    Hi,
    I need to export an existing schema from a 9.2.0.3 database into a new schema ( all the objects into a different tablespace - tables & indexes ; from the original config ) within the same DB.
    I am thinking of the following approach :
    1. Export the original schema.
    2. Create new tablespaces for the "new schema" tables and indexes.
    3. Create an indexfile ; renaming the older tablespaces / usernames.
    4. Create the new user and grant appropriate privileges.
    5. Login as the new user and run the indexfile
    Am I missing out any vital points ? Would the pl/sql structures associated with the schema be imported in ok ? Any associated complications that I should be prepared for ?
    Unfortunately there isnt a test server in place to test it out before hand.
    Please advice.

    You missed a step. After you created the indexfile.sql and changed the tablespace names. You are supposed to run the indexfile.sql. That will pre-create the objects. You also have to remove at the comment block indicators: "REM", else it just tries to create indexes. You will also have to ad the "ignore=y" to your imp command, else it will try the create the objects and fail.
    Unlimited tablespace shouldn't be an issue.

  • Sales Order Unable to Use New Condition Tables for Tax Condition Type

    Dear All,
    I am currently working on SAP R/3 4.0. I have a new requirement for my tax where I need to create new condition tables other than the 4 standard SAP tables which are Customer/Material, Division/Customer, Departure Country/Destination Country, Domestic Taxes and Export Taxes. My new tables consists of Departure Country/Destination Country/Shipping Point/Tax Code. The requirement is that the tax code is based on the chosen destination country and shipping point. The problem I am facing now is that no matter what types of table I create or even I generate with reference to the standard table, the access sequence will only refer to the 4 standard SAP tables above. Even if I put my own table in the highest priority for the access sequence, the same thing happens. My sales order will only pick up date from the standard table.
    I wonder if anyone encountered the same problem as me.
    Kindly advise.
    Thank you.
    Regards,
    Yvonne

    Hi
    Yvonne
    I suggest fist check a simple thing ,whether u have successfully determined shipping point for each line item ,it is possible that just adding a line item will not trigger shipping point determination . So after u update the shipping point on line level u can rerun pricing and check agian if u r getting it .
    Secondly for tax purposes I suggest   Try to have Customer and material tax classification approach  this allows to u have long term flexibiliy and also reduces your maintenance activity . As if u change or add number of shipping points and business changes using the sequence of shipping point ,the logic of just using shipping point will not work.
    In Tax classification u cna add new condition table for each new tax category and use it in different access sequences.
    This information can be passed on to FI using Different Tax code for Different combination.
    I hope this helps
    Regards
    Mandar

Maybe you are looking for

  • How do I restrict a PDF file to limited users?

    I have an online website and I want to make a PDF available to the users of that website. The website in question is not important here, but what is important is to know if I can make a PDF file first of all downloadable by validating someone's email

  • HiQ will not run as a user on win2k pr sp2.

    HiQ runs fine as a poweruser or administrator, however I have lab where students use it and it will not run if you are a standard user. I have windows 2000 pro SP2. Thanks, bb

  • Connecting a Second Ipod to Itunes

    Is there any problem I should be aware of before I try to connect a second Ipod to my Itunes library? I know my first Ipod had to be registered or, whatever, but have recently purchased another Ipod for work and didn't want to screw anything up tryin

  • Business Server Page error (BSP)

    Hi everybody. I've installed the Partfolio Management Businnes package, but when I try to use it I have the following error     Business Server Page error (BSP) BSP exception: URL /webdynpro/dispatcher/sap.com/xappscprxrpmui~navigatr/NavigationProxy;

  • Is Apex For Me?

    Hello. I am an Epidemiologist at a state department of health, and I am looking for a way to create a web based database where the different laboratories in the state can have someone log in, input data on any positive flu screens, and then have a ch