반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring
- Dependency Injection
- table tag
- DI
- Django
- Dependency
- Django column 값 가져오기
- Django 특정 값 가져오기
- html
- table cell size
- html cell size
- html cell
Archives
- Today
- Total
emluy 개발 일기
SQL*PLUS - set autotrace on 오류 본문
SMALL
1. 상황
C:\Users\LG>sqlplus ace/me@localhost:1521/xepdb1
SQL>set autotrace on
오류
SQL>exit
2. 해결방법
C:\Users\LG>sqlplus sys/oracle@localhost:1521/xepdb1 as sysdba
SQL>@?sqlplus/admin/plustrce.sql
SQL>exit
SQL>C:\Users\LG>sqlplus ace/me@localhost:1521/xepdb1
반응형
'웹 개발 > Oracle' 카테고리의 다른 글
Oracle 삭제하는 법 (0) | 2021.04.01 |
---|---|
PL/SQL - Package 생성 예제 (0) | 2021.03.29 |
[Oracle] - UNPIVOT , PIVOT (0) | 2021.03.14 |
Oracle - Mutitenant, PDB, CDB 란? (0) | 2021.02.25 |
Oracle 18c Windows 설치, SQL Developer 설치, Oracle CDB 접속, PDB 접속 (0) | 2021.02.25 |
Comments