What is the translation of " THE SYS " in Korean?

Examples of using The sys in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The example first queries the sys.
다음 예에서는 먼저 sys.
Use the sys. dm_tran_locks dynamic management view instead.
사용 하 여 sys. dm_tran_locks 동적 관리 뷰를 대신 합니다.
The column first_iam_page in the sys.
First_iam_page 시스템 뷰의 sys.
If omitted, Apache will assume the SYS: volume which may not be correct.
볼륨명을 생략하면 아파치는 SYS: 볼륨이라고 잘못 가정할 수 있다.
The sys file describes the systems that your machine knows about.
Sys 파일엔 당신의 시스템이 알고 있는 다른 시스템에 관해 적혀있다.
The DUAL table is in the SYS user.
Dictionary table 은 sys user 의 소유다.
The sys module has a version_info tuple that gives us the version information.
Sys 모듈은 version_info 튜플을 가지는데 버전 정보를 제공한다.
Simply that we executed the exit command defined in the sys module.
단순히 우리는 sys 모듈안에 있는 exit 명령어를 사용했을 뿐이다.
Nlm to the SYS: volume of a NetWare server and run them using the following commands.
Nlm 파일을 NetWare 서버의 SYS: 볼륨으로 복사하고 다음과 같이 실행한다.
Partitioned tables and indexes are not fully supported in this view; use the sys.
분할된 테이블 및 인덱스는 이 뷰에서 완전하게 지원되지 않으므로 대신 sys.
It uses the SYS file extension and is considered a Win32 EXE(Dynamic link library) file.
이는 SYS 파일 확장명를 사용하고 Win32 EXE (Dynamic link library(동적 링크 라이브러리)) 파일로 간주됩니다.
System objects are visible in the sys. system_objects catalog view.
시스템 개체는 sys. system_objects 카탈로그 뷰에 표시됩니다. System objects are visible in the sys. system_objects catalog view.
By default, Taylor UUCP disallows connections at any time, so you have to use some sort of time specification in the sys file.
디폴트로 Taylor UUCP는 어떠한 시간대에도 연결을 허용하지 않으므로, sys 파일에 일종의 시간대 지정흘 해 주어야만 한다.
Copy the HTTPD-STD. CONF file to the SYS: /APACHE2/CONF directory and rename to HTTPD. CONF.
HTTPD-STD. CONF 파일을 SYS: /APACHE2/CONF에 복사하고 파일명을 HTTPD. CONF로 변경한다.
The only reliable way to find the schema of a object is to query the sys. objects catalog view.”.
개체의 소유자를 확인하는 신뢰할 수 있는 유일한 방법은 sys. objects 카탈로그 뷰를 쿼리하는 것입니다. The only reliable way to find the owner of a object is to query the sys. objects catalog view.
Nlm from their respective directories to the SYS: volume of a NetWare server and run them using the following commands.
Nlm 파일을 NetWare 서버의 SYS: 볼륨으로 복사하고 다음과 같이 실행한다.
Partitioned tables and indexes are not fully supported in this view; use the sys. indexes catalog view instead.
분할된 테이블 및 인덱스는 이 뷰에서 완전하게 지원되지 않으므로 대신 sys. indexes 카탈로그 뷰를 사용하십시오.
Disconnect air supply line and relieve pressure from the sys-tem by opening dispensing valve or device and/ or carefully and slowly loosening and removing outlet hose or piping from pump.
항공 보급 선을 차단하고 sys에서 압력 - 분배 벨브 또는 장치를 그리고/또는 주의깊고 열고 그리고 천천히 펌프에서 출구 호스 또는 배관을 불고 제거해서 tem를 구호하십시오.
Before an except clause's suite is executed, details about the exception are stored in the sys module and can be accessed via sys. exc_info(). sys..
Except 절의 스위트가 실행되기 전에, 예외의 상세 내용이 sys 모듈에 저장되는데, sys. exc_info() 를 통해 액세스할 수 있습니다. sys.
The example first queries the sys. indexes catalog view to return the name and index_id for each index on the Production. TransactionHistory table.
다음 예에서는 먼저 sys. indexes 카탈로그 뷰를 쿼리하여 index_id 테이블에 있는 각 인덱스의 이름 및 Production. TransactionHistory 를 반환합니다. The example first queries the sys. indexes catalog view to return the name and index _ id for each index on the Production. TransactionHistory table.
To view the existing logical device names,query the sys. backup_devices catalog view.
기존의 논리적 장치 이름을 보려면 sys. backup_devices 카탈로그 뷰를 쿼리합니다. To view the existing logical device names,query the sys. backup_devices catalog view.
Before an except clause's suite is executed,details about the exception are stored in the sys module and can be accessed via sys. exc_info(). sys. exc_info() returns a 3-tuple consisting of the exception class, the exception instance and a traceback object(see section The standard type hierarchy) identifying the point in the program where the exception occurred. sys. exc_info() values are restored to their previous values(before the call) when returning from a function that handled an exception.
Except 절의 스위트가 실행되기 전에,예외의 상세 내용이 sys 모듈에 저장되는데, sys. exc_info() 를 통해 액세스할 수 있습니다.sys. exc_info() 는 예외 클래스, 예외 인스턴스, 예외가 프로그램의 어디에서 발생했는지를 알려주는 트레이스백 객체 (표준형 계층 를 보세요) 로 이루어진 3-튜플을 돌려줍니다. sys. exc_info() 값들은 예외를 처리한 함수로부터 복귀할 때 이전 값으로 복구됩니다.
Command line parameters can be obtained from the argv list imported from the sys module in Python, where the first item is the name of the program.
명령어 라인 매개변수는 파이썬에서 sys 모듈로 부터 수입된 argv 리스트로부터 획득될 수 있으며, 거기에서 첫 번째 항목은 그 프로그램의 이름이다.
In one embodiment, if an OP_CALL instruction is executed with an operand that contains a number that does not correspond to any System Call,the VM behaves as if the SYS_NOP system call was called.
일 실시형태에서, OP_CALL 명령이, 임의의 시스템 호출에 대응하지 않는 넘버를 포함하는 피연산자를 이용하여 실행된다면,VM 은 마치 SYS_NOP 시스템 호출이 호출된 것처럼 행동한다.
In the same oracle element, also enter the password for the SYS user and the SYSTEM user for the database that is to be created.
동일한 oracle 요소에서 작성될 데이터베이스의 SYS 사용자 및 SYSTEM 사용자에 대한 비밀번호도 입력하십시오.
View information about the linked servers defined in a specific instance of SQL Server by running a query against the sys. servers system catalog views.
Servers 시스템 카탈로그 뷰에 대해 쿼리를 실행하여 특정 인스턴스에 정의된 연결된 서버에 대한 정보를 봅니다. View information about the linked servers defined in a specific instance of SQL ServerSQL Server by running a query against the sys. servers system catalog views.
Column tracking information appears in the SYS_CHANGE_COLUMNS column that is returned by the CHANGETABLE(CHANGES…) function.
이 정보는 CHANGETABLE(CHANGES )에서 반환된 SYS_CHANGE_CONTEXT 열에서 가져올 수 있습니다. This information can then be obtained from the SYS_CHANGE_CONTEXT column that is returned by CHANGETABLE ( CHANGES …).
List of Database Engine Error Messages- All system and user-defined error messages in an instance of the Database Engine are contained in the sys. messages catalog view.
데이터베이스 엔진Database Engine 인스턴스의 모든 시스템 및 사용자 정의 오류 메시지는 sys. messages 카탈로그 뷰에 포함되어 있습니다. All system and user-defined error messages in an instance of the 데이터베이스 엔진Database Engine are contained in the sys. messages catalog view.
To view a list of open tape devices and the status of mount requests,query the sys. dm_io_backup_tapes dynamic management view.
열려 있는 테이프 장치 목록 및 탑재 요청 상태를 보려면 sys. dm_io_backup_tapes 동적 관리 뷰를 쿼리합니다. To view a list of open tape devices and the status of mount requests,query the sys. dm_io_backup_tapes dynamic management view.
After applying a given word breaker, thesaurus, and stoplist combination to a query string input, you can view the tokenization result by using the sys. dm_fts_parser dynamic management view.
쿼리에 특정 단어 분리기, 동의어 사전 및 중지 목록 조합을 적용하면 sys. dm_fts_parser 동적 관리 뷰를 사용하여 토큰화 결과를 볼 수 있습니다. After you apply a given word breaker, thesaurus, and stoplist combination in a query, you can view the tokenization results by using the sys. dm_fts_parser dynamic management view.
Results: 30, Time: 0.0417

How to use "the sys" in a sentence

The sys user owns the sys schema.
The sys file contains "atom" commands.
The sys module contains interpreter-related exports.
Turn the Sys Ex Thru filter ON.
Turn the Sys Ex Record filter OFF.
The Sys had shot back up again.
Login into Oracle with the sys user.
Where can i find the sys log?
The sys of exaSys stands for "system".
Damaging the Sys Reserve can cause problems.

Word-for-word translation

Top dictionary queries

English - Korean