Do NOT change ORACLE_HOME\network\admin\sqlnet.ora
Some document was said to change AUTH… to (none). Do NOT change and keep it as (NTS) in Windows10/11, or it might cause some problem during DB creation and startup.
Avoid to install both Oracle DB Server and Client in same machine(Standalone)
Old TDM version(2018 or early) may still need 32bit Oracle Client. test.udl file can only verify 64bit, NOT 32bit OLE DB component.
Newer TDM version does not need TNSName anymore
SQL to check Database character(Unicode/non-Unicode)
SQLPLUS > select value from nls_database_parameters
Early TDM version/TDM Installer may need 32bit Oracle Client.
Both Oracle DB Server and Client was needed for TDM standard alone installation. If there’s problem to recognize the component, please consider on which ORACLE HOME was used (especially command line operation).
Edit Tables功能一般我們用作對數據表進行檢索然後修改數據記錄,其實也可以對數據記錄作刪除。例如這裏用到的對數據記錄進行“Mark to delete”操作,然後點擊Modify就會對標注為刪除的記錄進行直接刪除(注意,此操作需要對TDM系統的數據表完全理解和掌握,如果不是很確定,可以咨詢TDM系統技術支持)。