Database Job Information in oracle 9i

Hi,
I have a 9i database. Every night there are some jobs running into it. Could you please help me from which command I get the history of all those jobs?
Regards,
Saptadip

dba_jobs will show when the job run for the last time.
When you have such a query you should first consult the online description of the dictionary, dict
In this case select * from dict where table_name like '%JOB%' would have provided the answer.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Client or module information in oracle database in citrix environment

    We have oracle 10g database in citrix environment . We are enable to get client information when he is logon in oracle database or application through citrix. How can we get client information in oracle. we want to stop sqlplus or any other tools except our application. How it would be possible.
    Thanks
    Edited by: Wason Naveen on Feb 19, 2010 6:39 AM

    Sorry I wasn't sure.... But let me try to give you another idea.
    So if you want to protect your schema I suggest to use roles.
    I mean collect all schema privileges into two roles.
    Set default role for your schema user an almost empty role. (create session)
    Plus create a full featured role which is password protected.
    So you can implement in your application that when it connects it "SET ROLE" to the full featured one with password of course...
    This way only your application can use/see objects in schema...
    HTH, Zoltan

  • How to insert data type information to oracle database

    Hi, there,
    I want to insert date information to oracle database in a jsp page using JSTL. but always got wrong message:
    javax.servlet.jsp.JspException:
    INSERT INTO DATE_TEST
    (date_default,date_short,date_medium)
    values(?,?,?)
    : Invalid column type
    I don't know how to convert java date type to oracle date type or vice versa. the following is the source code(all the fields of DATE_DEFAULT,DATE_SHORT,DATE_MEDIUM are oracle date type. and even I want to insert d instead d1, I got the same wrong message)
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="java.util.*" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
    <%
    Calendar now;
    Calendar rightNow = Calendar.getInstance();
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>
    Hello World
    </title>
    </head>
    <body>
    <h2>
    The current time is:
    </h2>
    <p>
    <%= new java.util.Date() %></p>
    <%
    java.util.Date d=new java.util.Date();
    java.sql.Date d1=new java.sql.Date(d.getYear(),d.getMonth(),d.getDate());
    out.print(d1.toString());
    %>
    <sql:update>
    INSERT INTO DATE_TEST
    (DATE_DEFAULT,DATE_SHORT,DATE_MEDIUM)
    VALUES(?,?,?)
    <sql:dateParam value="${d}" type="date" />
    <sql:dateParam value="${d}" type="date" />
    <sql:dateParam value="${d}" type="date" />
    </sql:update>
    </body>
    </html>
    thank you very much for the great help!!

    I don't have time to read thru all your code, but I hope this information will help you.
    It depends on how the Oracle database was set up. Usually, the date format is something like this: '27-MAY-2003 22:10:00'. A quick check will be to run this SQL script in SQLPlus:
    select sysdate from dual;
    You have to convert the date from textbox or whatever to this exact Oracle format. Otherwise, Oracle will not accept it. It is very picky on that. I found the best way is to do the conversion inside the SQL statement. It makes life so much easier.
    Hope this helps.

  • Can't Delete Oracle Database Job

    i created an oracle database job and some of them is only a sample test job. i need to delete them but the delete option is not enabled. it looks like all the other oracle database job that i created can't be deleted. please advise thanks.

    it does not have. i guess a dependencies should not cause the problem because other jobs that does have dependencies can be deleted. it is only the oracle database job that can't be deleted. thanks.

  • Running an Oracle Database Job as Administrator

    I have created an Oracle Database Job that executes a batch script. This batch script is supposed to creates some text files. However the batch file doesn't create the text files unless you run it as an administrator. How do I set the Oracle job so that it executes the batch script as an administrator?

    Try the usual DBA/ALL/USER prefixes for dictionary views:
    SQL> desc dba_scheduler_credentials;
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL> desc all_scheduler_credentials;
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL> desc user_scheduler_credentials;
    Name                                      Null?    Type
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL>

  • Junior oracle database jobs

    please who can assist me on how i can get a junior oracle database job.
    i am an oracle certified professional 9i.

    Hi,
    <br>If I believe you in your other post jobs, you have one year of experience, but one year does not make you a junior dba... despite of your OCP</br>
    <br>I advise you to search on link which give robert in the post above.</br>
    <br>Nicolas.</br>

  • The migrated Crystal Report throws "The database logon information for this report is either incomplete or incorrect" error

    [ENVIRONMENT]
    Product version - BI4.1 SP03
    OS - Windows 2008 R2
    CMS Database - Oracle 11g
    Java Application Server - Tomcat7
    [ISSUE]
    Using the Upgrade Management Tool to completely migrate a BOXI3.1 SP3+FP3.6 to BI4.1 SP03.  The reporting database from both BOXI3.1 and BI4.1 are the same and so is the database logon credential.
    When viewing and refresh a migrated Crystal Report, it throws "The viewer could not process an event. The database logon information for this report is either incomplete or incorrect. [] ---- Error code:0 [CRWEB00000119]" error in both BI Launchpad and "The database logon information for this report is either incomplete or incorrect" in scheduled job.
    [STEPS TAKEN]
    - Update the Database Configuration with the SAME Oracle database password in CMC and "The database logon information for this report is either incomplete or incorrect" issue goes away.
    I search the SAP SMP and SCN forum and found no reference on this UMT and Crystal Report database logon problem.  Hope any of you have seen this problem and share if there is an ADAPT for it.
    Thank you in advance,
    Jin-Chong

    Hi,
    The BI4.1 SP03 server and client and Crystal Report 2013 SP03 developer and Crystal Report for Enterprise 4.1 SP03 are all installed onto this Windows 2008 R2 server.
    I am able to open the migrated report from CMS repository in Crystal Report 2013 SP03 developer and am able to refresh it with database logon password provided.  After save it back to the Enterprise, the database logon password field for this report in CMC becomes empty so that I have to enter the database password and choose "Use same database logon as when report is run" when viewing and scheduling report.
    What is interesting to me is that the UMT seems to migrate the report along the database logon password because I can see the encrypted password in the report database logon property in CMC.  The workaround is to reenter the database logon password in the report database logon property in CMC.
    With this said, there are hundreds of the Crystal reports and the workaround would consume lots of manual work by update each report's database logon password in CMC.
    For other customers who have more crystal reports, I wonder if there is an automated way to update the crystal report's database logon password on BI4.1 or if this is an isolated incident on my new BI4.1 SP03 environment.
    I run UMT in command line to perform livetolive migration, and my steps are listed below
    cd "E:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\apps\upgradeManagementTool\jars\"
    "E:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\bin\javaw.exe" -Xmx56g -Djava.library.path="..\..\..\..\win64_x64" -jar upgrademanagementtool.jar -internal_use_only_noversioncheck -responsefile LIVETOLIVEResponseFile.txt
    LIVETOLIVEResponseFile.txt:
    mode=livetolive
    source=edhc01nwapp65:6400
    sourceusername=Administrator
    sourcepassword=xxxxxxxxxx
    destination=WAPP246N:6400
    destinationusername=Administrator
    destinationpassword=xxxxxxxxxx
    logfile=E:\temp\livetolive.csv
    configparam:base_url=https://boprod.bsc.bscal.com/dswsbobje
    locale=en_US
    Regards,
    Jin-Chong

  • "In-Memory Database Cache" option for Oracle 10g Enterprise Edition

    Hi,
    In one of our applications, we are using TimesTen 5.1.24 and Oracle 9i
    databases (platform - Solaris 9i).
    TimesTen holds application information which needs to be accessed quickly
    and Oracle 9i is a master application database.
    Now we are looking at an option of migrating from Oracle 9i to Oracle 10g
    database. While exploring about Oracle 10g features, came to know about
    "In-Memory Database Cache" option for Oracle Enterprise Edition. This made
    me to think about using Oracle 10g Enterprise Edition with "In-Memory
    Database Cache" option for our application.
    Following are the advantages that I could visualize by adopting the
    above-mentioned approach:
    1. Data reconciliation between Oracle and TimesTen is not required (i.e.
    data can be maintained only in Oracle tables and for caching "In-Memory
    Database Cache" can be used)
    2. Data maintenance is easy and gives one view access to data
    I have following queries regarding the above-mentioned solution:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    In "Options and Packs" chapter in Oracle documentation
    (http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/options.htm
    #CIHJJBGA), I encountered the following statement:
    "For the purposes of licensing Oracle In-Memory Database Cache, only the
    processors on which the TimesTen In-Memory Database component of the
    In-Memory Database Cache software is installed and/or running are counted
    for the purpose of determining the number of licenses required."
    We have servers with the following configuration. Is there a way to get the
    count of processors on which the Cache software could be installed and/or
    running? Please assist.
    Production box with 12 core 2 duo processors (24 cores)
    Pre-production box with 8 core 2 duo processors (16 cores)
    Development and test box with 2 single chip processors
    Development and test box with 4 single chip processors
    Development and test box with 6 single chip processors
    Thanks & Regards,
    Vijay

    Hi Vijay,
    regarding your questions:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    ==> Product has just been renamed and integrated better with the Oracle database - Times-Ten == In-Memory-Cache-Database
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    ==> Seperate Installation
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    ==> Please have a look here: http://www.oracle.com/technology/products/timesten/quickstart/cc_qs_index.html
    This explains the differences.
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    ==> Please see above mentioned papers
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    ==> Again ... ;-)
    Kind regards
    Mike

  • How to get information from Oracle's views

    Hi,
    I need to get information from Oracle's views about:
    * in which table's column is set index
    * what type of index is on this column
    * name of a trigger which exist on a table
    * type of trigger (before, after etc)
    * trigger status (enable, disable)
    Thanks for help.

    Hi..
    One of the best way to know which views to use is doing select * from dict where table_name like 'xxx';
    For example in your case you needed to know about the indexes and triggers so
    SQL> select * from dictionary where table_name like 'DBA_IND%';
    TABLE_NAME                     COMMENTS
    DBA_INDEXES                    Description for all indexes in the database
    *DBA_IND_COLUMNS                COLUMNs comprising INDEXes on all TABLEs and CLUSTERs*
    DBA_IND_EXPRESSIONS            FUNCTIONAL INDEX EXPRESSIONs on all TABLES and CLUSTERS
    DBA_INDEXTYPES                 All indextypes
    DBA_INDEXTYPE_COMMENTS         Comments for user-defined indextypes
    DBA_INDEXTYPE_ARRAYTYPES       All array types specified by the indextype
    DBA_INDEXTYPE_OPERATORS        All indextype operators
    DBA_IND_PARTITIONS
    DBA_IND_SUBPARTITIONS
    DBA_IND_STATISTICS             Optimizer statistics for all indexes in the database
    10 rows selected.
    SQL> select * from dictionary where table_name like 'DBA_TRI%';
    TABLE_NAME                     COMMENTS
    DBA_TRIGGERS                   All triggers in the database
    DBA_TRIGGER_COLS               Column usage in all triggers
    Reading the comments you can know which view to use, then  describe the view and use what you need

  • The database logon information for this report is either incomplete or incorrect

    Post Author: mchishty
    CA Forum: Authentication
    We have published a crystal report (XI) to InfoView (XI R2 SP2) and we are getting the following error for the database login.
    "The database logon information for this report is either incomplete or incorrect."
    The report is working fine in Crystal Reports XI.
    The report is using the OLE DB connection to ORACLE.
    The same server is running WebI reports against the same ORACLE DB. Thanks

    Hi,
    We configure DSN with windows authentication and report in CMC has the configuration information like this
    Server Name: Populated
    Database: populated
    User: Empty
    Password: Empty
    For the report to run, do we have 6400 to 6490 ports open?
    we have port 1433 open between database and CR server but not the 6400 - 6490 ports open?
    Thanks in advance

  • Problem in using context param for storing database connection information

    Hello Friends,
    I am new to struts & jsp.I am developing a project in struts.I have 1 jsp page called editProfile.jsp.On submitting this page it will call 1 action class.The action class in turn will call the Plain old java class where I have written the logic for updating User Profile.
    I have created context-param in web.xml for database connection information like dbURL , dbUserName , dbPassword , jdbcDriver.Now I want to use these connection information in my Business logic(Plain Old Java Class).As we can use context parameter only in jsp & servlets , I am setting the variables of my business logic class with these context param in jsp itself.
    now when I am calling the updateProfile method of Business logic class from Action class it is giving error as all the connection variables which I set in jsp for my business logic class has become null again.
    I am not getting.If once I have set those variables how come they are becoming null again???Please help me.Any Help will be highly appreciated.Thanx in advance.

    This is the code I have written
    web.xml file
    <context-param>
    <param-name>jdbcDriver</param-name>
    <param-value>oracle.jdbc.driver.OracleDriver</param-value>
    </context-param>
    <context-param>
    <param-name>dbUrl</param-name>
    <param-value>jdbc:oracle:thin:@localhost:1521:gd</param-value>
    </context-param>
    <context-param>
    <param-name>dbUserName</param-name>
    <param-value>system</param-value>
    </context-param>
    <context-param>
    <param-name>dbPassword</param-name>
    <param-value>password</param-value>
    </context-param>
    EditProfile.jsp
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ page import="java.sql.*" %>
    <jsp:useBean id="EditProfile" scope="application"
    class="com.myapp.struts.EditProfile"/>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Edit My Profile</title>
    </head>
    <body>
    <form action="submitEditProfileForm.do" focus="txt_FirstName" method="post">
    <%
    EditProfile.setjdbcDriver(application.getInitParameter("jdbcDriver"));
    EditProfile.setdbURL(application.getInitParameter("dbURL"));
    EditProfile.setdbUserName(application.getInitParameter("dbUserName"));
    EditProfile.setdbPassword(application.getInitParameter("dbPassword"));
    -----------more code goes here------------
    EditActionProfile.java
    package com.myapp.struts;
    import javax.servlet.jsp.jstl.core.Config;
    import org.apache.struts.action.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    public class EditProfileAction extends Action {
    public EditProfileAction()
    public ActionForward execute(
    ActionMapping mapping,
    ActionForm form,
    HttpServletRequest request,
    HttpServletResponse response) throws Exception
    try
    if (isCancelled(request))
    return mapping.findForward("mainpage");
    EditProfileForm epf = (EditProfileForm)form;
    EditProfile ep = new EditProfile();
    String temp = ep.updateProfile(epf.getTxt_FirstName(),epf.getTxt_MiddleName() , epf.getTxt_LastName() , epf.getTxt_Address() , epf.getTxt_Email() );
    if(temp.equals("SUCCESS"))
    return mapping.findForward("success");
    else
    return mapping.findForward("failure");
    catch(SQLException e)
    System.out.println("error" + e.getMessage());
    return mapping.findForward("failure");
    EditProfile.java class (My Business Logic Class)
    package com.myapp.struts;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.sql.Statement;
    import java.sql.*;
    public class EditProfile {
    private String dbURL;
    private String dbUserName , jdbcDriver;
    private String dbPassword;
    private Connection con;
    private Statement stmt;
    public EditProfile()
    public void setdbURL(String s )
    this.dbURL = s;
    public void setdbUserName(String s )
    this.dbUserName = s;
    public void setdbPassword(String s )
    this.dbPassword = s;
    public void setjdbcDriver(String s )
    this.jdbcDriver = s;
    public String updateProfile(String firstname , String middlename , String lastname , String address , String email)
    throws SQLException, ClassNotFoundException , java.lang.InstantiationException , IllegalAccessException
    try
    String s1 = new String("update usr set first_name='" + firstname + "' , middle_name='" + middlename + "' , last_name='" + lastname +"' , address='" + address + "' , email_id='" + email + "' where usr_key=1" );
    con = this.init();
    System.out.println("after init");
    stmt = con.createStatement();
    int rslt = stmt.executeUpdate(s1);
    System.out.println("after excute update");
    stmt.close();
    if(rslt>=1)
    return "SUCCESS";
    else
    return "Failure";
    finally
    if (null != con)
    con.close();
    public Connection init() throws SQLException, ClassNotFoundException
    Class.forName(jdbcDriver);
    con = DriverManager.getConnection(dbURL, dbUserName, dbPassword);
    return con;
    public void close(Connection connection) throws SQLException
    if (!connection.isClosed())
    connection.close();
    }

  • How to retrieve the Foreign key information in Oracle

    I want to know how to retrieve the Foreign Key information in Oracle while using SQL Statement?
    I have use three SQL statement to retrieve such information, but the performance is very bad.
    The three SQL Statements are:
    Select constraint_name, r_constraint_name from all_constraints where constraint_type = 'R' and table_name = table1;
    Select column_name from all_cons_columns where constraint_name = cons1;
    Select table_name, column_name from all_cons_columns where constraint_name = r_ccons1;
    Do anyone know another method to retrieve the Foreign Key information which has better performance?

    These sql-statements don't seem very performance intensive. My guess is something is wrong with your database (unless you have millions of constraints). How many constraints do you have? how many concurrent users? What is your dictionary cach hitratio? (other hitratio?) memory problems? other tasks of the computer? is this query the only one being slow? etc.

  • Cannot find database job

    Every day I see new data in tables. A specific procedure is running every morning at 5 pm. I cannot find a database job in user_jobs and there is no job in dba_jobs. Yesterday I put a text coding to this procedure. Today I see the in a test-table. But the procedure is running automatically. I do not know what happens. Does anybody have an idea?

    Yesterday I noticed that my car wouldn't start can anyone tell me why?
    No operating system.
    No version number.
    Apparently no attempt to ask the DBA managing the system.
    No information about where the procedure was put or what it did or why it was written or how you think it was supposed to be run.
    This week we are already out of guesses. Please provide all relevant information. The above list is just the first couple of items I wrote down. It is not complete.

  • Cannot verify database login information

    We are installing BO BI platform 4.0 SP2 in AIX 6.1
    we are using Database Oracle 11.2.0.2
    Oracle SID : JBD
    During the installation- Configure CMS repository Database - Oracle step,
    We have input the correct DB TNSNAMES, user and password
    we have error:
    "You cannot proceed because the following has failed validation:
    Cannot verify database login information. [INS00104]"
    We have read Notes 1638205 but it seems not much helps.
    we can connect to database using specified user and password.
    Any idea?
    Thanks,
    DJ

    Hi,
    can you please answer the following Questions:
    1. Which Oracle Middleware is installed?
    2. Is the Oracle Middleware installed with the same user you want to install BI4?
    3. Can you tnsping the Oracle DB from the BI4 Host?
    4. Can you connect via sql plus to the Oracle DB from your BI4 Host?
    5. Can you ping the Oracle DB Host from your BI4 Host?
    Regards
    -Seb.

  • Database creation // ORA-01092: ORACLE instance terminated. Disconnection f

    hi',
    i am trying to create a new database on my fedora 8 system (personal desktop not a remote system) using oracle 10g. But as soon
    as i use script to create the database i get " ORA-01092: ORACLE instance terminated. Disconnection forced" error.
    following information will help you analyse the problem. i am writing down all the steps i am doing and sending the alertlog file as well. i also have created all the folder's required for new database.
    logging to terminal:
    $ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    $ export ORACLE_SID=vc1
    $ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    [oracle@localhost ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 5 17:14:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> STARTUP NOMOUNT PFILE='/u01/app/oracle/product/10.2.0/db_1/dbs/initvc1.ora'
    ORACLE instance started.
    THEN I AM RUNNING FOLLOWING SCRIPT
    SQL> create database vc1
    2 user sys identified by varun
    3 user system identified by varun
    4 maxinstances 1
    5 maxloghistory 1
    6 maxlogfiles 5
    7 maxlogmembers 5
    8 character set US7ASCII
    9 national character set AL16UTF16
    10 datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    11 extent management LOCAL
    12 SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    13 DEFAULT TEMPORARY tablespace temp01
    14 tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    15 UNDO tablespace undotbs_01
    16 datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    17 DEFAULT tablespace users
    18 datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    19 LOGFILE group 1
    20 ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    21 group 2
    22 ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M;
    create database vc1
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ****THIS IS MY ALERTLOG FILE***
    Sat Jan 5 17:16:20 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2640
    PSP0 started with pid=3, OS id=2642
    MMAN started with pid=4, OS id=2644
    DBW0 started with pid=5, OS id=2646
    LGWR started with pid=6, OS id=2648
    CKPT started with pid=7, OS id=2650
    SMON started with pid=8, OS id=2652
    RECO started with pid=9, OS id=2654
    CJQ0 started with pid=10, OS id=2656
    MMON started with pid=11, OS id=2658
    MMNL started with pid=12, OS id=2660
    Sat Jan 5 17:20:59 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 17:21:00 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 17:21:09 2008
    Successful mount of redo thread 1, with mount id 613891643
    Assigning activation ID 613891643 (0x24973e3b)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 17:21:09 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 17:21:09 2008
    SMON: enabling cache recovery
    Sat Jan 5 17:21:09 2008
    create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    ORA-1119 signalled during: create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2661
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

    sorry guys that was a silly mistake but it seems i m still not doing it right.
    i still am getting ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    line 10 and other line were corrected by inserting / but still the same problem.
    sending the alert log file
    Sat Jan 5 18:28:04 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2685
    PSP0 started with pid=3, OS id=2687
    MMAN started with pid=4, OS id=2689
    DBW0 started with pid=5, OS id=2691
    LGWR started with pid=6, OS id=2693
    CKPT started with pid=7, OS id=2695
    SMON started with pid=8, OS id=2697
    RECO started with pid=9, OS id=2699
    CJQ0 started with pid=10, OS id=2701
    MMON started with pid=11, OS id=2703
    MMNL started with pid=12, OS id=2705
    Sat Jan 5 18:31:55 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 18:31:55 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 18:32:05 2008
    Successful mount of redo thread 1, with mount id 613909723
    Assigning activation ID 613909723 (0x249784db)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 18:32:05 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 18:32:05 2008
    SMON: enabling cache recovery
    Sat Jan 5 18:32:05 2008
    create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    Completed: create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sat Jan 5 18:32:44 2008
    CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5792
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2706
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

Maybe you are looking for