Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Websphere Applciation 服务器的新手,我想知道为什么我们在Websphere Application Server中使用 .car ?1)它是用来恢复数据库的吗?2) 它是否包含 SQL 数据?
.car 是“配置档案”。这是克隆或备份/恢复应用程序服务器配置文件(大致是一个实例)的一种方法。它比您想象的数据库/ SQL 数据更多的中间件配置。数据库的备份/恢复不会通过应用服务器进行管理。