반응형 분류 전체보기210 [ Oracle ] 오라클 (hostname 변경 후 오라클 구동 오류.) 오류 해결하기. ( ORA-27101: shared memory realm does not exist) 에러 내용은 다음과 같다.. ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux-x86_64 Error: 2: No such file or directory 그래서 오라클을 다시 시작해 보려고 #sqlplus /nolog #conn sys /as sysdba #password : 비밀번호 적기 sql>shutdown immediate sql>startup open위 명령을 실행해보았지만 실패.. 에러 메시지: ORA-01031: insufficient privileges왠지 리눅스의 hostname을 변경했던 기억이 스쳐 지나갔다. 리스너를 한번 보도록 하자.위치 : /u01/app/oracle.. 2018. 10. 6. error: ORA-65096: invalid common user or role name in oracle Ask Questionup vote24down votefavorite13I just installed oracle11g, and it was missing the Scott schema. So i am trying to generate it myself. I got the sql script of "Scott" schema, but when i try to run the query "create user Scott identified by tiger;" it displays the following error:ORA-65096: invalid common user or role name in oracle.Basically it is not allowing me to create a user "Scott".. 2018. 10. 5. THP(Transparent Huge Pages) 기능과 설정 방법 THP(Transparent Huge Pages) 기능과 설정 방법원문링크 : http://www.cubrid.com/zbxe/bbs_developer_faq/3550332THP(Transparent Huge Pages) 란?리눅스 THP 기능에 관련하여 공식 문서들에는 기능에 대한 정의만 설명되어 있고 정확히 어떤 방식으로 어떤 기능을 하는 것인지는 설명되어 있지 않아 자세히 설명드리겠습니다.페이지는 메모리를 일정한 크기로 나누어 관리하는 단위입니다.CPU는 메모리에 데이터를 요청할때 Virtual address를 통해 요청하고 MMU가 그것을 Physical address로 변환시켜 실제 메모리에 엑세스 하게 됩니다. 여기서 Virtual address와 Physical address를 연결해주는 테.. 2018. 10. 4. Oracle 12c CentOS 7에 설치 VersionOS : Cent OS 7 64bitDB : Oracle 12c R2(12.2.0.1.0) 오라클설치패키지 설치Oracle 설치에 필요한 패키지를 설치 합니다.# yum update# yum install -y binutils compat-libcap1 gcc gcc-c++ glibc glibc glibc-devel glibc-devel ksh compat-libstdc++-33 libaio libaio libaio-devel libaio-devel libgcc libgcc libstdc++ libstdc++ libstdc++-devel libstdc++-devel libXi libXi libXtst libXtst make sysstat xorg-x11-apps Group과 User 생성Or.. 2018. 10. 4. 이전 1 ··· 20 21 22 23 24 25 26 ··· 53 다음 반응형