Creating database on oracle lite v 4.0.0.2.0

I have created a new database and created a user through oracle navigator. When i m trying to logon to that user from Sql Plus , It gives me following error
oca-30017 error logging on to non-oracle database
It logs on to user "system" without any problem.
Thanks
Raji
null

Thanks For Replying.
When i create the user via navigator, I don't have any option to change the previlages or roles.Properties of that user just show general. I granted ddl,admin permission through sql Plus still the result is same.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Raju:
Good you have created a new database and also a user via oracle navigator.
Did u grant all the permissions to that user like:
connect,session,resources,create table,alter table,select,insert,delete etc.,
please check it and then try to connect to that database.
regards
Raju<HR></BLOCKQUOTE>
null

Similar Messages

  • Creating database in oracle 8.0.6

    Hi
    I hv installed oracle 8.0.6 on a machine having HP Unix U 9000
    Now i have to create a new database on the same machine. i have read about oracle enterprise manager and database manager. but i tried "oemapp console" command but it is not working.
    can anybody please help me with the steps involved in creating database in oracle 8.0.6.
    thanks
    sidhu

    Hi,
    I'm not sure, but maybe you need run the command ./orainst /c
    and choice Install, Upgrade or De-install software
    or choice Install new product-Create DB objects
    Cheers

  • Creating table in oracle lite 10g

    Hi,
    I believe the following is the way to create a database table in Jdeveloper 10g and Oracle BPEL process Manager 10.1.3.1.0
    1.Created bpel project--> right click project ---> create schema---> right click schema---> create table(completed the wizard and created schema and table)
    2.Right click schema ---> new---> database tier---> offline database objects ----> SQL generated from offline database objects(and then complete the wizard)
    If the above is the correct approach to create the table, then I am facing two situations.
    a. In the project properties(offline database), if the 'database to emulate' is set to oracle lite 10g release 1, then "SQL generated from offline database objects" option is not enabled to choose in the step 2 above. So I cannot proceed further.
    b. If the 'database to emulate' is set to oracle database 10g release 2 (this is default), "SQL generated from offline database objects" in step 2 is enabled, but in the wizard that follows, when I tick 'perform operation against the database' it asks me for oracle database connection settings. But I only have the Oracle 10g Lite version and not Oracle database 10g. So I am not able proceed further.
    All I need is to create tables in the Oracle Lite database that I have.
    Any help on this issue will be greatly appreciated.
    -Sagar

    While waiting for an answer here ... you may want to investigate the Oracle Lite forum at Database Mobile Server (inc. legacy Database Lite)

  • Problem faced while creating database in oracle 10g

    SQL> get C:\Oracle_Docs\ex\dbcreation_script\DBCREATIONSCRIPT
    1 create database db_test
    2 logfile group 1 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO01.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO02.rdo') size 100 m,
    3 group 2 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO03.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO04.rdo') size 100 m
    4 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\system01.dbf' size 32m
    5 SYSAUX DATAFILE 'C:\oracle\product\10.1.0\oradata\orcl\testdb\SYSAUX.DBF' SIZE 325M
    6 undo tablespace testundotbs
    7 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\undo01.dbf' size 40 m
    8 default temporary tablespace test_temptbls
    9 tempfile 'C:\oracledb\testdb\tempo1.dbf' size 40 m
    10 character set WE8MSWIN1252
    11* national character set AL16UTF16
    12 /
    create database db_test
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-01504: database name 'DB_TEST' does not match parameter db_name 'orcl'
    create spfile = 'C:\oracle\product\10.1.0\db_1\database\spfiledb_test.ora' from pfile = 'C:\oracle\product\10.1.0\admin\orcl\pfile\init.ora'
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file
    'C:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\PFILE\INIT.ORA'
    Message was edited by:
    user525645

    i have the init file which contains my database name.i have tries asking one sir regarding this. he checked out my problem but couldnt get the solution.he told he'll check it out and tell...he 's telling ther is 25% chance in installation problem.
    my init.ora file
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=db_test
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.1.0\admin\orcl\bdump
    core_dump_dest=C:\oracle\product\10.1.0\admin\orcl\cdump
    user_dump_dest=C:\oracle\product\10.1.0\admin\orcl\udump
    # File Configuration
    control_files=("C:\oracle\product\10.1.0\oradata\orcl\testdb\control01.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control02.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control03.ctl")
    db_recovery_file_dest=C:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=orclXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    Message was edited by:
    user525645

  • Errors and Queries regarding manually create database in oracle 9i

    Create database manually with following steps:
    1) Create SID
    C:\> set ORACLE_SID=mynewdb
    2)Create suitable database directories within oracle directory.
    Create folders udump,cdump,bdump within C:\oracle\admin\mynewdb\
    3)Create PFILE
    4)Create a password file using:
    C:\> orapwd file=C:\oracle\ora90\database\PWDmynewdb.ora password=oracle
    5)Create an instance of database
    C:\> oradim -new -sid mynewdb
    6)Start sqlplus:
    C:\> sqlplus\nolog
    7)connect / as sysdba
    8)startup nomount
    9)Run CREATE DATABASE script
    'Database Created' prompt display on screen.
    11) Run two scripts i.e. catalog.sql and catproc.sql
    Following are errors and queries related to database creation. :
    Errors+_
    Following error occur when start database:
    Total System Global Area 336359616 bytes
    Fixed Size 282816 bytes
    Variable Size 234881024 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 532480 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    For start database I give following command, but it gives me same error:
    STARTUP OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP FORCE OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
    or
    STARTUP OPEN
    or
    STARTUP FORCE OPEN
    Queries_
    *1)There are one databases in my machine name "orcl"*
    when I give commands
    C:\> connect / as sysdba
    C:\> startup nomount
    When I run "connect / as sysdba", in this which database instance connect?
    how the oracle will know to start mynewdb database instance in nomount? although I am not create database.
    *2) Step "startup nomount". In this, which database started in nomount?*
    *3) There is no reference for PFILE in CREATE DATABASE script. How the oracle will know which is the PFILE for database mynewdb?*
    *4) I create password file, how the oracle will know password file for which database (in this case mynewdb database)? How to map password file with particular database?*
    Thanks and Regards,
    Sachin

    Hi,
    not any thing new from the already given answer. But, i hope this examples gives more clarity.
    Answers below:
    1) ORACLE_SID is the answer
    2) see the output below.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 61785680 bytes
    Fixed Size 730704 bytes
    Variable Size 58720256 bytes
    Database Buffers 2048000 bytes
    Redo Buffers 286720 bytes
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mytestdB
    SQL>
    SQL> show parameter db_name
    NAME TYPE
    VALUE
    db_name string
    mytestdB
    3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    SET command will help you or use widows options.
    In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
    4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    Regrds,
    Vasu.

  • Cannot create database in oracle 9i

    i want to create a database manually in oracle 9i.I have sysdba privileges but when i use create databse command ------>>>>
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    i am getting a error message ::--->>>
    SQL> /
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    ERROR at line 17:
    ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE
    please tell me how can i remove this error.

    so your sql would be...
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    TEMPFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED

  • Error when creating database after oracle 8.1.6 is installed.

    Hi,
    I used Redhat 6.1 and installed Oracle 8.1.6. I think the oracle software is installed successfully. However, when I attempted to create the database by Database Configuration Assistant, I got an error message when I click on 'start' button.
    The message is ORA-01031: insufficient privileges and ORA-01012: not logged.
    How can I solve the problem to create my first database?
    Thanks a lot.
    Regards,
    Tony

    Make sure svrmgrl still works.
    To startup a database, you must login as oracle, and oracle must also be a member of the dba group.
    Also, make sure you set the following environment variables: $ORACLE_HOME, $ORACLE_SID.
    Good Luck!
    null

  • Pls help me error in creating DATABASE in ORACLE 8I

    I used Redhat 6.1 and installed Oracle 8.1.5.2 I think the oracle software is installed successfully. However, when I attempted to create the database by Database Configuration Assistant, I got an error message when I click on 'start' button.
    privileges and ORA-01012: not logged.
    How can I solve the problem to create my first database?,i m using the oracle account only and i have given all permissons to him
    Thanks a lot.
    Regards,
    chandru

    More info on my homepage, including "not logged in" and creating DB without using dbassist:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • Create database in oracle 10g

    Hi.
    I have computer with 300Mb memory, and Suse enterprice server 9 on that computer. In specification of o10g I found it need 512Mb.
    This is posible with this amount of memory run database?
    Basicly I don't need nothing big. I want just lern Oracle. Install it (what I did), create small database some small tables, connect to it by sqlplus, and lern.
    During instalation I choose standard instalation.
    When I use dbca and it start create a database then give me error about sharred memory.
    Is any other version of oracle 10, something what don't nead 512Mb memory. That I can use on that computer?
    Thanks for information and sugestion.
    Mariusz

    Did you set the following kernel parameters to these minimum values?
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128

  • How to create database in oracle 10g

    hello
    i want to create new database
    i have already one on my pc. I use oracle 10g express
    is there some gui to reach this task ?

    Handle:      784633
    Status Level:      Newbie
    Registered:      Jul 27, 2010
    Total Posts:      154
    Total Questions:      49 (47 unresolved)
    no no ... i need another database - another instanceSince you have all the answers, you are free to proceed as you deem appropriate.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/toc.htm
    Ready, Fire, AIM!

  • Error Creating Database on Oracle 10g Release 2

    I'm having a problem creating a second database on 10g release 2 on Windows server 2003.
    I have created an initialization parameter file on %Oracle_Home%\database\initDB2.ora
    However, whenever I try to run sql command to create a database with the same name as the db_name parameter in the initialization parameter, it gives an error database name 'DB2' does nto matchthe parameter db_name = dbase
    dbase is the first database that was created automatically when I installed Oracle.
    Any solutions? Why is the server not using the parameter file I have created? Why does it seem to use the initialization parameter file that belongs to the first database?
    Cheers

    'startup nomount' with 'pfile=...initDB2.ora' clause? In this case Oracle chooses a server parameter file (spfile) by default and I still assume ORACLE_SID is set to your first database. So automatically spfile from the first database is used. You should try:
    set ORACLE_SID=DB2
    (now in sqlplus) startup nomount pfile=%ORACLE_HOME$\database\initDB2.ora
    Werner

  • JDeveloper 10G (BPEL Designer): how to create db connection to Oracle Lite

    I want to create a JDeveloper database connection to the Oracle Lite database installed with JDeveloper 10G BPEL Designer, but haven't been able to find any info on the subject.
    Can anyone point me to some info or walk me through it?
    Regards

    To connect JDeveloper 10g to an Oracle Lite database, you will need to follow this setup.
    1. Create an ODBC entry for the Oracle Lite database. If you have installed Oracle Lite 10g Mobile Development Kit, you should have a copy of POLITE.ODB pre-installed. Check your ODBC.ini, or run Administrative Tools > Data Sources (ODBC), and follow the polite entry pattern. If you create a new Oracle Lite database, you must create a matching enrty in the ODBC configuration file.
    2. In JDeveloper, create a new connection for your Oracle Lite database.
    The Connection Name should match your entry in ODBC for ease of reading.
    The Connection Type should be Oracle Lite.
    The Username is system.
    The Password is xxx.
    The Deploy Password box is checked.
    The Datasource Name must match the ODBC entry exactly.
    Leave the rest of the fields as is.
    Test your new connection.
    Enjoy.

  • How to create new database in oracle 9i

    how to create database in oracle 9i and create all table, trigger and fun/stored procedure in it?
    one more thing is that how to assign connection with JSP. i need code if possible.

    Roop.IT.Tech wrote:
    how to create database in oracle 9i and create all table, trigger and fun/stored procedure in it?Read the docs that come along with the database. This has nothing to do with JDBC.
    one more thing is that how to assign connection with JSP. i need code if possible.Create a DAO class which does all the JDBC task. Then create a servlet class which has an instance of the DAO class. In the doGet() or the doPost() do your DAO thing, store the result in the request scope and forward the request to a JSP. In the JSP file use JSTL/EL to display the data to the world.

  • Access Oracle Lite database on CE

    Hi Eric,
    Thank you for your help, but I have already tried using SLQplus
    and Oracle Lite Navigator, and it works !
    I have no problem accessing the POLite demo database (on my
    windows CE) from my desktop. But the demo program REPSVR shipped
    with Oracle Lite on CE doesn't work at all...
    I've tried the 3 solutions : Disk File, HTTP, and OMA replication
    but the only problem is that the program cannot access to the
    database !
    I'm sure that :
    _HTTP, OMA and Disk File Replication work because I've tested it
    fom a remote location on my network.
    _the connection to the database server (an Oracle 8.0.5) works.
    _The ODBC.INI is also well configured (by default with the DSN
    POLite and the DSN CE pointing to the database POLite).
    So the only reason possible is the connection to the local
    database.
    I was also unable to use the ODBINFO to test POLite...
    I've carefully studied the doc, but no other procedure to test
    the database is described...
    It's very frustrating because I'm just one step before
    succesfully validate Oracle Lite for Windows CE for my company !
    If you have other ideas (other than going right into the code of
    the REPSRV demo !!!), I woul greatly appreciated...
    Thanks.
    Hi Olivier,
    There are a few things you can try. Connecting using ODBC is probably
    the easiest way. You can either use sqlplus or the Oracle Lite Navigator
    tool that comes with 8i Lite. Use a connect string of:
    ODBC:CE
    If you have more problems, you can try posting them on the Oracle 8i Lite
    discussion group, located at
    http://technet.oracle.com
    Hope this helps,
    Eric
    Olivier Davant wrote:
    I am not able to access my demonstration database (of Oracle
    Lite) on
    Windows CE.
    Can anyone tell me a procedure to check where is the bug ?
    Like : 1) check that all files are present
    2) use an ODBC test...
    Thank you.null

    If you are using OLite, you should use the OLite .NET provider:
    http://download-west.oracle.com/docs/cd/B14156_01/doc/B13788/html/toc.htm
    Look at Chapter 6 and 11, which cover ADO.NET data access.

  • Additional query... on Oracle Lite

    Dear All,
    I have a few additional queries on the question I posted before
    ADditional queries :
    ==================
    1) What software does lie on the Windows CE platform and how do we install it, because if we install Oracle lite for handheld devices it installs it on the PC?
    2) How can the replication be done with the Polite.odb on windows CE device in the simplest possible way?
    3) If I want to connect to this polite.odb how can i do that from my PC?
    Previous question :
    ==================
    I am working on a prototype between Oracle Lite and Oralce 8i database. I have managed to install oracle lite on PC and also manage the replication between the Oracle database and Oracle Lite database. I can also connect to the Oracle Lite database (It is a ODB file) through SQL plus. But I am having a few problems :
    1) While connecting to Oracle Lite database I get a message
    "Server not available or version too low for this feature" without any oracle error number. The versions are as follows : Oracle Open Client Adapter for ODBC 6.0.5.3.0
    Oracle Lite ORDBMS 4.0.0.2.0
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    To connect to Oracle Lite database, your give the userid/password@odbc:<<oracle lite dbname>>
    What can be the possible reasons?
    2) I tried to create a database link between the Oracle Lite database and Oracle database and when I try to fire a select on a table in Oracle Lite database I get an error
    "ORA-06401: NETCMN: invalid driver designator"
    so how dow we create a database link between these 2 databases?
    Thanks in advance
    Please send your mails to [email protected] and/or [email protected]
    Regards
    Sohil
    null

    Hi Aman,
    I was going through Oracle® Database Concepts 11g Release 2, Chapter 12 Logical Storage Structures (link below):
    http://docs.oracle.com/cd/E11882_01/server.112/e25789/logical.htm#i19599
    *Automatic Segment Space Management*
    The ASSM method uses bitmaps to manage space. Bitmaps provide the following advantages:
    •Simplified administration
    ASSM avoids the need to manually determine correct settings for many storage parameters. Only one crucial SQL parameter controls space allocation: PCTFREE. This parameter specifies the percentage of space to be reserved in a block for future updates (see "Percentage of Free Space in Data Blocks").
    •Increased concurrency
    Multiple transactions can search separate lists of free data blocks, thereby reducing contention and waits. For many standard workloads, application performance with ASSM is better than the performance of a well-tuned application that uses MSSM.
    •Dynamic affinity of space to instances in an Oracle Real Application Clusters (Oracle RAC) environment
    ASSM is more efficient and is the default for permanent, locally managed tablespaces.Regards,
    Ankit Rathi

