这可能是一个基本问题,但有些事情我不明白。我想创建一个从0到99的列表,但它不会像我预期的那样输出。
list = range(5)
print(list)
# >>> range(0, 5)
我想得到以下列表。
print(list)
# >>>[0,1,2,3,4,,...,98,99]
答案 0 :(得分:-2)
试试这段代码:
1. Go to directory $ORACLE_HOME/network/admin
2. Modify sqlnet.ora file with following parameter:
tcp.validnode_checking = no
3. If you don't want to disable this, you can put the machine names as follows:
tcp.invited_nodes=(machine1, machine2)
3. Bounce the listener.