Create Scheama Question

I am new to Oracle, so please bear with me and my questions...
I have been trying to create a new schema in a existing database using the Oracle Enterprise manager and I could not find a way of doing so...
What do I do?...

Here you are going to find all the information that you need regarding how to create users in the database :
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_84a.htm#SQLRF01503
[email protected]
Joel P�rez

Similar Messages

  • How do I create quiz question in reflow?

    How do I create quiz question in reflow? There is form element but how am I going to get the value of the radio button or the text entry?

    You can design the quiz in Reflow but you'll need to code up some sever side code to collect the data and reports for your quiz. If you don't want to write the code you could look at Muse or an online service like typeform or some elearning solution.
    Hope that helps,
    Chris

  • I asked a question,but I got an email with an answer and it says someone else created the question?

    It was a similar question I had asked before,but I asked it again this time differently 'cause I couldn't edit or delete the last one.Am I being hacked or is this some aweful glitch or something? 'cause when I clicked on the name that the email stated created my question,it actually brought me to someone elses' Apple communities profile.

    Most likely you just subscribed to that other thread. Click your user name to get to your account information and go to the Manage email notifications area. I'll wager you'll see yourself subscribed to that other thread, and can remove that subscription there if you wish.
    Regards.

  • Creating a question and answer database with un incremental question table

    Hello,
    i have a project which am suppose to create a database which will be Question and Answers.
    the Question are not to be increasing in the database but only the answers.
    exp:
    Question Table:
    Questions: have you slept well?. Do you have children?. and so on till 12 question.
    Answer Table:
    Answers : 1.yes, 2.no, 3.may be, 4.some how,
    and this Answer should be updated in the database with numbers for instant yes should be 3, no should be 0, may be should be 2 and some how should be 1.

    Related forum thread:
    http://stackoverflow.com/questions/4695227/how-to-structure-a-database-with-questions-and-answers
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Allow users to create Challenge Questions in OAAM

    Hi,
    I have OAAM 11.1.1.5 BP01 implemented and integrated with OIM and OAM 11.1.1.5.2.
    I want to know if a user can be provided with the functionality to create his own challenge questions instead of selecting the OOTB ones.
    If yes, what would be the implementation steps to achieve this?
    Please respond.
    Thanks,
    -Kulesh...

    AFAIK, no. You can definitely customize the existing challenge question set to add/edit/remove any number of questions from the OOTB defaults per your client/organization's requirements... but on an individual user level, there is no functionality to custom define their own unique question/answer set.

  • Auto create mailbox question

    Hi,
    Does the "Exchange email address policy" actually create the mailbox, or just the email address?
    If not, is there an Exchange policy to actually create a mailbox?
    thanks,
    dw

    If I understand correctly, your second question is about creating automatically mailboxes in Exchange 2013. You have two options:
    Create the mailboxes manually (one by one) in the GUI - Exchange Admin Centre
    Bulk create the mailboxes with a script in Exchange Management Shell
    The following video demonstrates the second approach:

  • How to create priority questions

    I have 15 questions in a form where the priority should be between 1 to 15.
    So if Q1 I pick priority 1, Q2 would have to show (2 to 15).  if I pick priority of 15 for Q2 then Q3 would have the options of 2 to 14 and so on ....
    In other words each question would have to belong to one of the priorities exclusively.
    Survey Monkey has this feature. How do we implement this in formscentral?

    The incident will be created with the default values. After the incident is created the workflow will be triggered (based on the criteria defined in the workflow) and applies the new template. There is a short delay between the incident is created and the
    workflow is triggered and template is applied. It could be around a 60-90 seconds delay.
    At least this way it works if everything is configured right.
    Andreas Baumgarten | H&D International Group

  • Grant create index question

    How do I grant "create index" on any table to a user.
    Is it "grant create index to <USER1>

    User must be granted with ALTER OR CONTROL Permission to create an index.
    GRANT ALTER,CONTROL ON SCHEMA::SALES TO <User>
    --Prashanth

  • Create TYPE question

    Hi ,
    I have problems to understand the create type command !
    CREATE TYPE test_type AS OBJECT
    ( test_id_pk number,
    test_city varchar2(20),
    test_state varchar2(10),
    test_zip number
    Is this a kind of reference or what ?
    thank for any commets...
    marcel

    In Oracle, a TYPE is a database object and also an OBJECT in the Object-Oriented Programming sense (although there are key differences between Oracle's implementation and say Java). A TYPE has attributes (and so can be used to hold data) and it has methods (which can manipulate that data).
    You can find out more by reading the online documentation (which you will find here).
    Cheers, APC

  • Create Category question in DMM 5.2.2

    Hi There,
    My customer has noticed that a user given limited permissions in the DMM Media Library over one content folder for example is still able to create categories higher up the tree. You’d expect to be able to create nested categories lower down (as you can) but you should not be able to create categories higher up.
    Admittedly, you can only add and see content for the folders that you’ve been given permission to but it would be better if you couldn’t even create the categories in the first place.
    The customer wants to know if you can stop a user from doing this? I.e. the users should only be able to create categories in their folder and any subsequent child folders.
    Thanks,
    David

    Thank you! To create a booklet, I ended up having to use landscape configuration for the paper and adding two text text boxes. The trick it to be clear with the layout of the pages so they print in the correct order. I've submitted a request that Mac create a booklet template. Thanks again!!!

  • IDVD create chapter question

    hi all, I just want to verify something about chapters, if you'll help me out. Here is how I understand how chapters are created:
    I am using Final cut express, putting in chapters where needed. I export to "quicktime movie" . Then, I import that MOV into iDVD and my "scenes" menu is generated. great.
    Using FCE, when I "export using quicktime conversion" I cannot get my scene menu generated. Is that true? Is this just a restriction on the way it works. I really need that Scenes menu.
    The reason I want "export using quicktime conversion" is because I want to modify the settings - I want H.264 and higher quality. The default quality is just not good enough.
    If I cannot get Scenes generated using my method, I will have to render each chapter and there are 14 of them! ugh. Please advise. Thank you!

    I think you will get a better response if you post this in the FCE forum:
    http://discussions.apple.com/forum.jspa?forumID=936
    I am asking the hosts to move this thread to that forum.

  • Create Objects Question

    Hi. Just curios.
    Lets say I have a class called MyClass. In that class I have an method called myMethod()
    I then create an Object of that with.
    MyClass mc = new MyClass();
    mc.myMethod(); Is that better then to do
    new MyClass().myMethod()What I think is the difference.
    1 with the first example I create an Object that stays "alive"
    2 in the second example the Object dies when myMethod() is complete.
    Have I understood this correctly ?

    MagnusT76 wrote:
    Hi. Just curios.
    Lets say I have a class called MyClass. In that class I have an method called myMethod()
    I then create an Object of that with.
    MyClass mc = new MyClass();
    mc.myMethod(); Is that better then to do
    new MyClass().myMethod()
    Neither one is inherently better. If you need to use the object other than for that one method call, you have no choice but to go with the first option. If that's all you need the object for, and the class name and method name and signature are short enough for it to be readable, you might prefer the second one.
    What I think is the difference.
    1 with the first example I create an Object that stays "alive"
    2 in the second example the Object dies when myMethod() is complete.Java doesn't really have a concept of objects being "alive."
    In the first case, you are retaining a reference to the object, and as long as you have that reference, it cannot be garbage collected.
    In the second case you are not directly retaining a reference to the object, but that doesn't mean that one didn't escape from the method. So the object may or may not be GC-eligible.
    public void myMethod() {
      someList.add(this);
    }If myMethod() does something like that, then the object is not eligible for GC after your call, even though you didn't explicitly retain a reference, because the list now has a reference to it.

  • Create table questions

    What am I doing wrong below. I am trying to create a table everyday with a different name depending on the sysdate.
    Thanks in advance!
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drop table CRF_||(to_char(SYSDATE,'YYYYMM'))
    whenever sqlerror exit failure
    create table CRF_||(to_char(SYSDATE,'YYYYMM'))
         RECORD_ID          VARCHAR2(2),
         PAN                VARCHAR2(16),
         OVERLAY_1           VARCHAR2(8),
         MSG_TEXT_ID5           VARCHAR2(8)
    commit;
    exit;
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    I still can't get the code to work below. Any help?
    Thanks !!
    declare
    sqlstring varchar2(2000);
    begin
    sqlstring := 'drop table CRF_'||(to_char(SYSDATE,'YYYYMM'))
    execute (sqlstring);
    sqlstring := 'create table CRF_'||(to_char(SYSDATE,'YYYYMM')) ||RECORD_ID VARCHAR2(2)||
    execute (sqlstring);
    end; 1. You left out immediate after execute.
    2. you need to build the table creation string os it's syntax is correct:
    sqlstring := 'create table CRF_'||(to_char(SYSDATE,'YYYYMM'));
    sqlstring := sqlstring||' (RECORD_ID VARCHAR2(2), PAN VARCHAR2(16),';
    sqlstring := sqlstring||' OVERLAY_1 VARCHAR2(8),MSG_TEXT_ID5 VARCHAR2(8))';
    please note, I built the string in three pieces just for readability, you could do it on one line if you wanted. Also, when concatenating strings make sure you leave a space at the beginning or end so the strings pieces don't run together.

  • Restoring information/creating partition question

    I am trying to make my Boot Camp partition larger using this procedure:
    http://dustyreagan.com/how-to-increase-or-decrease-your-boot-camp-partition/
    I completed the first 4 steps successfully, but when I try to partition the disk, I get this error:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    I have sufficient external Hard Drives to back up my disk, but I do not have my install disks since I am currently living away from home. Do I need to have the install disks to do what the message above asks me to or not?

    Hi,
    I am trying to make my Boot Camp partition larger using this procedure:
    http://dustyreagan.com/how-to-increase-or-decrease-your-boot-camp-partition/
    I completed the first 4 steps successfully, but when I try to partition the disk, I get this error:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    Maybe a simple reboot of your Mac can resolve this.
    I have sufficient external Hard Drives to back up my disk, but I do not have my install disks since I am currently living away from home. Do I need to have the install disks to do what the message above asks me to or not?
    Yes, the OSX DVD is essential since Disk Utility can not format the HD from which the Mac is booted.
    But if you have enough external HDs you might wanna use SuperDuper http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html to make a bootable clone of your internal OSX HD to an external one.
    Then boot your Mac from that external HD and use Disk Utility to reformat your internal HD.
    Regards
    Stefan

  • How do i create a non-scored multiple answer question?

    Hi,
    I've tried to figure out the best way to do this in Captivate 7, but can't find an answer. I hope you can help me out as I'm stuck
    I need to create a question with 10 possible answers. They are opinions only---not correct or incorrect.
    Kind of like:
    "You are going shopping. What do you want to buy?"
    1. apples
    2. bread
    3. milk
    4. muffins
    5. flour
    6. juice
    7. pasta
    8.  dishwashing soap"
    etc.
    The learner should be able to select none, some, or all and then click submit and advance to next slide, with no feedback given. I do not need to track anything for the LMS.
    What should I use to do it? Interaction, Quiz, Survey, or Widget?
    I am pretty weak with variables, so hopefully your solution will be simple
    thanks!

    Strange... You could have a MCQ that is a survey instead of a graded question (no score automatically) with multiple answers. Delete all the feedback messages and keep the buttons you want, only Submit is really necessary, you decide for the other buttons. But then the user will have to check at least one option. Maybe you can add the option 'I don't know' or 'I cannot choose'? That will be an easy solution.
    Lilybiri

Maybe you are looking for

  • Photoshop Elements 8 Editor

    I keep getting an error that my editor software has stopped working. It was working just fine till about 3 days ago. Using Windows Vista, IE8, Office 2007 The organizer still works. My Premiere Elements 8 is still working. Here is what I've tried so

  • Problems after upgarde to flash 11.3

    Hi,  I have a flex application that has always worked fine for me, however i recently upgraded to version 11.3 of flash player.  This has created some problems that I hope someone can help me with.  I sometimes(its very eratic) get the following erro

  • Is there a timeline creator on my iMac?

    is there a timeline creator on my iMac?

  • Adding 2 icons for a single node on a tree

    Hi, I am trying to create a tree to represent objects. These objects can be of different types, and different states. I intend to use two icons for each node in the tree, one signifying the type and the other the status. I am a bit stuck though. At p

  • Transferring Illustrator CS5 discs to MacBook Air

    Hi.  I have Illustrator CS5 on my Mac laptop.  Now I have a MacBook Air and I am wondering if there is a way to install it to the Air.  Thanks!