Oracle DBA common Tables and views

☆dba_ opening .....Dba_users Database user InformationDba_segments Table Segment InformationDba_extents Data Area InformationDba_objects Database object InformationDba_tablespaces database table Space informationDba_data_files Data File setup

Oracle TEMP table space consumes disk space

Create a new temporary tablespace Tmpa Create temporary tablespace tempa tempfile '/oracle/tmp/tempa01.dbf ' SIZE 8192M reuse autoextend on NEXT 1024K MAXSIZE UNLIMITED;2. Specify the default temporal tablespace as TmpaALTER DATABASE default

Removal and creation of common user issues with Oracle 12.1

Version 12.1, Cdb-rac modeOne cluster, 4 nodes, one CDB, with 12 pdb below.Os:linux 64---Delete UserDrop User C # #testAtler.log TipsOra-00600:internal error code, arguments: [Ktpjptsr-nocurtxn], [], [], [], [], [], [], [], [], [], [], []Incident

Force get sequence Next value/Current value (Oracle function)

In the actual work, will inevitably encounter serial number generation problem, the following is a simple sequence number generation function(1) Create a custom serial number configuration table as follows:---Custom sequence CREATE table S_autocode (

Functions commonly used by Oracle

1.ASCII returns the decimal number corresponding to the specified character;Sql> Select ASCII (' a ') a,ascii (' A ') a,ascii (' 0 ') zero,ascii (') space from dual;A A ZERO SPACE--------- --------- --------- ---------65 97 48 322.CHR gives an

Oracle Flash Back Technology

Oracle Flash Back Technology1.Flashback Database2.Flashback Drop3.Flashback Table4.Flashback Query1.Flashback Database (recovery with flashback log)Description: The Oracle Flashback database feature allows SQL statements to be Flashback to databases

Oracle Sql-remove A user ' s all objects

DECLARETYPE cst_table_list is Table of VARCHAR2 (40); TYPE Cst_list is TABLE of VARCHAR2 (40);TYPE Name_list is TABLE of VARCHAR2 (40); TYPE Type_list is TABLE of VARCHAR2 (20);Cst_tab_name cst_table_list:=cst_table_list (); Cst_name

Oracle exports database files in Access format

A few days ago suddenly received a leadership task, to the oracle of several tables in the format of access to export, for never contact with access to me, heard this task a little confused, so began to find Niang, after a few hours of unremitting

Oracle does not have the expected results (NULL, in, exists detailed)

Problem:Statement 1:SELECT * FROM table1 A where a.col1 not in (Select col1 from Table2 B)Reprint Annotated Source: http://x-spirit.iteye.com/, http://www.blogjava.net/zhangwei217245/If so, there should have been a piece of data, the result is

Oracle left JOIN, right connection, full outer join, (+) sign action

Left Outer connection (outer join/left join)SELECT * from a LEFT join B on a.id = b.ID;SELECT * from a b where a.id = b.ID (+);With (+) to achieve, the + number can be understood as follows: + to supplement, that is, which table has a plus, this

Starting and shutting down an Oracle DB instance

To start and shut down a database, you must log in as a user with Oracle Administrator privileges, typically logged in as a user with SYSDBA permissions. Generally we use the SYS user to start and close the database with a SYSDBA connection. Here

oracle-cursors-Stored procedures-functions-Package

One, stored procedures can not be used directly in the Insert,update,delete, you can have a return but the exit process has three types: do not return a value, you can return multiple values, there are three types of parameters, such as: in: Enter

centos6.8 silent installation of Oracle 11.2.0.4

installation environment and system requirements (the specific parameter values and paths below are adjusted according to your environment)Operating systems: Red Hat Enterprise Linux 6 (x86) or CentOS 6 (x64)Database: Oracle 11g R2 32-bit for Linux

Oracle installation Error [INS-06101] IP address of localhost could not being determined workaround

This error occurs because the hostname and/etc/hosts file are inconsistent, just need to write the hostname and its IP/etc/hosts file, OK.Note that the name cannot be underlinedChange the network file, and then use the hostname command to specify

Oracle data types, functions and stored procedures

String typeFixed length: char nchar n denotes Unicode encodingVariable length: varchar2 nvarchar2Numeric type: Number (p,s) P: integer digits, S decimal placeInteger integersBinary_float Single floating pointBinary_double Double floating pointFloat (

IIS configuration Problem Error--Could not load file or assembly ' oracle.dataaccess ' or one of its dependencies

Specific tips:Could not load file or assembly ' oracle.dataaccess ' or one of its dependencies. An attempt was made to load a program that is not properly formatted.Description: An unhandled exception occurred during, the execution of the current

Oracle materialized View

Transferred from: http://blog.csdn.net/zhangchu_63/article/details/5543377The following connections are the theory of materialized views: http://blog.csdn.net/tianlesoftware/article/details/4713553The company's project encountered the need to take

Oracle JET uses Requirejs third-party tools or libraries to introduce

Use Requirejs to add third-party tools or libraries in Oracle JET applications.Steps:1. If you use a tool frame scaffold, you need to do it.A. Use NPM to install the libraries you need.NPM Install My-library--saveB. In the Script/grunt/config

How Java passes a list to an Oracle stored procedure

How Java passes a list to an Oracle stored procedure. Examples include the following:An array of PL/SQL is built on the database side.CREATE OR REPLACE TYPE Tables_array as Varray (+) of VARCHAR2 (+);d ROP table Test purge;create table Test ( name

ORACLE SCOTT unlocks and modifies passwords

Open SQL Plus to unlock and change your password under SQL Plus, as follows:Run---> cmd---sqlplus, prompting for a username, where we first enter with the Administrator account: System----The account has higher permissions than Scott,Enter the set

Total Pages: 2147 1 .... 725 726 727 728 729 .... 2147 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.