메탈리카 형들의 11집이 발매되었다.

72 Season 은 18살이 되기까지 삶을 의미한다고 한다.

나들 환갑이 다 되서 인지 예전처럼 귀에 쏙 들어오는 곡은 없었다.

나에겐 딱 4집까지만 인정이랄까?

그래도 여전히 앨범을 내주어서 감사할뿐..

Metallica Forever !!

 

- 트랙 리스트

1. 72 Seasons 7:20
2. Shadows Follow 6:11
3. Screaming Suicide 5:30
4. Sleepwalk My Life Away 6:56
5. You Must Burn! 7:03
6. Lux Æterna 3:25
7. Crown of Barbed Wire 5:49
8. Chasing Light 6:45
9. If Darkness Had a Son 6:36
10. Too Far Gone? 4:33
11. Room of Mirrors 5:33
12. Inamorata 11:10

 

Posted by pat98

19c user명 변경 테스트

test1 유저에서 test2 로 유저명을 변경해 보자.

sys@TEST> create user test1 identified by test1;

관련 Parameter 기본값 조회

KSPPINM                                  KSPPSTVL
---------------------------------------- ------------------------------
_enable_rename_user                      FALSE
_asm_allow_system_alias_rename           FALSE
_asm_skip_rename_check                   FALSE


sys@TEST> alter session set "_enable_rename_user" = true;

Session altered.

Elapsed: 00:00:00.00
sys@TEST> alter system enable restricted session;

System altered.

Elapsed: 00:00:04.16
sys@TEST> alter user test1 rename to test2 identified by test2;
alter user test1 rename to test2 identified by test2
                 *
ERROR at line 1:
ORA-03001: unimplemented feature

테스트 결론

-> 11g/12c 는 아래와 같은 꼼수로 user명 변경이 가능함.
alter session set "_enable_rename_user" = true;
alter system enable restricted session;

-> 19c 에서는 되지 않는다.
export의  fromuser,touser 또는 datapump의 remap_schema 옵션으로 넘겨야 할듯...

Posted by pat98

02-22 02:44
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2025.2
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

최근에 달린 댓글