gpt4 book ai didi

oracle - 插入到oracle表中的值没有保存?

转载 作者:行者123 更新时间:2023-12-02 06:43:18 24 4
gpt4 key购买 nike

我使用的是 Oracle Database 11g 并使用 SQL 命令行。

我创建了表,然后像往常一样插入值。当我使用选择查询查看插入的行时,我看到它们没有任何问题。

SQL> connect
Enter user-name: hotel
Enter password:
Connected.
SQL> select * from hotel
2 ;

no rows selected

SQL> insert into hotel values('The Taj',11,'New York',5);

1 row created.

SQL> select * from hotel;

NAME HOTEL_ID
-------------------------------------------------- ----------
LOCATION STAR_RATING
-------------------------------------------------- -----------
The Taj 11
New York 5

但是,在我关闭 sql 命令行后,再次打开并使用选择查询来查看所有行...所有行都消失了。我得到“没有选择行”

    SQL> connect
Enter user-name: hotel
Enter password:
Connected.
SQL> select * from hotel;

no rows selected

SQL>

我不知道为什么会发生这种情况。请帮忙!我对此完全陌生......所以请不要评判:)

最佳答案

尝试

       SQL> commit;

插入后

关于oracle - 插入到oracle表中的值没有保存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23174081/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com