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

Similar Messages

  • "create new layer without dialog"  redefine shortciut

    Hello.
    A want to redefine default shortcut for command "Create new layer without dialog" but i cannot find this command in shortcut preferences.
    In which section of shortcut preferences, in photoshop cs6, nested this command?
    Thanks.

    I don't believe that is a shortcut that can be redefined per se in the shortcut editor, but you could use a script and assign a keyboard shortcut to the script.
    The following script will make a new layer without the dialog.
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc10 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref9 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            ref9.putClass( idLyr );
        desc10.putReference( idnull, ref9 );
    executeAction( idMk, desc10, DialogModes.NO );
    You can copy the above script, paste into Adobe ExtendScript Toolkit CS6 and then save the script to the cs6 Presets>Scripts folder in the photoshop cs6 program/application folder.
    (you can name it whatever you want as long as the extension is .jsx)
    Then when you restart photoshop cs6, it should be listed under File>Scripts and you can use the keyboard shortcut editor to assign a shortcut to the script.
    What operating system are you using?

  • How to create new view without interlinking with gantt chart or resource views

    ok clear
    one another question
       In msp how to create new view without interlinking with gantt chart or resource views

    Hi Shiv PMC--
    I splitted your question above in another thread in order not to have  a huge thread with many topics in it.
    That being said, I'm not sure to understand. A view is just a manner to display MS Project data with columns. A view can have a table with column (left part) associated with a Gantt chart. It can also just contain a table with no Gantt chart (like the task
    table) or a table with a timephased grid (resource and task usage).
    Please give us more information, maybe with a concrete example so we can help you.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • 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

  • 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.

  • How can create new Login without admin privilage schema........

    Hi,
    Any body suggest me to create the new user without any admin acccount or here no sys account or privilage login.......
    i don't no the login id or password of any admin schema........(For exm sys,system etc)
    Thanks,
    Ritesh

    Is there any relation to Oracle Reports?
    create the new user without any admin acccountThis is a DBA job, and your DBA hasn't given you the system password. Ask your DBA for CREATE USER privilege if you need to do this as a non-DBA user.

  • Question about creating new tables using SQL script in WebLogic Server

    Hi,
    I am new to WebLogic and I am following a book Java EE Development with Eclipse published by PACKT Publishing to learn
    Java EE.  I have installed Oracle Enterprise Pack for Eclipse on the PC and I am able to log into the WebLogic Server Administration Console
    and set up a Data Source.  However the next step is to create tables for the database.  The book says that the tables can be created using
    SQL script run from the SQL command line.
    I cannot see any way of inputting SQL script into the WebLogic Server Admistration Console.  Aslo there is no SQL Command line in DOS.
    Thanks  for your help.
    Brian.

    Sounds like you are to run the scripts provided by a tutorial to create the tables, right?  In that case, you may need to install an Oracle client to connect to your database.  The client is automatically installed with the database, so if you have access to the server that hosts the database, you should be able to run SQLplus from there.
    As far as I know, there is no way to run a script from the Admin Console.  I could be wrong, however.

  • How create new user in sql developer?

    so i tried creating a new user in SQL developer, under the worksheet section,  for a 12c database
    create user Hares1
    identified by book;
    but I get this error
    SQL Error: ORA-65096: invalid common user or role name
    Sorry I know this is a generalized question. I only learned how to actually connect today - any help of a next step would be appreciated.

    so i tried creating a new user in SQL developer, under the worksheet section,  for a 12c database
    create user Hares1
    identified by book;
    but I get this error
    SQL Error: ORA-65096: invalid common user or role name
    The 'next step' is RTFM. Sorry but for 12c multitenant you simply MUST read the documentation about the new multitenant architecture.
    Your 'problem' is not creating a user with sql developer - it is how to create users in 12c.
    See my extended comments and reply in this thread (and several other threads I reference there) which addresses your exact problem
    12c: ORA-65049: creation of local user or role is not allowed in CDB$ROOT
    http://www.oracle.com/pls/db121/homepage
    I suggest you first read chapters 17 and 18 of the Concepts doc about the new multitenant architecture of 12c.
    http://docs.oracle.com/cd/E16655_01/server.121/e17633/part_consol.htm#CHDGDBHJ
    The 'Common Users in a CDB section answers your question
    >
    The name of every user-created common user must begin with the characters c## or C##. (Oracle-supplied common user names do not have this restriction.)
    >
    There are two types of users in 12c: common and local. You need to understand the difference between them.
    Until you read those doc chapters you won't understand these terms: common user, local user, CDB, PDB, root container, and many others.
    As I said in that other thread:
    You will NOT be successful working with 12c unless you have read and understand the new multitenant architecture that it uses. There are very simple things (connecting, startup/shutdown, creation of users, grants to users, etc) that just don't work the same old way anymore.
    If you try to just 'plow through it' without reading about it you will likely get an exception that you won't understand and it will likely use a term (CDB$ROOT) that you won't understand. Then you will hunt all over (or worse, ask in the forums) to find out about that term.
    Yes - I know how adverse some people are to RTFM replies. But for 12c multitenant it is mandatory to read the docs no matter how expert you may be in previous Oracle versions.

  • Can't create new account without a credit card?

    I recently made a brand new Apple ID for the iCloud and because my old ID was years old and I don't even use the email address it was registered on. Registering it went fine. But now that I want to update some of my apps via the iTunes store, it says I can't verify my new account without credit card information. I don't have a credit card at this time. I do plan on getting one soon, but until then I'd like to be able to update my apps, use iTunes cards, and download free podcasts with my new account. Is it possible to get my new account up and running without credit card info?

    I think you can create an Apple ID without credit card
    http://support.apple.com/kb/ht2534

  • 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.

  • 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.

  • Creating new batch without introducing new recipient

    Dear Experts,
    We are working on Documaker v11.4.  We have a requirement to create a new batch without creating a new recipient.  We used the following logic in "BatchingByRecip" control group of configuration file (fsiuser.ini)
    < BatchingByRecip >
        Batch_Recip_Def        = =DAL("NEWBATCHDAL");"NEWBATCH";RCP1;
        Batch_Recip_Def        = True;"RCP1";RCP1;
    The logic worked fine in local environment, but the client environment involves "MergeWIP" rule in respective afgjob where the batching happens.  In the environment, the same logic is not working.  Could you please let us know, if the logic is linked with any other rule in "afgjob.jdt"?
    Please find the afgjob of the environment where the logic is not working as follows:
    <Base Rules>
    ;RULStandardJobProc;1;Always the first job level rule;
    ;MergeWIP;;BATCHPRINT;
    ;JobInit1;1;;
    /* Every form set in this base uses these rules. */
    <Base Form Set Rules>
    ;WIPTransactions;;BATCHPRINT,/BATCHPRINTED;
    ;GVM2GVM;2;Trigger2Wip;
    ;ResetDocSetNames;;
    ;BatchingByRecipINI;2;;
    ;UpdatePOLFile;2;;
    /* Every image in this base uses these rules. */
    <Base Image Rules>
    ;RULStandardImageProc;3;Always the first image level rule;
    /* Every field in this base uses these rules. */
    <Base Field Rules>
    ;WIPFieldProc;;

    The MergeWIP / WIPTransaction is nothing more than where the transaction comes from. In this case, it defines that the transactions come from WIP with the the specified transaction status.  You don't appear to be doing additional triggering, therefore the recipients would have already existed in the WIP transaction.
    You did not mention any messages that might be output from the system as that might help point to the cause.
    Perhaps the problem lies in the INI file where you did not copy over all the other relevant batch definitions?
    Or perhaps your batching script is referencing some GVMs or other content that you previously determined via extract file or using XML xPath and since you are loading from WIP you don't have either of those?

  • Bug - unable to create new connections on SQL Developer 4.0.0.13

    Upgraded to SQL Developer 4.0 and we are unable to create new connections in the Connections pane on the left hand side.
    Clciking the green plus button and right clicking Connections and 'New Connection' doesn't bring up the New Database Connection dialog box.

    Sounds like an 'install' problem.
    Can you extract the zip to a new directory and try again? You did extract v4 to a fresh directory, yes?

  • 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

  • SQL*PLUS Verus using new Oracle10 xe   SQL commands window

    Can I run all manor of queries in SQL COMMAND as in sql*plus .Put another way
    does the new orcale 10 xe (SQL command window) have any restrictions at all in terms
    of code ?
    P.S. Up to now I think this DATABASE program is great.( still testing large files)
    Thanks
    Bob

    Great that's exactly the answer I was hoping to get, I am new to Oracle products
    but not new to SQL and find the new Oracle interface to be top notch compared to any
    "FREE" programs out there right now! I tried the free microsoft SQL server program
    and found almost no help or free tutorials like Oracle 10 xe has ( Way to go Oracle !)
    Thanks
    Bob

