请找到下面的代码。我只能通过ojdbc6.jar与jdk 6建立连接。
在jdk 7和8中,我明白了,
网络适配器无法建立连接错误和连接 超时
远程oracle数据库在Oracle 11g上运行。
images = tf.placeholder(tf.float32, [batch_size,width,height, 3])
image_batch = tf.stack(frameBuffer)
feed_dict = {images: image_batch}
avgRepresentation, pred = sess.run([pool_avg, predictions],{'Cast:0': feed_dict})