`

create database with script

阅读更多
CREATE DATABASE TEST
CONTROLFILE REUSE

LOGFILE
GROUP 1 'C:\ORADATA\TEST\REDO01.LOG' SIZE 10M,
GROUP 2 'C:\ORADATA\TEST\REDO02.LOG' SIZE 10M,
GROUP 3 'C:\ORADATA\TEST\REDO03.LOG' SIZE 10M

DATAFILE 'C:\ORADATA\TEST\SYSTEM01.DBF' SIZE 500M
AUTOEXTEND ON NEXT 50M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL

SYSAUX DATAFILE 'C:\ORADATA\TEST\SYSAUX01.DBF' SIZE 250M
AUTOEXTEND ON NEXT 50M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL

DEFAULT TEMPORARY TABLESPACE temp
TEMPFILE 'C:\ORADATA\TEST\TEMP01.DBF' SIZE 100M
AUTOEXTEND ON NEXT 100M MAXSIZE 8000M

UNDO TABLESPACE undo
DATAFILE 'C:\ORADATA\TEST\undo01.DBF' SIZE 500M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL

CHARACTER SET WE8MSWIN1252

NATIONAL CHARACTER SET AL16UTF16

USER SYS IDENTIFIED BY SOUPERSEEKRET
USER SYSTEM IDENTIFIED BY MYSEEKRET
;
分享到:
评论

相关推荐

    Absolute Database for D7

    fields indexes with descending, ascending, case-sensitive and insensitive options Shareable tables Default values support Min, max and not null constraints on field values Export to SQL script ...

    database design and database deployment tool BDB 2007 Developer V2.6

    Create the program of the database deployment by BDB. Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. 3.The database auto-update. ...

    database design and database deployment tool BDB 2007 Professional V2.6

    Create the program of the database deployment by BDB. Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. 3.The database auto-update. ...

    Database design & Database deployment software BDB 2007 Professional V2.3

    1. database design, database deployment: support forward engineering and reverse engineering with the database. Through BDB, you can design a new database, automatically create or renew to an entity ...

    Database design & Database deployment software BDB 2007 Developer V2.3

    1. database design, database deployment: support forward engineering and reverse engineering with the database. Through BDB, you can design a new database, automatically create or renew to an entity ...

    Database design and development tool BDB Professional V2.6

    Create the program of the database development by BDB. Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. 3.The database auto-update....

    IBExpert 2009.03.25

    •Create your own database from a model, or a model from your existing database with the Database Designer, including layers, subject areas, autoroute, notation format, and much more. •Comprehensive...

    GWT数据库管理系统

    2) Run applicationCreator for each chapter (this will create the compile scripts with your environment in them) applicationCreator com.gwtapps.tutorial.client.Hangman applicationCreator ...

    BDB 2007 Professional Edition V2.6

    Create the program of the database deployment by BDB. Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. 3.The database auto-update. ...

    Devart dbForge Studio for MySQL Professional Edition v7.1.13

    The tool allows to create and execute queries, develop and debug routines, automate database object management in the convenient environment. dbForge Studio also provides utilities to compare, ...

    Description of ASP file upload and ScriptUtilities

    Script Utilities lets you create hi-performance log files, works with binary data, you can download multiple files with zip/arj compression, work with INI files and much more with the ASP utility.

    BDB Professional Edition v2.7

    Create the program of the database development by BDB. Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. 3.The database auto-update....

    Foundations for Analytics with Python O-Reilly-2016-Clinton W. Brownley

    We’ll begin by exploring how to create and run a Python script. This chapter focuses on basic Python syntax and the elements of Python that you need to know for later chapters in the book. For ...

    [开发工具] SQL Toolbelt 1.8.2.238

    SQL Multi Script - allows you to quickly and easily create complex scripts for SQL Server. SQL Refactor - helps the user to automatically format your SQL code and database objects that provides a ...

    100美元的商业视频程序源代码

    8. Create database and database user. Import the database dump from /sql/clipshare.sql with phpmyadmin 9. Access your ClipShare Admin Panel at http://www.yourdomain.com/siteadmin/ Default admin user ...

    Extending SSIS with .NET Scripting(Apress,2015)

    Extending SSIS with .NET Scripting is a timeless and comprehensive scripting toolkit for SQL Server Integration Services to solve a wide array of everyday problems that SSIS developers encounter....

    SQLiteExpertSetup

    The Data Transfer Wizard allows import/export from/to SQL script, another SQLite database or an ADO data source. 5. Display and edit data in the grid, including BLOB and image fields. Currently ...

    SQLiteExpertSetup.exe.part1

    4. The Data Transfer Wizard allows import/export from/to SQL script, another SQLite database or an ADO data source. 5. Display and edit data in the grid, including BLOB and image fields. Currently ...

    SQLiteExpertSetup.exe.part2

    4. The Data Transfer Wizard allows import/export from/to SQL script, another SQLite database or an ADO data source. 5. Display and edit data in the grid, including BLOB and image fields. Currently ...

    数据库设计,建模和部署工具BDBPro3.1-setup_EN

    Create the program of the database deployment by BDB. 创建程序数据库部署bdb 。 Besides the normal envocation, BDB supply the support of outer command line invoking the database auto-installation. ...

Global site tag (gtag.js) - Google Analytics