Client: select * from sys.nls_session_parameters;
server: select * from sys.nls_database_parameters;
Error in executing script: ora-01843: not a valid month
confirmation problem: client NLS_date_Language is American
solution: modify NLS_date_The language parameter is Chinese. Data such as’ November may – 18 10.56.50.139000 am ‘is successfully imported
— this command is only useful for the current session
alter session set NLS_date_language=’SIMPLIFIED CHINESE’;
Similar Posts:
- [Django] python manage.py syncdb Unknown command: ‘syncdb’
- [Solved] ORA-02096: specified initialization parameter is not modifiable with this option
- [Solved] exp:EXP-00091 Exporting questionable statistics
- Solve the Chinese display garbled code under centos7
- PING[ARC2]: Heartbeat failed to connect to standby ‘gqtzdb_dg’. Error is 16047
- Session_start(): Cannot start session when headers already sent in [How to Solve]
- Database Start Error after Recovery: ORA-01092: ORA-30012: undo tablespace
- ValueError: day is out of range for month [How to Solve]
- ValueError: day is out of range for month [How to Solve]
- [Solved] SSH Remote execute Python 3 error: Unicode encodeerror: ‘ASCII’ codec