Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Database \ Oracle create user authorization and in PLSQL     - Linux three ways to set environment variables (Linux)

- Prevent security threats caused Rootkit (Linux)

- Linux script to copy the folder to all folders with the same name (Linux)

- Linux Systemd-- To start / stop / restart services in RHEL / CentOS 7 (Linux)

- RHEL7 unattended automatic installation DHCP + TFTP + SYSLINUX + TFTP + Kickstart (Linux)

- Linux use iptables ban Ping (Linux)

- ActiveMQ5.11.1 and JDK version matching relation (Linux)

- Linux use additional rights (Linux)

- Spark On YARN cluster installation deployment (Server)

- Ansible installation configuration and simple to use (Server)

- Joseph Central Java implementation (Programming)

- Android Scroller call mechanism and the relationship of computeScroll (Programming)

- Use this one-time password via SSH secure login Linux (Programming)

- CentOS / Linux kernel upgrade (Linux)

- How to create a new file system / partitions under Linux terminal (Linux)

- MySQL related statements (CRUD) (SQLyog software) (Database)

- Recovery from MySQL master data consistency summary (Database)

- Package the Python script file into an executable file (Programming)

- Node.js development environment deployment (Server)

- Configure shared library PCRE (Linux)

 
         
  Oracle create user authorization and in PLSQL
     
  Add Date : 2018-11-21      
         
         
         
  1. Open the SQLPlus, according prompted for a user name and password to log in.
Note: If the users of the system, it can only use sysdba login. For example: sys as sysdba, enter the User's password.
2, after a successful login, you first create the table space, table space where I "StationSpace".
Create TableSpace StationSpace DataFile 'E: Oracle oradata StationSpace StationSpace.dbf' Size 1024M Uniform Size 128k;
3, after the table space is created, and then create the user.
Create User UserName Identified by Password Default TableSpace StationSpace;
4, after the user has been created, it can then give the user authorization.
Grant Connect, Resource, DBA to UserName;
     
         
         
         
  More:      
 
- Ubuntu Telnet service settings (Linux)
- Linux using RAID how to use Mdadm Tool Management Software RAID (Linux)
- Ubuntu deployed under regular tasks with crontab (Linux)
- Installation through the network Debian 7 (Wheezy) (Linux)
- Formatting Java floating-point types (Programming)
- Ten minutes to find out the character set and character encoding (Linux)
- Ceph performance optimization summary (v0.94) (Server)
- Linux remote wake the computer original code [C] (Linux)
- Oracle user password problem (Database)
- CentOS and RHEL to install IPython 0.11 (Linux)
- How SSHfs mount a remote file system on Linux (Linux)
- CentOS 5.11 Open VNC access (Linux)
- Ubuntu 15.04 installed Nvidia Quadro series graphics driver (Linux)
- Struts2 Result Types (Programming)
- Use ldap implement Windows Remote Desktop Ubuntu Linux (Linux)
- Ubuntu 14.04 Configuring cuda-convnet (Linux)
- Samba file sharing server set up (Server)
- Linux ps command (Linux)
- CentOS 6.5 installation Python3.0 (Linux)
- After the first remote installation GlassFish Web to remotely access their back office management system error solution appears (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.