首页 > TAG信息列表 > timedate

KERBEROS_V4 rejected as an authentication type

用shell脚本以ftp方式备份的时候,碰到KERBEROS_V4 rejected as an authentication type 出现这个的原因是shell脚本中直接使用ftp命令,默认的是/usr/kerberos/bin/ftp,这个和PATH环境变量有关 如果使用/usr/bin/ftp就不会出现这个问题! #!/bin/sh export ORACLE_BASE=/u01/app/oracle e

通过循环设置多条对象,用于分页测试

需求:返回对象的id为32位,每次查询的数据固定;displayRedDot  设置参数为0,1间隔显示,时间固定 一、通过for循环实现返回多条对象需求 public List<MessageContainerVO> findAllMessage()  { List<MessageContainerVO> messageVOList = new ArrayList<MessageContainerVO>();  // ac

ftp脚本遇到AUTH GSSAPI错误

在执行脚本时老出现如下错误: 'AUTH GSSAPI': command not understood 'AUTH KERBEROS_V4': command not understoodKERBEROS_V4 rejected as an authentication type原脚本如下:#!/bin/sh export ORACLE_BASE=/opt/oracle/ export ORACLE_HOME=/opt/oracle/app/product/11.