在TD中创建oracle项目,但安装前必须在oracle端作相应的配置,在TD的Readme文档中提到:(绿色为通过,红色为遇到的问题,橙色有待处理)
In order to retrieve Unicode code points that are stored in an Oracle UTF8 database, you must set up the 8.1.7.2 Oracle driver as the Oracle data source name.
To set up the 8.1.7.2 Oracle driver as the Oracle data source name:
1 Change NLS_LANG to AMERICAN_AMERICA.UTF8 in the Windows registry on the Oracle client machine. ([HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0])
2 Set the init[ORACLE_SID].ora 'compatible' parameter on the Oracle server machine to: compatible=8.1.0.
3 Download the 8.1.7.2 Oracle ODBC driver from Oracle's Web site (http://otn.oracle.com/software/content.html) and install it on the client machine. Note that you must sign up as a member of the Oracle Technology Network (OTN) in order to download the ODBC driver.
4 Select Start > Settings > Control Panel > Data Sources (ODBC), and click the ODBC Driver tab. Choose the Workaround option, and select the Force SQL_WCHAR Support check box. If you do not select this check this box, the ODBC driver will not return valuable information.
5 Set up an ODBC Data Source Name (DSN) that references the 8.1.7.2 Oracle driver.