Yesterday I changed the win7 system, in the database oracle 10g, it was good to start the installation, but this error always occurred during the creation of the database: ora-12546 tns permission denied. This error occurs when the database configuration assistant is used to configure the database. This problem has always plagued me, but it is the error how many times I install it. I couldn't find the information on the Internet, and finally found a s
Topics: There are 10G integers in a file, which are ordered in random order to find the median. The memory limit is 2G. Just write the idea (memory limit of 2G means that you can use 2G of space to run the program, regardless of the memory of other software on this machine).About median: The data is sorted, the position is in the middle of the number. The data is divided into two parts, part of which is larger than the value, and part is less than tha
Votedisk whether it is for RAC (10g Clusterware, 11g GI) is very important, we call it an arbitration disk, when a node in the RAC cluster fails and off the wire off, it is determined whether to kick it out of the cluster, to ensure that the cluster is running properly, When the votedisk is damaged, it can cause the Cluster service to fail to start, the cluster resources cannot be loaded, and the final result is a strike. Then we usually pay attention
Oracle
Table space management has been significantly improved, which can be attributed to a sparser SYSTEM, support for user-defined default tablespace, new Sysaux, and even renaming
How many times have you been hurt by the user's creation of a non-SYS and system segment in the system table space?
Before Oracle9i Database, if you do not specify a default tablespace when you create a user, it defaults to the SYSTEM table space. If a user does not explicitly specify a table space when creating a
Oracle
This article will show you how to install the following contents:
-Oracle 10g (10.1.0) on Red Hat Enterprise Linux Advanced Server 3 (RHELAS3)
-Oracle 10g (10.1.0) on Red Hat Enterprise Linux Advanced Server 2.1 (RHELAS2.1)
-Oracle 10g (10.1.0) on Red Hat 9 (RH9)
-Oracle 10g (10.1.0) on Red Hat Fedora Core 1 (
Mysql|oracle
This is my comparison's installing and getting started with Oracle 10g, PostgreSQL 8 and MySQL 5. This is what I consider the comparison of the ' art for three categories to db:commercial vs. Academe vs. Internet Model. This is a comparison from the view of a new user wanting to install a database to learn. I ' m trying to keep the viewpoint of a home or small business user.Full disclosure:i am strongly biased towards Oracle and fully exp
We've talked about the construction of Oracle 11G Dataguard in the front, and the 10G build is similar. However, Oracle 10G does not support standby openEnvironment:
Role
Host Name
Ip
Database version
Operating system version
Primary
Fdb1
192.168.10.8
10.2.0.1
CentOS 5.11 x86_64
Standby
Fdb2
192.168.10.9
10.
How to import an Oracle 11g backup dat file into a 10g database workaround: Add the target database version number after exportingExport:Execute under SQL Plus: Create or replace directory File_path as ' e:\ ';--creating Export \ Import file storage path (my is on E-drive)Execute inside CMD: EXPDP username/password @ service name Directory=file_path dumpfile= Export Database file name. dat schemas= user name Logfile=baklog.log version= 10.2.0.1.0 (ver
Label:from:http://oracle-base.com/articles/10g/utl_dbws-10g.phpIn a previous article I presented a method for consuming Web Services using a basic SOAP implementation. This article provides similar functionality, but this time using UTL_DBWS the package, which is essentially a PL/SQL wrapper Over Jpublisher.First, download the latest copy of the Dbwsclient.jar file:
Pre 10g:dbws-callout-utility.zip (10.1.2)
10g:dbws-callout-utility-10r2.z
The last book, "Oracle 10g installation in Solaris 10," and now start using QT to compile the Oracle 10g driver! This allows the QT program to be linked to the Oracle database!Environment Variables for Oracle:
Oracle_base=/oracleOracle_home= $ORACLE _base/product/10.0.2
The path of the QT compilation file under Solaris 10:
/export/home/qt-4.3.1/qt-x11-commercial-src-4.3.1
Environ
Label:In 10g, when ORA-00020 occurs, Sqlplus will report "connected to an idle instance" From:Sqlplus Logon Reports ' connected to a idle instance ' when ORA-20 happens in 10g (document ID 1370000.1) Say the more classic, do not translate, direct reprint:Applies To:Oracle server-enterprise edition-version:10.1.0.4 to 10.2.0.5-release:10.1 to 10.2information in this document applies to any platform.SymptomsW
Oracle 10g installation in win7, select advanced options, prompt program abnormal termination, unknown error solution oracle 10g installation in win7, select advanced options, prompt program abnormal termination, if an unknown error occurs, modify Oracle 10G \ database \ stage \ prereq \ db \ refhost. xml is added after
Upgrade from Oracle9i to 10 GB: 1. Use an oracle Upgrade utility dbua (databaseupgradeassistant) to directly connect the 9i Database.
Upgrade from Oracle 9i to 10 GB: 1. Use a database upgrade assistant provided by oracle to directly upgrade the 9i database
You can choose from two solutions:
1. Use the database upgrade assistant (dbua) upgrade utility provided by oracle to directly upgrade 9i database to 10 Gb.
2. Create a 10 Gb database and use the import/export (imp/exp) utility of oracle
The new 10g ASM production database is coming soon. The following is a simple Backup recovery test before the release:1. perform backup first
$ Rman target/@ full_bak. SQL
Recovery Manager: Release 10.1.0.3.0-64bit Production
Copyright (c) 1995,200 4, Oracle. All rights reserved.
Connected to target database: MMSDB (DBID = 799462343)
RMAN> run {2> backup database plus archivelog delete all input;3> delete obsolete;4>}5>
Starting backup at 13-APR-05Cur
Install Oracle BIEE 10g in suse 10
System Environment:
SUSE Linux Enterprise Server 10 (i586)
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0-Prod
Biee_linux_x86_SUSE_101342
Download BIEE installation software:
You can download biee_linux_x86_SUSE_101342 from the oralce official website.
Hardware:
Minimum configuration: 1 GHz CPU, 2 GBRAM, GB free disk installation space, 2 G-4 g disk swap space.
InLinuxEnvironmentInstall oracle 10gIt is a daunting task, far more complex than installing the linux operating system. If oracle 10 Gb can be successfully installed, some linux technologies will be mastered at the same time. This article describes how to install oracle 10 Gb in redhat linux. Here, it is explained that Oracle 10 Gb g stands for grid, which is a cutting-edge network computing technology.
Oracle 10g has very high requirements on hardwar
Oracle 10g Regular ExpressionOfREGEXP_LIKEThe usage is what we will introduce in this article. Before that, let's take a look at the regular expressions supported by Oracle 10g. There are four functions that support regular expressions in Oracle:
1. REGEXP_LIKE: similar to LIKE.
2. REGEXP_INSTR: similar to INSTR.
3. REGEXP_SUBSTR: similar to SUBSTR.
4. REGEXP_REPLACE: similar to REPLACE.
They are used in th
The following 10g Oracle service start/stop scripts are the two most commonly used scripts every day, namely, oracle 10g services start/stop, the script content is not original (obtained from caiyun at the earliest), and the original address cannot be tested. Here, we will only sort it out. environment: Windows 7 + oracle 10g 1. oracle_start.bat 1 ECHO Starting O
There are many things worth learning about in Oracle. Here we will mainly introduce Oracle 10g servers, including the clients of Oracle9i.
1. Oracle dba account permissions, which are accessed by the Local Machine by default and are not open to remote users. You can enable this access permission by setting
2. After the Common Account of Oracle is installed, it has the permission to remotely access the database. Therefore, if you want to remotely conne
For some reason, such as data abnormal power, resulting in serious awr data inconsistency, awr part of the table damage, and so on, need to rebuild awr, can refer to the following steps for reconstruction, this article mainly for the current mainstream 10g and 11g version of the database, 12c did not testStop AWR automatically gather information
Method 1: Parameter tuning
Sqlplus/nologConnect/as SYSDBACreate pfile= '/tmp/pfile.xifenfei ' from SPFile
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.