Symptom: The Windows optimizer optimizes Oracle when optimizing the registry, so that the listener cannot be found.
The solution is as follows:
◆ 1. in the registry, HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesOracleOraHome92TNSListener
The
Today, I suddenly found that the TNSListener service could not be started. After I started it in the service console, I refreshed it and automatically returned to the stopped status. No error was reported. In addition, SPL PLus can be used normally.
1. How to configure EM to support SSL protocol
OMS, DBConsole, and Agent in 10g em all support the SSL protocol.
Specific operations:
◆ 1. if there is no environment variable ORACLE_SID, configure it first, or directly input set ORACLE_SID = xxx (in
The failure of oracle user connection makes us a headache. The following describes how to solve the failure of oracle user connection and hopes to help you learn about oracle user connection.
After installing Oracle11g, I want to enable the
Since the oracle service is set to manual, you need to start the service each time you use it.Today, the connection failed after the startup,(1) command line sqlplus, connection failure prompt:ERROR:A ORA-01034: ORACLE not availableORA-27101: shared
The following article describes how to use SQL * Loader to export Excel-related data to the Oracle database. The main purpose is to insert the actual application data in excel-related files into the Oracle database, the following describes the
I. Data Control Statement (DML)
1. INSERT (INSERT the record statement into the data table)
Insert into Table Name (field name 1, field name 2 ,......) VALUES (value 1, value 2 ,......);
Insert into Table Name (field name 1, field name 2 ,......)
Oracle 11g default profile default Enable Password Expiration 180 days ORA-28001 error handling Problem description: the customer reported that the client could not connect when logging on to the application. Environment: AIX 5.3 + Oracle 11gR2
Use UTL_SMTP of Oracle Database to send HTML mail
create or replace procedure html_email( p_to in varchar2, p_from in varchar2, p_subject in varchar2, p_text in varchar2 default null, p_html
Routine Oracle database check methods and steps 1. Check the partition information 1. check which tables have partitions
Select * from user_tables where partitioned=’YES’;
2. Check and list all secondary partitions in the current table
select *
Subpartition template I have never known about the subpartition template. I tried it today. It is quite fun and useful. You do not need to fill in subpartitions when adding partitions during maintenance. The following is an example:
Create table
Oracle-RMAN backup (1) I. concepts related to RMAN backup 1. in RMAN backup, The tablespace does not need to be in backup mode. It backs up data files, archive log files, control files, spfiles, and backup sets, but does not back up online redo log
Oracle-user-managed backup (ii) I. What will happen if the host is shut down abnormally when the tablespace is in backup mode? Open the first session window, Log On As A sys user, and place the tablespace users in backup mode. SQL> alter tablespace
For the left, right, and inner keywords, pay attention to the details. The details are very important! For example, remember to add comments when writing code! 1. Typographical editing-when writing SQL statements, especially writing batches, be sure
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.