Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
zip
Fedora6_oracle9i.zip 18,192.6 kB 1 17-May-2021 01:16 박동재
zip
Fedora6oracle10g.zip 1,571.4 kB 1 17-May-2021 01:16 박동재

This page (revision-1) was last changed on 17-May-2021 01:16 by UnknownAuthor  

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 39 lines
[{TableOfContents}]
!!! Oracle Install
*[Linux 7.3에서 Oracle 8i 설치|Oracle8i_Install_Linux7.3]
*[Redhat 9.0에서 Oracle 9i 설치|Oracle9i_Install_Redhat9.0]
*[Linux x86에 Oracle Database 10g 설치하기|http://www.oracle.com/technology/global/kr/pub/articles/smiley_10gdb_install.html]
!!!블로그 & 커뮤니티
*[오라클클럽|http://www.oracleclub.com/]
!!!환경 설정
*[오라클 NSL 세팅|http://www.oracle.com/technology/global/kr/pub/columns/oracle_nls_1.html]
*오라클 환경변수 확인
{{{
select * from nls_database_parameters
}}}
!!! Oracle Trace
*[SQL Trace와 TKPROF 유틸리티|http://blog.naver.com/sswhite74?Redirect=Log&logNo=40016408482]
*[튜닝의 도구 – SQL*TRACE와 TKPROF |http://blog.naver.com/novaculite?Redirect=Log&logNo=120012048276]
*Oracle 8i에서의 Trace
{{{
oracle init.ora 파일에 sql_trace = true 추가
/oracle/product/8.1.7/bin/tkprof
/oracle/admin/orcl/udump/ora_2995.trc
/oracle/admin/orcl/udump/user.txt
SYS=NO SORT=EXECPU -> 가장나쁜 Execute CPU값을 가진 통계값을 먼저 출력합니다.
}}}
!!! Oracle 백업
{{{
오라클 데이터 내려 받기
exp userid=아이디/패스워드 file='파일명' fully=y compress=y
오라클 데이터 올리기
imp userid=아이디/패스워드 file='파일명' fully=y
}}}
Version Date Modified Size Author Changes ... Change note
17-May-2021 01:16 1.098 kB UnknownAuthor
« This page (revision-) was last changed on 17-May-2021 01:16 by UnknownAuthor