Through all kinds of hardships, finally the work of 32 Oracle 10g loaded to 64-bit windows7 on the. Do not ask me why I do not install 64 Oracle or Oracle 11g, which is the only reason for the job needs.
Encountered a variety of problems, bypassing the detour will not wordy, directly to the success of the steps.
Oh ~ ~ One more word, say the software environment:
Operating system: Windows7 Chinese flagship edition
Oracle installation Version: 10.2.0.1
Space size: 10g (1g=1000m)Support: ASP tutorials, PHP tutorials, access, MySQL tutorials, ease, Zend, JMail, FSONumber of concurrent connections: 200 (Support day traffic tens of thousands of stations)
Number of concurrent connections: 200 (Support day traffic tens of thousands of stations)MySQL Database tutorial: Free 100m Large capacity MySQL databaseMachine room Environment: Green American Room, 20g backbone access, the first use of wind power sup
Free 300m/10g/php/mysql/ftp/subdomain/domain/No advertising personal learning web spaceFree Virtual Host Features:We provide you with the most advanced free virtual hosting (not with PHP and MySQL database supported ads). We have just opened March 2008 and now we have more than 7000 registrations!
-MB disk space-GB Monthly Transfer-PHP and MySQL database-5 additional fields-5 Sub Domain-PHP's logo management-FTP Account-File Manager-Post Office, POP3
oracle| View
View Oracle 10g View
1, view the name of the database and file status
Sql> select Name,log_mode from V$database;
NAME Log_mode
--------- ------------
HB130000 Archivelog
2, view the database instance name and status
Sql> select Instance_name,status from V$instance;
instance_name STATUS
---------------- ------------
hb130000 OPEN
3, view the table space name, status and Management methods
Sql> select Tablespac
to check that this is especially important if you want to select "Run with highest privileges, regardless of whether the user is logged on" or not, and the batch script cannot be automatically completed if you do not select both. Finally click "OK" and enter the password:
Finally on the home page you can see just added the task:
Double-click the task to go to the Task Details page and see the last and next execution times and last execution results:
The automatic backup configuration for Oracle
Oracle databases have always had the ability to audit operation types against the database and to keep audit trails in a system table. This table is named Sys.aud$ and is located in the data directory. In some operating systems, you can also write audit records for the operating system's own event log subsystem.
Oracle 10g adds a third option: the ability to write files in an operating system directory. These files can be in XML format.
Auditing wit
.
Connect to: Oracle Database 10g Enterprise Edition release 10.2.0.3.0-64bit Production
With the partitioning, real application clusters, OLAP and Data Mining options
ORA-39154: The object in the external scenario has been removed from the import and the primary table "Zhejiang" has been successfully loaded/unloaded. Sys_import_full_01 "Start" Zhejiang "." Sys_import_full_01 ": zhejiang/******** dumpfile=zj_datapump.dp directory=d_test full=y LOGF
10g online redefinition solves this problem. If the objects are created using Copy_table_dependents, the associated objects are automatically changed to their original names when the redefinition operation completes. If it is a manually created association object, you can take advantage of the register_dependent_object procedure, and all associated objects that perform the Register_dependent_object procedure are automatically renamed after the redefin
tool to provide you oh ^ ^. So you have to learn another software is VNC.
What the? You don't know about VNC? Then go to www.baidu.com or www.google.com to search for it. I personally like these two. Maybe everyone will have their own search engine! As for the use of VNC I do not have to teach it! Hey..........
For these reasons, I decided to install Oracle with the character interface under Linux or UNIX. (I haven't installed Oracle before, which is a challenge ^-^)
3. Actual action (take the
In 10g, the Rman backup is optimized to no longer back up the data blocks in which the table frees space.
The backed up document is 9i, so it has always been considered that the Rman backup only backs up the blocks where the data was written, and that Rman does not matter if the current block is released, so the Rman backup set tends to grow larger as the space in the data file is constantly occupied.
Sql> SELECT * from V$version;
BANNER
---------
the MV log to identify the changes.
Needless to say, this requirement increases the total execution time of the operation. Additionally, additional insert operations will consume CPU cycles and I/O bandwidth.
Fortunately, in the Oracle Database 10g 2nd edition, the PCT does not require MV logs to work. Let's take a look at how it works. First, confirm that there is no MV log in the table ACCOUNTS.SQL> select *2 from dba_mview_logs3 where master = '
In 9i, initialization parameters Audit_trail only the None, DB, and OS three optional values, while in 10g Oracle added several new options.
This article describes the XML options.
Database version and default audit_trail parameter settings:
Sql> select * from V$version;
BANNER
----------------------------------------------------------------
Oracle database10genterpriseedition Release10.2.0.3.0-64bi
Pl/sql Release 10.2.0.3.0-production
CORE 10
I. Basic ENVIRONMENTAL requirements
System environment:
System version: Rhel5u8 x86_64
Oracle Version: Oracle 10.2.1
IP Address
ODB1 192.168.100.144
192.168.101.144
ODB2 192.168.100.143
192.168.101.143
Server Shutdown selinux/iptables
Second, preparatory work
Modify the host name of two computers
ODB1 Odb1-priv ODB1-VIP
OBD2 Odb2-priv ODB2-VIP
Configure Yum source code, to ensure that the data package are fully installed, Oraclerac the most annoying packet, the problem, most of the
Environment descriptionOracle 10.2.0.4Windows 20082. Description of the problemAccording to the field engineer description, the customer restarted the PC server, up after the start of monitoring very slow very card, database status open cannot login3. HandlingIt is useless to try to reconstruct the monitor on site. Modify the Listening file Listener.oraAdd the following parametersLocal_osauthenticationRestart monitoring Lsnrctl Stop lsnrctl startAfter modifying the parameters, the listening star
1, the phenomenon:Double-click Setup.exe, the Black cmd window appears, the conditions are met, but it is directly disappeared; Oui.exe also ran but did not report any error messages will disappear ...2. Try:Setup.exe and Oui.exe are both run in a compatible way, and also run with Administrator privileges (right---the property can set these 2 items at the same time). Online Search some way (is about to change the file "Refhost.xml" and "Oraparam.ini" inside the configuration), also not ...2.1, T
-------Physical Standby Database:Real-time apply needs to configure standby redo log;With real-time apps enabled, the Log app service directly applies the received redo data without waiting for the current standby redo log ArchiveThe time for failover and switchover is greatly reduced because standby redo log has been applied to the repository at failover or switchover.ALTER database RECOVER MANAGED STANDBY database USING current LOGFILE;-----for logical Standby databasesALTER DATABASE START LOG
backup things such as: Spfile,control file, data file location, and so on. Data file location, use the following command to view:Elect File_name,tablespace_name from Dba_data_files;Select File_name,tablespace_name from Dba_temp_files;Sometimes this information is needed for recovery. We try to back up a bit more so that it's more beneficial for recovery.Previous knowledge of the DBA:1. Bold but cautious, don't panic2. Develop a comprehensive backup strategy, before doing relevant operations, bu
1, unzip the file 10201_database_win32.zip, and double-click the Setup.exe directory, the installation interface appears as follows:2, enter the password and confirm the password, such as:password, click Next, the following progress bar appears,Note: This password is the administrator password.3, check the prerequisites, select the Red box as shown in the selection box, such as:4, click "Next", the "Summary" screen appears, click "Install".5, the installation progress bar appears, waiting for in
..76 loopinsert into T2 values (i); end LOOP;COMMIT;END;/SQLG T Select COUNT (Distinct a) from T2; --insert 76 Different values count (distincta)---------------- 76sql> exec Dbms_stats.gather_table_stats (tabname = ' T2 ', ownname = user,method_opt = ' for COLUMNS A SIZE 75 '); Artificially defined buckets are less than NDV, in which case Oracle uses a highly balanced histogram because the frequency histogram is 75 buckets 76sql> select Column_name,histogram from User_tab_ Col_statistics w
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.