摘要:
收缩段消除空间碎片的方法有两种: 方法1:使用 Move 命令 alter table table_name move 注意:1) move 操作会锁表。(如果是很小的表,可以在线做。如果是大表一定要注意,会长时间锁表,只能查询,影响正常业务运行)2) move 操作会使索引失效,一定要 rebui 阅读全文
摘要:
背景 Oracle 表空间数据文件容量与 DB_BLOCK_SIZE 参数有关,物理文件最大允许 4194304 个数据块(由操作系统决定)。如果初始建库时 DB_BLOCK_SIZE = 8K,数据文件最大体积为 32GB(32768MB)。4194304 × 8 / 1024 = 32768 ( 阅读全文
摘要:
环境 Visual Studio 2022Oracle.DataAccess.dll v4.121.2.0 错误信息 在 VS 中启动 IIS Express ,收到报错信息Could not load file or assembly 'Oracle.DataAccess' or one of i 阅读全文
摘要:
硬件 StarFive 昉·星光 2 开发板 准备步骤 1. 要安装 Debian Image 69 工程版,需要 VisionFive 2 板载 QSPI flash 更新至最新的 uboot 和 spl。https://forum.rvspace.org/t/2-debian-image-69/ 阅读全文
摘要:
背景 DevEco Studio 3.1.0.100HUAWEI Mate 50 步骤 1. 手机进入开发者模式,启用 "允许USB调试" 2. 用 USB 数据线连接电脑和手机 3. 在电脑上,DevEco / HarmonyOS / SDK 目录下找到 hdc 工具 4. 使用 hdc 打开手机 阅读全文
摘要:
背景 新安装的 Windows 11 英文版,时区默认是英国。新安装了 DevEco Studio 3.1.0.100。 解决 In the C:\Users\xxxxxx\AppData\Roaming\Huawei\DevEcoStudio3.1\options directory, open 阅读全文
摘要:
准备材料 VMware Workstation Pro v16.2.4https://www.vmware.com/cn/products/workstation-pro.html VMware Unlocker for macOS v3.0.4https://github.com/paolo-pr 阅读全文
摘要:
修改前 <rsweb:ReportViewer ID="ReportViewer1" runat="server"></rsweb:ReportViewer> 修改后 <rsweb:ReportViewer ID="ReportViewer1" runat="server" width="100%" 阅读全文
摘要:
Background Bitbucket + Sourcetree Issue Case git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin remot 阅读全文
摘要:
数据库 Server MongoDB v4.4 管理工具 MongoDB Database Toolshttps://www.mongodb.com/try/download/database-tools?tck=docs_databasetools The MongoDB Database Too 阅读全文
摘要:
操作步骤 1. 在 CMD 中关闭监听 lsnrctl stop 2. 登录 SQL Plus 查看 local_listener 参数,因为使用的是默认端口1521,所以VALUE里面是空的 SQL>show parameter local_listener 3. 重建 Listener 指定新端 阅读全文
摘要:
查看 Oracle Client 字符集 select * from nls_session_parameters; 更新前 修改 Windows 系统环境变量 NLS_LANG = SWEDISH_SWEDEN.WE8MSWIN1252 更新后 参考资料 https://www.cnblogs.c 阅读全文
摘要:
背景 Windows 10 ProDBeaver Enterprise Edition v21.0MongoDB v4.2 步骤 #1. 下载并安装 DBeaverhttps://dbeaver.com/download/enterprise/ #2. 下载并安装 JDK11https://www. 阅读全文
摘要:
#1. UOS系统下载 统信UOS桌面专业版x86_64https://www.chinauos.com/resource/ #2. 在 Hyper-V 虚拟机中进行安装 #3. UOS进入开发者模式 #4. 安装 Docker https://docs.docker.com/engine/inst 阅读全文
摘要:
系统环境:Windows 10 Enterprise LTSC v1809 视频资源:姜子牙4k.Legend.of.Deification.2020.WEB-DL.2160p.H265.DoblyVision.DDP5.1-HAO4K Potplayer 播放效果 Win10 自带的 "电影和电视 阅读全文