Can't create database

I just installed SQL Express 2014. Did not ask for any loging options during the install process. It seemed to proceed on its own. But after the installation was completed when I connect using SQL Server Management Studio, I am defaulted to the windows login
and password.
Once I am connected I tried to create a new database, but I get the following error.
"CREATE DATABASE Permission denied in database 'master'. (Microsoft SQL Server , Error: 262)
(My Windows login has Admin rights on the computer that I am working on)
So I tried to enable the "sa" account , Again I get an error.
"Cannot alter the login 'sa', because it does not exist or you do not have permission. (Microsoft SQL Server, Error: 15151).
How to solve this issue. All I want is to be able to create new Database.

Can you refer the below link
http://blogs.msdn.com/b/dparys/archive/2009/09/17/create-database-permission-denied-in-database-master-my-fix.aspx
--Prashanth

Similar Messages

  • How can i Create Database Link

    Dear Expert,
    I have two servers on that there are two databases then
    how can i create database link.

    CREATE [SHARED][PUBLIC] DATABASE LINK link_name
    [CONNECT TO user IDENTIFIED BY password]
    [AUTHENTICATED BY user IDENTIFIED BY password]
    [USING 'connect_string']

  • Update to Muse 2.3 Crashes. Windows 7 x64. "openCreate can't create database over file..."

    I updated to Muse 2.3. Everytime I open an old site or create a new one then try to save or save site as, I get error message "openCreate can't create database over file that already exists"
    I have tried uninstalling then reinstalling Muse and Air (a couple of times). Also tried the cleaner.
    Any suggestions? Of course a tad urgent. Muse is great program, but its usefulness seems to be inversely proportional to the urgency of need.
    Thank you for any help.
    Alan

    Thanks Zak for getting back to me so quickly. I seem to have solved the problem (fingers crossed).
    I restored my Windows 7 system to a point before I installed the latest update to Muse (2.3) [the restore also went back before large windows update that happened this week]. I tried to start Muse up and I got an error message saying it was a damaged installation. I uninstalled then reinstalled AIR. Then I reinstalled Muse. Seem to be working fine now.
    The only thing I can think that happened to mess things up was that I used the Cleaner after I uninstalled Muse originally? I used it for the CS6 version. I noticed that Muse was listed under my CS 5.5 installation too (I think it said Muse 16 - maybe v1 or the beta?). I uninstalled that too so maybe I had a corrupted installation from earlier or the beta still hanging around my system?
    I really appreciate the prompt support. I will let you know if anything else happens - let me know if you'd like any more info.
    Alan

  • Can't create database using ASM (SOLVED)

    Hi all
    I'm trying to use ASM for the first time, on Oracle 10.2.0.1 on Solaris x64.
    I have installed the ASM instance into /opt/oracle/asm/10.2.0 and created disk groups. I have cssd running OK. I am able to start and stop the ASM instance without problems, and I can select from v$asm_diskgroup to confirm that disks are mounted OK.
    I have then installed Oracle EE separately into /opt/oracle/server/10.2.0. I first did a software only install, and now I am trying to create a DB.
    The problems come when I try to use this ASM instance to host a new database. I first tried to use DBCA to create a new database, but on database creation I got the following errors:
    ORA-00200: control file could not be created
    ORA-00202: control file: '+DBLIVE1'
    ORA-17502: ksfdcre:4 Failed to create file +DBLIVE1
    ORA-15001: diskgroup "DBLIVE1" does not exist or is not mounted
    ORA-15055: Message 15055 not found; No message file for product=RDBMS, facility=ORA
    ORA-01031: insufficient privileges
    I then told DBCA just to create the DB creation scripts, and I tried manually running these with SQL*Plus.
    When doing it with SQL*PLus, I initially got the same error as shown above. But then something changed (sorry, not sure what), and now the error I get is:
    CREATE DATABASE "NEONREL1"
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00349: failure obtaining block size for '+DBLIVE1'
    ORA-01031: insufficient privileges
    I've put some debug info below, showing me succesfully connecting to the ASM instance and then attempting to create the DB using the db creation scripts, showing the error at the end. You can see that the oracle OS user is able to connect fine to ASM, then I swithc ORACLE_SID and ORACLE_HOME to the EE install and try to create the DB, at which point it apparently can't connect to ASM any more.
    I've tried the DB creation many times, and in between attempts I completely empty $ORACLE_HOME/admin/<dbname> and delete the files related to the attempted install from $ORACLE_HOME/dbs/ . I've also stopping/starting ASM, rebooting, and I've done the install of ASM and EE a couple of times over in case I made any mistakes in my earlier attempts.
    Any help would be much appreciated!
    Tom
    ##### CHECKING ASM
    oracle@neonrcom-db1:~$ uname -a
    SunOS neonrcom-db1 5.10 Generic_127128-11 i86pc i386 i86pc
    # css is running
    oracle@neonrcom-db1:~$ ps -ef | grep css
    oracle 498 1 0 21:46:40 ? 0:01 /opt/oracle/asm/10.2.0/bin/ocssd.bin
    # listener is running in the ASM instance
    oracle@neonrcom-db1:~$ ps -ef | grep tnsl
    oracle 1332 1 0 21:49:59 ? 0:00 /opt/oracle/asm/10.2.0/bin/tnslsnr LISTENER -inherit
    # ASM is only entry in /var/opt/oracle/oratab
    oracle@neonrcom-db1:~$ grep -v "^#" /var/opt/oracle/oratab
    +ASM:/opt/oracle/asm/10.2.0:N
    # I can connect to ASM fine, and it has diskgroups mounted.
    oracle@neonrcom-db1:~$ export ORACLE_HOME=/opt/oracle/asm/10.2.0
    oracle@neonrcom-db1:~$ export ORACLE_SID='+ASM'
    oracle@neonrcom-db1:~$ sqlplus "sys as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jul 21 20:53:10 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> set line 150
    SQL> select name, block_size, state, type, total_mb, free_mb from v$asm_diskgroup;
    NAME BLOCK_SIZE STATE TYPE TOTAL_MB FREE_MB
    DBARCH1 4096 MOUNTED EXTERN 2096856 2096784
    DBLIVE1 4096 MOUNTED EXTERN 4193904 4193812
    #### Contents of init.ora for new DB
    db_create_file_dest=+DBLIVE1
    db_recovery_file_dest=+DBARCH1
    db_recovery_file_dest_size=2147483648
    ##### DB INSTALLATION ATTEMPT
    oracle@neonrcom-db1:~$ export ORACLE_HOME=/opt/oracle/server/10.2.0
    oracle@neonrcom-db1:~$ export ORACLE_SID='NEONREL1'
    oracle@neonrcom-db1:~$ export PATH=$ORACLE_HOME/bin:$PATH
    oracle@neonrcom-db1:~$ /opt/oracle/server/10.2.0/admin/NEONREL1/scripts/NEONREL1.sh
    You should Add this entry in the /var/opt/oracle/oratab: NEONREL1:/opt/oracle/server/10.2.0:Y
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jul 21 22:10:54 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    specify a password for sys as parameter 1
    Enter value for 1: xxx
    specify a password for system as parameter 2
    Enter value for 2: xxx
    specify a password for sysman as parameter 3
    Enter value for 3: xxx
    specify a password for dbsnmp as parameter 4
    Enter value for 4: xxx
    specify ASM SYS user password as parameter 6
    Enter value for 6: xxx
    Connected to an idle instance.
    SQL> spool /opt/oracle/server/10.2.0/admin/NEONREL1/scripts/CreateDB.log
    SQL> startup nomount pfile="/opt/oracle/server/10.2.0/admin/NEONREL1/scripts/init.ora";
    ORACLE instance started.
    Total System Global Area 1.9294E+10 bytes
    Fixed Size 2054976 bytes
    Variable Size 2264925376 bytes
    Database Buffers 1.7012E+10 bytes
    Redo Buffers 14721024 bytes
    SQL> CREATE DATABASE "NEONREL1"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 DATAFILE SIZE 300M AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    8 EXTENT MANAGEMENT LOCAL
    9 SYSAUX DATAFILE SIZE 120M AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    10 SMALLFILE DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE SIZE 20M AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    11 SMALLFILE UNDO TABLESPACE "UNDOTBS1" DATAFILE SIZE 200M AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    12 CHARACTER SET AL32UTF8
    13 NATIONAL CHARACTER SET UTF8
    14 LOGFILE GROUP 1 SIZE 51200K,
    15 GROUP 2 SIZE 51200K,
    16 GROUP 3 SIZE 51200K
    17 USER SYS IDENTIFIED BY "&&sysPassword" USER SYSTEM IDENTIFIED BY "&&systemPassword";
    CREATE DATABASE "NEONREL1"
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00349: failure obtaining block size for '+DBLIVE1'
    ORA-01031: insufficient privileges
    Message was edited by:
    tjobbins

    Update: I've worked out the difference between the two sets of errors I get.
    The basic error is this:
    ORA-00200: control file could not be created
    ORA-00202: control file: '+DBLIVE1'
    ORA-17502: ksfdcre:4 Failed to create file +DBLIVE1
    ORA-15001: diskgroup "DBLIVE1" does not exist or is not mounted
    ORA-15055: Message 15055 not found; No message file for product=RDBMS, facility=ORA
    ORA-01031: insufficient privileges
    However if my init.ora contains the line:
    control_files=/opt/oracle/server/10.2.0/dbs/cntrlNEONREL1.dbf
    then I instead get the second error:
    CREATE DATABASE "NEONREL1"
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00349: failure obtaining block size for '+DBLIVE1'
    ORA-01031: insufficient privileges
    So basically these must be the same error, just in the second case I'm not trying to put the control file on the ASM so it fails at a different point.
    But both errors must be because of the same cause, I suppose.

  • OWB 10g -- Can't Create Database Links for Data Source and Target

    We installed OWB 10g server components on a Unix box running Oracle 10g (R2) database. The Designer Repository is in one instance. The Runtime Repository and the Target are in another instance. The OWB client component was installed on Windows XP. We create a data source module and a target module in OWB. The data source is on another Unix box running Oracle 9i (R2) database. We try to create database links for data source module and target module, respective. But when we created and tested the DB links, the DB links were failed.
    For the database link of data source, we got the following error message:
    Testing...
    Failed.
    SQL Exception
    Repository Error:SQL Exception..
    Class Name: CacheMediator.
    Method Name: getDDEntryFromDB.
    Repository Error Message: ORA-12170: TNS:Connect timeout occurred
    For the database link of target , we got the following error message:
    Testing...
    Failed.
    API2215: Cannot create database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    Repository Error:SQL Exception..
    Class Name: oracle.wh.ui.integrator.common.RepositoryUtils.
    Method Name: createDBLink(String, String, String, String).
    Method Name: -1.
    Repository Error Message: java.sql.SQLException: ORA-00933: SQL command not properly ended.
    However, we could connect to the two databases (data source and target) using the OWB’s utility SQL Plus.
    Please help us to solve this problem. Thank you.

    As I said prior the database link creation should work from within the OWB client (also in 10).
    Regarding your issue when deploying, have you registered your target locations in the deployment manager and did you first deployed your target location's connector which points out to your source?
    I myself had some problems with database link creations in the past and I can't remember exactly what they were but it had something to do with
    - the use of abnormal characters in the database link name
    - long domain name used in as names.default_domain in my sqlnet.ora file
    What you can do is check the actual script created when deploying the database link so see if there's something strange and check if executing the created script manually works or not.

  • About dbca,i can't create database!

    i installed oracle9i(9.2.04) on RHEL4,no error exist.
    but when i have created database with dbca,there are no *.ora file in {ORACLE_BASE}/admin/{db_name}/pfile,and no control file and datafile in {ORACLE_BASE}/oradata/{db_name}/.
    i execute dbca again,there is no database,because there is no configure option,only create database and template manage options.
    i don't know why
    thanks.

    can u check in this path /u01/app/oracle/product/9.2.0/dbs/

  • DBCA 9i can't create database

    I've installed Oracle according to guide (Installing Oracle 9iR2 on Red Hat 9 - http://linux.oreillynet.com/lpt/a/4141)
    When I try to create database via DBCA then program do not pass the first task - Creating and starting Oracle instance.
    I have only one difference in configuration: glibc-devel-2.3.2-27.9.7 instead of glibc-devel-2.3.2-11.9 but during installation everything was ok.
    What should I do ?
    Thank You

    I monitored processes and I killed every sqlplus invoked by dbca whenever it hung with no activity.
    My guess is
    1) oracle.sysman.assistants.dbca.Dbca invokes sqlplus for database creation tasks
    2) sqlplus runs and finishes its given task
    3) some reason it doesn't exit
    4) Dbca waits forever
    Though the instance is up and running after all, something could be missing. I'd have to see compare the database with manually created one.
    If I have time, I might want to see what made sqlplus not exit properly.
    Can someone suggest a real solution?

  • TP4: Can't create database connection

    I have just installed JDeveloper TP4 and run it for the first time. When I try to create database connection, nothing happens. Specifically, I right click on "IDE Connections" and select "New Connection" - and nothing happens; no messages, no dialogs, nothing. Is there something I have to have installed before this will work? I have Sun's Java 6 installed - I noticed that JDeveloper warns about this. Would it cause this problem?

    Hi,
    can you try with JDK 5 to exlude and issue with JDK 6. It works for me with JDK 5 so, there might be an issue with you Java runtime
    Frank

  • Can't create database link when password has special character

    I'm trying to execute the following statement within sqlplus
    create database link alpha connect to scott identified by tiger! using 'db_alpha'
    note that the password for the account has an exclamation point in it. the command fails. I've tried placing the password in quotes (') and double-quotes ("). The double-quotes work, but then the link fails to function properly.
    We are required to have a special character in our passwords... so how do I get that special character into the password for the database link?
    Thanks in advance,
    Darren

    for some weird reason, I can't post the reply I want. every time I try, the forum hangs and doesn't save the message. give me a sec...
    I have put the password within double quotes... so I'm starting to think the problem is something else. I've been reading other posts regarding creating database links and I've obtained limited results. Here's what I've done, and the results I'm getting.
    (names changed to protect the innocent)
    My oracle database is on SYSA. I'm on SYSB. I set my TWO_TASK=SYSA and just use sqlplus to connect as user1.
    I want to run a command on user2's tables. Normally I would just grant read access to user1 on user2's tables and use a command like
    nert spaces to get this to save (weird forum bug here, I can't delete the text to the left)
    SQL> sel{color:black}{color}ect * fr{color:black}{color}om u{color:black}{color}s{color:black}{color}e{color:black}{color}r{color:black}{color}2{color:black}{color}.{color:black}{color}m{color:black}{color}y{color:black}{color}_{color:black}{color}t{color:black}{color}a{color:black}{color}b{color:black}{color}l{color:black}{color}e{color:black}{color};
    However, user2 is for test data and those tables get dropped and recreated often and it is cumbersome to try to remind everyone to recreate the grants. So I can't trust that user1 will have access to user2's tables. So my goal with the database link is to create a private (for user1 only) database link and access the tables that way, that way I bypass the grant issue. This works out better for me because we only change that password every 2 months. I just recreate the database link once every two months, rather than recreate grants multiple times every week. Well, that's the theory anyway.
    Back to creating the database link, I thought my issue was the special character in the password because if I remove the exclamation point everyting works (except that the password is invalid). Below is what it looks like when I do this...
    Attempt #1:
    SQL> create database link BLAH connect to user2 identified by "tiger" using 'BLAH';
    Database link created
    SQL> sel{color:black}{color}ect * fr{color:black}{color}om my{color:black}{color}_{color:black}{color}table{color:black}{color}@{color:black}{color}BLAH;
    sel{color:black}{color}ect * fr{color:black}{color}om my{color:black}{color}_{color:black}{color}ta{color:black}{color}ble{color:black}{color}@{color:black}{color}BLAH
    ERROR at line 1:
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from BLAH
    So that looks like it's just a password issue. If I put in the correct password... the error changes to this...
    Attempt #2:
    SQL> create database link BLAH connect to user2 identified by "tiger!" using 'BLAH';
    Database link created
    SQL> sel{color:black}{color}ect {color:black}{color}* fr{color:black}{color}om my{color:black}{color}_{color:black}{color}table{color:black}{color}@BLAH;
    sel{color:black}{color}ect * fr{color:black}{color}om my{color:black}{color}_ta{color:black}{color}ble{color:black}{color}@BLAH
    ERROR at line 1:
    ORA-02085: database link BLAH.AAA.BB.CCC.DDD connects to
    DEVDB.AAA.BB.CCC.DDD
    To me, that doesn't make sense. If the link isn't working... how did it get the "invalid username/password" in Attempt #1?
    Anyway, in perusing other forum posts, one post said to put in the full text from the tnsnames.ora file instead of the alias. So I do a little cut/paste and try this...
    Attempt #3:
    SQL> create database link BLAH connect to user2 identified by "tiger!" using
    2 '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = server001.aaa.bb.ccc.ddd)(PORT = 9999)))
    3 (CONNECT_DATA = (SERVICE_NAME = devdb)))';
    Database link created.
    SQL> sel{color:black}{color}ect {color:black}{color}* fro{color:black}{color}m my{color:black}{color}_{color:black}{color}tab{color:black}{color}le{color:black}{color}@BLAH;
    sel{color:black}{color}ect {color:black}{color}* fr{color:black}{color}om {color:black}{color}my_{color:black}{color}tab{color:black}{color}le@B{color:black}{color}LAH
    ERROR at line 1:
    ORA-02085: database link BLAH.AAA.BB.CCC.DDD connects to
    DEVDB.AAA.BB.CCC.DDD
    Any ideas on what I'm doing wrong?
    Darren

  • Can't Create database Oracle XE on windows2003 !

    Dear all,
    After i installed Oracle XE 10g on windows2003 i will create database but i cound not see dbca .Can anybody suggest me ?
    Thanks for advance
    Chara

    By default Oracle XE edition will create database by SID as XE and i think Xpress edition will allow you to have only one database.
    Some more limitations are there with Oracle XE.
    Plz refer to Oracle Documentions installed along with that.
    Message was edited by:
    GK Joe

  • Can't create database link to oracle 8i

    can you tel me please why i can't create a database link to oracle 8i from owb 9.2.0.2.8

    Can you please provide more information: what is the error you are getting? Are you creating the link while importing metadata or while deploying?
    Nikolai

  • OWB can not create database link

    Hello!
    We use OWB 10.1. We are unable to create database link in the owb as a source for metadata information. The database user we use to connect to the owb have got the right to create database links and the same user can create database links outside the owb. we get the error message
    Testing...
    Failed.
    API2215: Cannot create database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    the database user is not the owner of the repository. if we use the repository owner to create the database link it works.
    it is also impossible to use a database link, that is created outside the owb, if we use an user that is not the repository owner.
    the error message is:
    java.sql.SQLException: ORA-02019: connection description for remote database not found
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:158) ....
    with the owner everything works fine.
    Regards Alex

    hi,
    If public dblink is a problem then u can create the table with PUBLIC SYNONYM and create a synonym of the table in ur DB so that u can access the table in ur DB and still make I/U/D in the table in the other DB. We just have to grant previlege for the synonym created for DML statements.
    Regards
    Bharath

  • I can't create Database Instance

    when I use Oracle Database Assistance for create database.
    It display error ' DIM-00019: Create Service error.
    O/S-error:(OS 1388)
    I don't know this error
    I hope sombody to help me
    Thank.

    Are you using Oracle 10g for windows?, then it looks you've hit bug 3537738. Version 10.1.0.2 contains the fix.

  • I can't create database - ORA-604 and ORA-1519

    *** SESSION ID:(9.5) 2006-02-01 16:00:17.093
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00000: normal, successful completion
    Offending statement at line 647
    create tablespace SYSTEM datafile '/u03/oradata/MMSTUS/system01.dbf' SIZE 200M
    AUTOEXTEND ON NEXT 1024M MAXSIZE 4096M
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 647
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00000: normal, successful completion
    Any Ideas?

    Here is my create database script:
    startup nomount pfile="$ORACLE_HOME/dbs/initMMSTUS.ora";
    CREATE DATABASE MMSTUS
    MAXINSTANCES 1
    MAXLOGHISTORY 1
    MAXLOGFILES 255
    MAXLOGMEMBERS 5
    MAXDATAFILES 1024
    DATAFILE '/u03/oradata/MMSTUS/system01.dbf' SIZE 200M
    AUTOEXTEND ON NEXT 1024M MAXSIZE 4096M
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE TEMP
    TEMPFILE '/u03/oradata/MMSTUS/temp01.dbf' SIZE 200M
    AUTOEXTEND ON NEXT 1024M MAXSIZE 4096M
    UNDO TABLESPACE "UNDOTBS1"
    DATAFILE '/u03/oradata/MMSTUS/undotbs01.dbf' SIZE 200M
    AUTOEXTEND ON NEXT 1024M MAXSIZE 4096M
    CHARACTER SET AL32UTF8
    NATIONAL CHARACTER SET AL16UTF16
    LOGFILE GROUP 1 ('/u02/oralog/MMSTUS/mmstus_redo1_1A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_1B.log') SIZE 100M ,
    GROUP 2 ('/u02/oralog/MMSTUS/mmstus_redo1_2A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_2B.log') SIZE 100M ,
    GROUP 3 ('/u02/oralog/MMSTUS/mmstus_redo1_3A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_3B.log') SIZE 100M ,
    GROUP 4 ('/u02/oralog/MMSTUS/mmstus_redo1_4A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_4B.log') SIZE 100M ,
    GROUP 5 ('/u02/oralog/MMSTUS/mmstus_redo1_5A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_5B.log') SIZE 100M ,
    GROUP 6 ('/u02/oralog/MMSTUS/mmstus_redo1_6A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_6B.log') SIZE 100M ,
    GROUP 7 ('/u02/oralog/MMSTUS/mmstus_redo1_7A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_7B.log') SIZE 100M ,
    GROUP 8 ('/u02/oralog/MMSTUS/mmstus_redo1_8A.log',
    '/u03/oralog/MMSTUS/mmstus_redo1_8B.log') SIZE 100M ;

  • Can't create database from command prompt

    I am using Oracle 9i over Win XP. I can create new database using OEM wizard without any problem. However, when I try to create new database from command prompt, using following commands, I get an error.
    sqlplus /nolog
    connect / as internal (when I issue this I get message TNS no listener)
    CONNECT SYS/password AS SYSDBA (can't understand how to use this, I don't have password because I've not created the database)
    Can anyone help me how to create new database from command prompt?
    Thanx

    "TNS No Listener" => Start the listener
    To be connected as SYSDBA you dont need a password if your are logged in the DBA group, you just have to :
    PROD_:id
    uid=102(oracle) gid=103(oinstall)
    PROD_:sqlplus "/ as sysdba"
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jul 23 11:46:50 2003
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    SQL> show user
    USER is "SYS"
    SQL>
    Fred

Maybe you are looking for

  • How to get the values from a LOV

    Hi I have a LOV which can I have some times only one record , in this case I want when the user click on the boutton of the LOV , the informations of the record goes immediatly to the corresponding item in the block without showing the lov to the use

  • How To: CF11 Clustering without Multicast (AWS)

    This week I've been working on getting clustering setup for a client. Initially we were using CF10 with the latest patches. Ideally we wanted non-sticky load balancing with session replication. We want really high availability with the option to rebo

  • Sending a dynamic query to DB adapter

    Hi, I am using jdeveloper 10.1.3.4. As per the requirements, I am supposed to have only one DB adapter which will handle all the operations on the database tables. The SQL is created at the runtime depending on the input. Is there any option for DB a

  • Extract BI UserID for reporting

    Hi Gurus, What table/infoobject  in BI contains the UserID information? I need this to display in s report. Please help. Thanks Anita

  • Is anyone else's Power Button not flush?

    I just noticed that my power button is not flush with my speaker grill. It dips down to the center (left-side). Does anyone else have this problem? I compared it to my buddy's computer, and his is perfectly flush. Let me know, thanks.