oracle 11g end of life

Want to know oracle 11g end of life? we have a huge selection of oracle 11g end of life information on alibabacloud.com

Ubuntu Installation Oracle 11g xe____oracle

.rpm (Note:this may take "a while, till so time" can go to step 5) 5 Do the following pre-requisite things: A) Create a special Chkconfig script: The Red Hat based installer of Oracle XE 11GR2 relies On/sbin/chkconfig, which is isn't used in Ubuntu. The Chkconfig package available for the "current version of" Ubuntu produces errors and I am safe to use. Below is a simple trick to get around the problem and install

ORACLE 11G stored procedure send mail (Job), ORA-24247: Network access is denied by Access control List (ACL)

ORA-24247: Network access is denied by Access control List (ACL)You need to use Dbms_network_acl_admin first. CREATE_ACL Create an Access control List (ACL),Then use the dbms_network_acl_admin. Assign_acl This ACL is associated with the mail server,Finally, use Dbms_network_acl_admin. Add_privilege This ACL grants the user permission to connect to the mail server.BEGINDbms_network_acl_admin. Create_acl (ACL = ' Email_server_permissions.xml ',Description = ' Enables network permissions for the e-

PL/SQL function result cache for Oracle 11g

Imitating the example of Oracle performance diagnostics in two experiments, the book says that if you don't use relies_on, the change action on the object that the function depends on does not cause the result cache to fail operation (Result_cache relies_on (test1, TEST2), the test proves wrong, the function F1 () does not use relies_on, but the changes on the table affect the function. C:\Documents and Settings\guogang>sqlplus Gg_test/[email Protecte

Enable Apex in Oracle 11g

The prerequisite for ORACLE's information lifecycle management tool ILMA is Apex.Apex is installed by default in oracle 11g Release 2. It is not enabled after installation. You can use the following method to enable it.SQL> show userUSER is "SYS"SQL> spool apexView the details of the installed Apex.SQL> select * from dba_registry where comp_id = 'apex ';APEXOracle Application Express3.2.1.00.10 VALID 02-APR

New Features of Oracle 11g-Description of Invisible Indexes (Invisible Indexes)

1. Description of Invisible Indexes Oracle can create invisible indexes starting from version 11g. The OPTIMIZER_USE_INVISIBLE_INDEXES initialization parameter is explicitly set to TRUE, unless invisible indexes are ignored. The default value of this parameter is FALSE. Making the index invisible is an alternative to making the index unavailable or deleting the index. With an invisible index, you can do the

Enable apex in Oracle 11g

The prerequisite for Oracle's information lifecycle management tool Ilma is Apex.Apex is installed by default in Oracle 11g Release 2. It is not enabled after installation. You can use the following method to enable it.SQL> show userUser is "sys"SQL> spool apexView the details of the installed apex.SQL> select * From dba_registry where comp_id = 'apex '; ApexOracle Application Express3.2.1.00.10 valid 02-ap

Oracle 11g interval partition (INTERVAL) batch specification naming

') ' thenv_table_name_day_p:=substr (i.table_name,1,19); --Day Partition takes the first 19 characters;executeimmediate ' Selectto_char (' | | i.high_value| | ' -numtodsinterval (1, ' Day '), ' "' | | v_table_name_day_p| | ' YYYY ' M "MM" D "DD") fromdual ' intov_new_partition_name;elsifi.interval= ' NUMTOYMINTERVAL (1, ' MONTH ' ') ' thenv_table_name_month_p:=substr (i.table_name,1, NBSP;23); --month Partition takes the first 23 characters;executeimmediate ' Selectto_char (' | | i.high_va

Use of "ORACLE" Plsql Dynamic Cursors (11g)

: Close REF CURSOR name; Sql> declare 2 type emp_cursor is REF CURSOR; 3 my_cursor emp_cursor; 4 v_ename emp.ename%type; 5 v_ Sal Emp.sal%type; 6 V_deptno Dept.deptno%type: = p_deptno; 7 V_dname Dept.dname%type; 8 begin 9 Select Dname to V_dname from dept where deptno = V_deptno; Dbms_output.put_line (' Department: ' || V_dname); One open my_cursor for the ename, Sal from emp where deptno = V_deptno; Loop Fetch my_cursor Exit when My_cursor%notfound; Dbms_output.put_line ('--nam

ORACLE 11G DB RAC ora-00257archiver Error Resolution

direct shutdown immediate a node to see, did not think of a half-day without any reaction, directly using the shutdown abort forcibly closed, the node appears the following node mount instance of the problemD. Failed node mount instance error:Sql> StartupORACLE instance started.Total System Global area 413372416 bytesFixed Size 2253784 bytesVariable Size 327158824 bytesDatabase buffers 79691776 bytesRedo buffers 4268032 bytesDatabase mounted.Ora-03113:end

Oracle 11g R2 Installation manual for Win7 (graphic tutorial)

enter the password. NBSP;14. Unlock the Scott account, remove the green tick from the front, and enter the password. You can also enter a short password that you normally use, and you don't have to add numbers to the 8-bit size that Oracle recommends. Oh. 15. Similarly, passwords that do not conform to the rules are prompted. Don't worry about it, continue Y. 16. The installation is successful and complete. It's simple, hehe. three, after installat

Oracle 11g archive log study _ 4, oracle11g ARCHIVE _ 4

Oracle 11g archive log study _ 4, oracle11g ARCHIVE _ 4 The change content is the core of converting oracle logs into SQL statements, and is also the most troublesome and most changing place. The meaning of opcode is that there are a lot of searches on the Internet. What is really useful to me is addition, deletion, and modification. I don't care about any search

Oracle 11g online redefine normal table variable partition table

limitations of the oracle9i redefinition process are listed below:-You must have enough space to maintain two copies of the form.--You cannot change the primary key bar.--The table must have a primary key.--You must redefine the table in the same outline.--You cannot have a NOT NULL constraint on new columns until the redefine operation is complete.--The table cannot contain long, bfile, and user types (UDTs).--The linked list (clustered tables) cannot be redefined.--The table cannot be redefin

Reproduce the library cache lock wait event under Oracle 11g

Tags: style io strong data for AR problem CTIAs you can see from the following example, the recompilation of objects in the production database causes the library cache lock, so you should try to avoid compiling objects during peak business hours. If there is a complex dependency in the package or process, it is very easy to cause the library cache lock to appear, so in the process of application development, should also pay attention to this aspect of the problem.Session1:Sql> select * from V$v

Installing Oracle 11g R2 under Redhat Linux

Official Document: Http://docs.oracle.com/cd/E11882_01/nav/portal_11.htm1: Basic EnvironmentRedhat Enterprise Linux 6.132bitMemory: 1GBDisk space: 30GB2: Check the required packages for Oracle 11g, if not found in the Redhat Enterprise Linux 6.1 installation CD, and then install.Oracle Official offer: http://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm· binutils-2.20.51.0.2-5.11.el6 (x86_64)· c

Oracle 11g manual Hot Standby-database

Check if the database is in archive mode, turn on the database hot standby mode, copy the operating system database data files to the backup directory[emailprotected]> archive log listDatabase log mode Archive ModeAutomatic archival EnabledArchive destination /u01/app/oracle/product/11.2.0/dbhome_1/dbs/archOldest online log sequence 2Next log sequence to archive 4Current log sequence 4[emailprotected]> alter dat

Oracle 11g OCP Notes (6)-Oracle Security

metHandler_module-the PL/SQL process that runs when the audit condition is metEnable--true/false, enabling and disablingStatement_types--types of statements audited: SELECT, INSERT, UPDATE, DELETEAudit_trailaudit_column_opts--Dbms_fga_any_columns/dbms_fga_all_columnsExample of creating an audit policy:Dbms_fga.add_policy (Object_schema = ' HR ',object_name = ' EMPLOYEES ',Policy_name = ' POL1 ',audit_condition = ' department_id=80 ',Audit_column = ' SALARY ');Audit View:Dba_audit_trailDba_fga_a

Oracle 11g Recovery uard undo recovery

Oracle 11g restart uard undo restore environment: OS: centos5.5db: oracle11g datauardversion: 11.2.0.2.0 shrink data file size in primary ALTER DATABASE DATAFILE '/oracle/oradata/skatedb/undotbs03.dbf 'resize 1024 M; www.2cto.com will receive an alert message later. log on to the standby database and find it in alert. the following error occurs in logl ...... med

Oracle WebLogic 11g installation and deployment documentation PDF

WebLobic Server is an industry-leading application Server developed by BEA. Is a pure java implementation of SUN J2EE. WebLogic has long been regarded as one of the best J2EE tools on the market. Like a database or email Server, WebLogic Server is invisible to customers and serves customers connected to it. WebLogic provides secure and data-driven applications for Web services on the internet or intranet. WebLogic's support for the J2EE architecture: WebLogic Server provides support for the SUN

Oracle 11g 11.2.0.1.0 using exp cannot export empty tables Solution

Oracle 11g (11.2.0.1.0) has a bug. When the table has no data, no segment is assigned. Solution: 1. insert a row and then roll back to generate a segment. This method inserts data into an empty table and then deletes it, resulting in a segment. An empty table can be exported. 2. Set the deferred_segment_creation parameter. SQL> show parameter deferred_segment_creation NAME TYPE VALUE -----------------------

Oracle 11g Dataguard Maintenance Considerations

=tongLog_archive_dest_10 stringLog_archive_dest_11 string5. Check disk usage space (sometimes the flashback recovery area cannot write to the file due to insufficient disk space)[Email protected] ~]$ df-thFilesystem Type Size used Avail use% mounted on/dev/sda3 ext3 17G 11G 4.4G 72%//DEV/SDA1 ext3 510M 28M 456M 6%/bootTmpfs tmpfs 1.1G 520M 523M 50%/DEV/SHM[Email protected] ~]$6. Open the Dataguard database correctly (start the primary node database fi

Total Pages: 13 1 .... 9 10 11 12 13 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.