CLI 예제: 카탈로그 텍스트 찾기 및 바꾸기

카탈로그 관리자 명령행 인터페이스를 사용하여 프로그래밍 방식으로 카탈로그 객체의 텍스트를 찾아 바꿀 수 있습니다. 예를 들어, 카탈로그의 폴더, 파일, 워크북 및 기타 객체의 이름을 바꾸는 스크립트를 작성할 수 있습니다.

텍스트 찾기 및 바꾸기 구문

runcat.sh -cmd replace -online <Oracle Analytics Cloud URL> 
-folder <root folder to start find> 
textreplace -old "<string to replace> -new "<new string>" 
-credentials <file with login username and password>

예제

이 예제에서 이름이 Revenue인 카탈로그 폴더의 이름을 바꿉니다. 새 폴더 이름은 Sales Reports입니다.

runcat.sh -cmd replace -online "https:/myoac.ocp.oraclecloud.com/analytics-ws" -folder "/Shared Folders/North America" textreplace -old "/Shared Folders/North America/Revenue" -new "/Shared Folders/North America/Sales Reports" -credentials /scratch/mycredentials.txt

여기서 인증서 파일에는 다음 행이 포함됩니다.

login=<userid>
pwd=<password>