Maybe you are looking for

  • Busted Screen, Need Help Hooking Up Monitor

    The screen on my Powerbook is totally busted so I tried hooking up a monitor to it, but it seems to not be working correctly. All I see is my desktop picture, and no icons (like the HD or folders on my desktop), dock, or even the menu bar are not sho

  • Server 2008 R2 Hyper-V guests lose NIC after recent Windows Update

    Hi Folks, I have  a Windows 2008R2 Hyper-V server with 20 guests.  They have been using a standard network adapter for 2 years.  Last night after running this months windows updates on a number of the guest VMs, each running Windows 2008R2 some of th

  • Enable Navigation to WebClient View from Inbox of IC

    Hi All, I am using CRM 2007. In the IC, when you click on a particular transaction in the Quick Create group we have it enabled to navigate to the Web Client view for that particular transaction within the IC. This is working fine which is great. How

  • Help With Creating HR Schema on Oracle 10g

    Hi; I am new to oracle and need help to setup HR schema to practice tutorial for Oracle SQL Developer 1.2. Any help and guidence will be highly appreciated. Found this script "hr_code"in C:\oracle\product\10.1.0\Db_1\demo\schema\human_resources but d

  • Contacts cannot be saved on Pre

    I was having a problem with my Palm Pre where I could next text or receive texts from one of my contacts, so I followed the advise on this board and reset my phone by deleting the Apps and Info and then reloading everything from my palm profile.  Tha