Reproduced from: http://www.2cto.com/database/201208/146529.html Oracle job Timer execution interval is also the key to the timer job settings, in this setting, the beginning is not mastered, always do not know how to write, is summarized as follows,
Oracle Problem Description: The following error occurred while using JDBC to connect to the Oracle database: Connection refused (description= (tmp=) (vsnnum=153093120) (err=12505) (Error _stack= (Error= (code=12505) (emfi=4)))
and directly
L Preface
The management of Oracle memory, up to 9ir2, is a very important aspect, mismanagement, will likely cause serious performance problems to the database. We'll take a step-by-step approach to all aspects of memory management.
L Overview
Oracle Log View
A Path to Oracle log:
Login: Sqlplus "/as sysdba"
View Path:sql> select * from V$logfile;
Sql> select * from V$logfile; (#日志文件路径)
Two What the Oracle log file contains: (The number of logs may be slightly
This SQL, execute, query all employees of the month's attendance record summary, display all the data takes 2.3 seconds
String sql = "Select Userid,orgid," + subquery, performance too slow, not applicable
"(select username from t_acl_userinfo
ORA-12505, Tns:listener does not currently know the SID given in Connect Desc.
One, the correct link string
"Data source= (description= address= (protocol=tcp) (host=192.168.1.100) (port=1521)) (Connect_data= (SID=ORACLE))); User Id=system; Password=
Introduction to Oracle Index indexes
Indexing is an important part of relational database systems, which plays an important role in improving the speed of data retrieval. In Oracle, indexes are basically divided into the following categories:B*tree
Database Run mode
Dedicated server mode shared server mode ...
Dedicated Server mode
Each session has a dedicated process for its services for only a few client-connected servers or OLTP (online transaction processing systems)
The cursors, user
It is possible that the current number of connections on the database has exceeded the maximum value that it can handle.Select COUNT (*) from v$process--current number of connectionsSelect value from v$parameter where name = ' processes '--maximum
First, the syntax for establishing partitions is as follows:
CREATE TABLE table_name
(......)
PARTITION by RANGE (column_list)
(
PARTITION partition_name VALUES less THAN (values_list) tablespace tablespace_name,
......
)
TABLE_NAME: Table
Oracle Two-time subtraction default is days
Oracle Two-time subtraction default is the number of days *24 to the difference in hours
Oracle Two-time subtraction the default is the number of days *24*60 to the difference in minutes
Oracle Two-time
We can use Oracle's growth in MyBatis, and we can use configuration files and Java code to get the maximum value of the current self increase.
First, you need to create a self augmentation in Oracle, as follows.
CREATE SEQUENCE " commontrade". Ucf_
Part 1
1. Create Job
What job is it? Simply put, the plan (schedule) plus the task description. In addition, there are some necessary parameters.The "Tasks" mentioned here can be stored procedures within a database, anonymous pl/sql blocks, or
Ubuntu installation Oracle 10g
Directory
1. Installation Preparation
1.1. Set up user
1.2. Create a directory and set permissions
1.3. Change Configuration
1.4. Installation
1.5. Start/Stop Oracle
1. Installation Preparation
Before installation
Modify the Oracle SGA to improve Oracle performance
Under normal circumstances, the query is very slow.
1, check the SGA size, as a DBA to connect to the Oracle database, input show SGA.
2, if the SGA is too small, please modify its size
To
ORACLE RAC principle in an application environment, all servers use and manage the same database in order to spread the workload of each server, requiring at least two more servers on the hardware, and a shared storage device. It also requires two
question:
Oracle Execute Create Table Device execution warehouse (device ID Number (18), Execution warehouse ID number (18))Hint ora-00955: Name already used by existing objectHowever, executing the drop table device execution warehouse does not
This is a common Linux command used in a project to operate an Oracle database because it was not possible to connect remotely with Plsql at the time, and most operations needed to be done at the command-line window, summarizingThe first way(1)
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