
数据库
数据库的基本操作,JDBC
Joker_Lie
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
oracle断电ora-01033,ora-00600,
相关博客 https://blog.youkuaiyun.com/u011609113/article/details/54020579 http://blog.itpub.net/10687033/viewspace-246482 https://jingyan.baidu.com/article/90bc8fc89f3a5ff653640c27.html原创 2021-06-28 10:58:40 · 275 阅读 · 0 评论 -
使用ShardingSphere实现分库分表
一、添加依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency>原创 2021-05-25 13:36:04 · 374 阅读 · 0 评论 -
Oracle恢复ORA-00600: 内部错误代码, 参数: [kcratr_scan_lastbwr] 问题的简单解决
sqlplus / as sysdba startup mount recover database alter database open原创 2021-05-21 08:41:34 · 492 阅读 · 0 评论 -
定时备份数据库——数据库恢复命令
数据库恢复命令: pg_restore -h localhost -U postgres -d postgres<D:test\sql\postgres_2020-11-04_0915.backup psql -h localhost -U postgres -d postgres<D:test\sql\postgres_2020-11-04_0915.backup原创 2021-03-25 13:34:09 · 157 阅读 · 0 评论