DATABASE

    [Sybase] Sybase DB - isql Login command

    Sybase Login Command isql –S –U -P -S server Specifies the name of the Adaptive Server to connect to. isql looks this name up in the interfaces file. If you specify -S with no argument, isql looks for a server named SYBASE. If you do not specify -S, isql looks for the server specified by your DSQUERY environment variable. -U username Specifies a case-sensitive login name. -P password specifies y..

    [Database] mssql documentation

    https://docs.microsoft.com/ko-kr/sql/t-sql/functions/dbts-transact-sql?view=sql-server-ver15 DBTS(Transact-SQL) - SQL Server @@DBTS(Transact-SQL) docs.microsoft.com

    [SAP EAI] BC_DDDBTABLERT not found

    Error Message: Caused by: BC_DDDBTABLERT not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output). OpenSQLExceptionCategories: [NON_TRANSIENT, DB_OBJECT_UNKNOWN], OpenSQLException: BC_DDDBTABLERT not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output). OpenSQLExcep..

    [Database] Oracle 버전 의미

    오라클 버전을 표현할 때 숫자 뒤의 알파벳 의미 Oracle 7 -> 8i -> 9i -> 10g -> 11g -> 12c i: Internet의 약자. 응용프로그램(인터넷 플렛폼) 지원 g: Grid computing의 약자. 분산 네트워크를 통한 자원통합을 지원 c: Cloud Computing의 약자. 데이터베이스 자체적으로 가상화를 지원

    [Database] Oracle Character Set

    Oracle의 CharacterSet은 한번 결정하면 변경하기 어렵기 때문에 초기 DB구성때 신중하게 결정해야 한다. 한국어를 지원하는 캐릭터 셋은 총 4가지가 있다. 1. KO16KSC5601 : 한글 완성형 코드와 일치하며 일반적으로 많이 사용되는 2350자의 한글, 4888자의 한자와 히라카나, 카타카나, 그리고 영문 및 각종 기호들을 포함하고 있다. EUC_KR의 캐릭터 셋이다. 일반적으로 많이 사용되는 2350자의 한글만 사용되므로 아래와 같은 글자는 제대로 인식하지 못할 수 있다. 예문) 아헿헿 -> 아? ? 똠똠땀 -> ? ? 땀 먄먄해 -> ? ? 해 2. KO16MSWIN949 : Windows-949 Character Set은 MS사의 Windows Codepage 949번, 즉 한글 ..