Maybe you are looking for

  • Thci.dll was not found Satellite 5105-s501

    who has toshiba control Utilites for satellite - distributiv? I have no CD with distributiv. When i install toshiba control Utilites, which download from TOSHIBA SUPPORT, appearence message "thci.dll was not found".

  • OS X 10.9.2 Guest User Account keeps showing up even though it is listed as 'off' in Users & Groups

    Hi all, This problem just happened these last 2 days, and I believe it started after the itunes 11.2 and camera raw 11.2 update on 16 May 2014. The "guest user" login keeps appearing in the Login screen, i've checked the status of it in my 'System Pr

  • How to copy a future object in java ???

    here is a part of class Hand for a blackjack game. I want to make a copy of a future Hand object using constructor copyHand(), I dont know how ???????? I appreciate anyones help ..... // the array of cards in the hand     Card [] cards;      * Builds

  • How to contorl PoCL in CVI

    Hello, I am using an NI-1433 board and can communicate with my JAI camera and use power over cameralink (PoCL) to power the camera. I would like to turn this on / off so that the camera is only powered when the software is running. Can this be done?

  • Photoshop CS5 becomes unresponsive when switching programs?

    Photoshop CS5 becomes unresponsive if I switch to another program (ie acrobat, word, google chrome). The menu's still work, but pan, zoom, move, etc. have no effect on the image.  I have to save and restart to make the program work correctly and it w