运维联盟俱乐部

 找回密码
 立即注册
查看: 8226|回复: 0

[安装部署] 12c_rac_non_cdb_dbca.rsp

[复制链接]
  • TA的每日心情
    开心
    2023-8-9 11:05
  • 发表于 2021-9-2 15:52:40 | 显示全部楼层 |阅读模式

    1. ##############################################################################
    2. ##                                                                          ##
    3. ##                            DBCA response file                            ##
    4. ##                            ------------------                            ##
    5. ## Copyright(c) Oracle Corporation 1998,2017. All rights reserved.         ##
    6. ##                                                                          ##
    7. ## Specify values for the variables listed below to customize               ##
    8. ## your installation.                                                             ##
    9. ##                                                                                ##
    10. ## Each variable is associated with a comment. The comment                        ##
    11. ## can help to populate the variables with the appropriate                       ##
    12. ## values.                                                                      ##
    13. ##                                                                           ##
    14. ## IMPORTANT NOTE: This file contains plain text passwords and               ##
    15. ## should be secured to have read permission only by oracle user             ##
    16. ## or db administrator who owns this installation.                           ##
    17. ##############################################################################
    18. #-------------------------------------------------------------------------------
    19. # Do not change the following system generated value.
    20. #-------------------------------------------------------------------------------
    21. responseFileVersion=/oracle/assistants/rspfmt_dbca_response_schema_v12.2.0

    22. #-----------------------------------------------------------------------------
    23. # Name          : gdbName
    24. # Datatype      : String
    25. # Description   : Global database name of the database
    26. # Valid values  : <db_name>.<db_domain> - when database domain isn't NULL
    27. #                 <db_name>             - when database domain is NULL
    28. # Default value : None
    29. # Mandatory     : Yes
    30. #-----------------------------------------------------------------------------
    31. gdbName=test

    32. #-----------------------------------------------------------------------------
    33. # Name          : sid
    34. # Datatype      : String
    35. # Description   : System identifier (SID) of the database
    36. # Valid values  : Check Oracle12c Administrator's Guide
    37. # Default value : <db_name> specified in GDBNAME
    38. # Mandatory     : No
    39. #-----------------------------------------------------------------------------
    40. sid=test

    41. #-----------------------------------------------------------------------------
    42. # Name          : databaseConfigType
    43. # Datatype      : String
    44. # Description   : database conf type as Single Instance, Real Application Cluster or Real Application Cluster One Nodes database
    45. # Valid values  : SI\RAC\RACONENODE
    46. # Default value : SI
    47. # Mandatory     : No
    48. #-----------------------------------------------------------------------------
    49. databaseConfigType=RAC

    50. #-----------------------------------------------------------------------------
    51. # Name          : RACOneNodeServiceName
    52. # Datatype      : String
    53. # Description   : Service is required by application to connect to RAC One
    54. #                  Node Database
    55. # Valid values  : Service Name
    56. # Default value : None
    57. # Mandatory     : No [required in case DATABASECONFTYPE is set to RACONENODE ]
    58. #-----------------------------------------------------------------------------
    59. RACOneNodeServiceName=

    60. #-----------------------------------------------------------------------------
    61. # Name          : policyManaged
    62. # Datatype      : Boolean
    63. # Description   : Set to true if Database is policy managed and
    64. #                  set to false if  Database is admin managed
    65. # Valid values  : TRUE\FALSE
    66. # Default value : FALSE
    67. # Mandatory     : No
    68. #-----------------------------------------------------------------------------
    69. policyManaged=false


    70. #-----------------------------------------------------------------------------
    71. # Name          : createServerPool
    72. # Datatype      : Boolean
    73. # Description   : Set to true if new server pool need to be created for database
    74. #                  if this option is specified then the newly created database
    75. #                  will use this newly created serverpool.
    76. #                  Multiple serverpoolname can not be specified for database
    77. # Valid values  : TRUE\FALSE
    78. # Default value : FALSE
    79. # Mandatory     : No
    80. #-----------------------------------------------------------------------------
    81. createServerPool=false

    82. #-----------------------------------------------------------------------------
    83. # Name          : serverPoolName
    84. # Datatype      : String
    85. # Description   : Only one serverpool name need to be specified
    86. #                   if Create Server Pool option is specified.
    87. #                   Comma-separated list of Serverpool names if db need to use
    88. #                   multiple Server pool
    89. # Valid values  : ServerPool name

    90. # Default value : None
    91. # Mandatory     : No [required in case of RAC service centric database]
    92. #-----------------------------------------------------------------------------
    93. serverPoolName=

    94. #-----------------------------------------------------------------------------
    95. # Name          : cardinality
    96. # Datatype      : Number
    97. # Description   : Specify Cardinality for create server pool operation

    98. # Valid values  : any positive Integer value
    99. # Default value : Number of qualified nodes on cluster
    100. # Mandatory     : No [Required when a new serverpool need to be created]
    101. #-----------------------------------------------------------------------------
    102. cardinality=

    103. #-----------------------------------------------------------------------------
    104. # Name          : force
    105. # Datatype      : Boolean
    106. # Description   : Set to true if new server pool need to be created by force
    107. #                  if this option is specified then the newly created serverpool
    108. #                  will be assigned server even if no free servers are available.
    109. #                  This may affect already running database.
    110. #                  This flag can be specified for Admin managed as well as policy managed db.
    111. # Valid values  : TRUE\FALSE
    112. # Default value : FALSE
    113. # Mandatory     : No
    114. #-----------------------------------------------------------------------------
    115. force=false

    116. #-----------------------------------------------------------------------------
    117. # Name          : pqPoolName
    118. # Datatype      : String
    119. # Description   : Only one serverpool name needs to be specified
    120. #                   if create server pool option is specified.
    121. #                   Comma-separated list of serverpool names if use
    122. #                   server pool. This is required to
    123. #                  create Parallel Query (PQ) database. Applicable to Big Cluster
    124. # Valid values  :  Parallel Query (PQ) pool name
    125. # Default value : None
    126. # Mandatory     : No [required in case of RAC service centric database]
    127. #-----------------------------------------------------------------------------
    128. pqPoolName=

    129. #-----------------------------------------------------------------------------
    130. # Name          : pqCardinality
    131. # Datatype      : Number
    132. # Description   : Specify Cardinality for create server pool operation.
    133. #                 Applicable to Big Cluster
    134. # Valid values  : any positive Integer value
    135. # Default value : Number of qualified nodes on cluster
    136. # Mandatory     : No [Required when a new serverpool need to be created]
    137. #-----------------------------------------------------------------------------
    138. pqCardinality=

    139. #-----------------------------------------------------------------------------
    140. # Name          : createAsContainerDatabase
    141. # Datatype      : boolean
    142. # Description   : flag to create database as container database
    143. # Valid values  : Check Oracle12c Administrator's Guide
    144. # Default value : false
    145. # Mandatory     : No
    146. #-----------------------------------------------------------------------------
    147. createAsContainerDatabase=false

    148. #-----------------------------------------------------------------------------
    149. # Name          : numberOfPDBs
    150. # Datatype      : Number
    151. # Description   : Specify the number of pdb to be created
    152. # Valid values  : 0 to 252
    153. # Default value : 0
    154. # Mandatory     : No
    155. #-----------------------------------------------------------------------------
    156. numberOfPDBs=0

    157. #-----------------------------------------------------------------------------
    158. # Name          : pdbName
    159. # Datatype      : String
    160. # Description   : Specify the pdbname/pdbanme prefix if one or more pdb need to be created
    161. # Valid values  : Check Oracle12c Administrator's Guide
    162. # Default value : None
    163. # Mandatory     : No
    164. #-----------------------------------------------------------------------------
    165. pdbName=

    166. #-----------------------------------------------------------------------------
    167. # Name          : useLocalUndoForPDBs
    168. # Datatype      : boolean
    169. # Description   : Flag to create local undo tablespace for all PDB's.
    170. # Valid values  : TRUE\FALSE
    171. # Default value : TRUE
    172. # Mandatory     : No
    173. #-----------------------------------------------------------------------------
    174. useLocalUndoForPDBs=true

    175. #-----------------------------------------------------------------------------
    176. # Name          : pdbAdminPassword
    177. # Datatype      : String
    178. # Description   : PDB Administrator user password
    179. # Valid values  : Check Oracle12c Administrator's Guide
    180. # Default value : None
    181. # Mandatory     : No
    182. #-----------------------------------------------------------------------------

    183. pdbAdminPassword=

    184. #-----------------------------------------------------------------------------
    185. # Name          : nodelist
    186. # Datatype      : String
    187. # Description   : Comma-separated list of cluster nodes
    188. # Valid values  : Cluster node names
    189. # Default value : None
    190. # Mandatory     : No (Yes for RAC database-centric database )
    191. #-----------------------------------------------------------------------------
    192. nodelist=zy1,zy2

    193. #-----------------------------------------------------------------------------
    194. # Name          : templateName
    195. # Datatype      : String
    196. # Description   : Name of the template
    197. # Valid values  : Template file name
    198. # Default value : None
    199. # Mandatory     : Yes
    200. #-----------------------------------------------------------------------------
    201. templateName=/u01/app/oracle/product/12/dbhome1/assistants/dbca/templates/General_Purpose.dbc

    202. #-----------------------------------------------------------------------------
    203. # Name          : sysPassword
    204. # Datatype      : String
    205. # Description   : Password for SYS user
    206. # Valid values  : Check Oracle12c Administrator's Guide
    207. # Default value : None
    208. # Mandatory     : Yes
    209. #-----------------------------------------------------------------------------
    210. sysPassword=

    211. #-----------------------------------------------------------------------------
    212. # Name          : systemPassword
    213. # Datatype      : String
    214. # Description   : Password for SYSTEM user
    215. # Valid values  : Check Oracle12c Administrator's Guide
    216. # Default value : None
    217. # Mandatory     : Yes
    218. #-----------------------------------------------------------------------------
    219. systemPassword=

    220. #-----------------------------------------------------------------------------
    221. # Name          : serviceUserPassword
    222. # Datatype      : String
    223. # Description   : Password for Windows Service user
    224. # Default value : None
    225. # Mandatory     : If Oracle home is installed with windows service user
    226. #-----------------------------------------------------------------------------
    227. serviceUserPassword=

    228. #-----------------------------------------------------------------------------
    229. # Name          : emConfiguration
    230. # Datatype      : String
    231. # Description   : Enterprise Manager Configuration Type
    232. # Valid values  : CENTRAL|DBEXPRESS|BOTH|NONE
    233. # Default value : NONE
    234. # Mandatory     : No
    235. #-----------------------------------------------------------------------------
    236. emConfiguration=

    237. #-----------------------------------------------------------------------------
    238. # Name          : emExpressPort
    239. # Datatype      : Number
    240. # Description   : Enterprise Manager Configuration Type
    241. # Valid values  : Check Oracle12c Administrator's Guide
    242. # Default value : NONE
    243. # Mandatory     : No, will be picked up from DBEXPRESS_HTTPS_PORT env variable
    244. #                 or auto generates a free port between 5500 and 5599
    245. #-----------------------------------------------------------------------------
    246. emExpressPort=5500

    247. #-----------------------------------------------------------------------------
    248. # Name          : runCVUChecks
    249. # Datatype      : Boolean
    250. # Description   : Specify whether to run Cluster Verification Utility checks
    251. #                 periodically in Cluster environment
    252. # Valid values  : TRUE\FALSE
    253. # Default value : FALSE
    254. # Mandatory     : No
    255. #-----------------------------------------------------------------------------
    256. runCVUChecks=false

    257. #-----------------------------------------------------------------------------
    258. # Name          : dbsnmpPassword
    259. # Datatype      : String
    260. # Description   : Password for DBSNMP user
    261. # Valid values  : Check Oracle12c Administrator's Guide
    262. # Default value : None
    263. # Mandatory     : Yes, if emConfiguration is specified or
    264. #                 the value of runCVUChecks is TRUE
    265. #-----------------------------------------------------------------------------
    266. dbsnmpPassword=

    267. #-----------------------------------------------------------------------------
    268. # Name          : omsHost
    269. # Datatype      : String
    270. # Description   : EM management server host name
    271. # Default value : None
    272. # Mandatory     : Yes, if CENTRAL is specified for emConfiguration
    273. #-----------------------------------------------------------------------------
    274. omsHost=

    275. #-----------------------------------------------------------------------------
    276. # Name          : omsPort
    277. # Datatype      : Number
    278. # Description   : EM management server port number
    279. # Default value : None
    280. # Mandatory     : Yes, if CENTRAL is specified for emConfiguration
    281. #-----------------------------------------------------------------------------
    282. omsPort=0

    283. #-----------------------------------------------------------------------------
    284. # Name          : emUser
    285. # Datatype      : String
    286. # Description   : EM Admin username to add or modify targets
    287. # Default value : None
    288. # Mandatory     : Yes, if CENTRAL is specified for emConfiguration
    289. #-----------------------------------------------------------------------------
    290. emUser=

    291. #-----------------------------------------------------------------------------
    292. # Name          : emPassword
    293. # Datatype      : String
    294. # Description   : EM Admin user password
    295. # Default value : None
    296. # Mandatory     : Yes, if CENTRAL is specified for emConfiguration
    297. #-----------------------------------------------------------------------------
    298. emPassword=

    299. #-----------------------------------------------------------------------------
    300. # Name          : dvConfiguration
    301. # Datatype      : Boolean
    302. # Description   : Specify "True" to configure and enable Oracle Database vault
    303. # Valid values  : True/False
    304. # Default value : False
    305. # Mandatory     : No
    306. #-----------------------------------------------------------------------------
    307. dvConfiguration=false

    308. #-----------------------------------------------------------------------------
    309. # Name          : dvUserName
    310. # Datatype      : String
    311. # Description   : DataVault Owner
    312. # Valid values  : Check Oracle12c Administrator's Guide
    313. # Default value : None
    314. # Mandatory     : Yes, if DataVault option is chosen
    315. #-----------------------------------------------------------------------------
    316. dvUserName=

    317. #-----------------------------------------------------------------------------
    318. # Name          : dvUserPassword
    319. # Datatype      : String
    320. # Description   : Password for DataVault Owner
    321. # Valid values  : Check Oracle12c Administrator's Guide
    322. # Default value : None
    323. # Mandatory     : Yes, if DataVault option is chosen
    324. #-----------------------------------------------------------------------------
    325. dvUserPassword=

    326. #-----------------------------------------------------------------------------
    327. # Name          : dvAccountManagerName
    328. # Datatype      : String
    329. # Description   : DataVault Account Manager
    330. # Valid values  : Check Oracle12c Administrator's Guide
    331. # Default value : None
    332. # Mandatory     : No
    333. #-----------------------------------------------------------------------------
    334. dvAccountManagerName=

    335. #-----------------------------------------------------------------------------
    336. # Name          : dvAccountManagerPassword
    337. # Datatype      : String
    338. # Description   : Password for  DataVault Account Manager
    339. # Valid values  : Check Oracle12c Administrator's Guide
    340. # Default value : None
    341. # Mandatory     : No
    342. #-----------------------------------------------------------------------------
    343. dvAccountManagerPassword=

    344. #-----------------------------------------------------------------------------
    345. # Name          : olsConfiguration
    346. # Datatype      : Boolean
    347. # Description   : Specify "True" to configure and enable Oracle Label Security
    348. # Valid values  : True/False
    349. # Default value : False
    350. # Mandatory     : No
    351. #-----------------------------------------------------------------------------
    352. olsConfiguration=false

    353. #-----------------------------------------------------------------------------
    354. # Name          : datafileJarLocation
    355. # Datatype      : String
    356. # Description   : Location of the data file jar
    357. # Valid values  : Directory containing compressed datafile jar
    358. # Default value : None
    359. # Mandatory     : No
    360. #-----------------------------------------------------------------------------
    361. datafileJarLocation={ORACLE_HOME}/assistants/dbca/templates/

    362. #-----------------------------------------------------------------------------
    363. # Name          : datafileDestination
    364. # Datatype      : String
    365. # Description   : Location of the data file's
    366. # Valid values  : Directory for all the database files
    367. # Default value : $ORACLE_BASE/oradata
    368. # Mandatory     : No
    369. #-----------------------------------------------------------------------------
    370. datafileDestination=+DATA1/{DB_UNIQUE_NAME}/

    371. #-----------------------------------------------------------------------------
    372. # Name          : recoveryAreaDestination
    373. # Datatype      : String
    374. # Description   : Location of the data file's
    375. # Valid values  : Recovery Area location
    376. # Default value : $ORACLE_BASE/flash_recovery_area
    377. # Mandatory     : No
    378. #-----------------------------------------------------------------------------
    379. recoveryAreaDestination=

    380. #-----------------------------------------------------------------------------
    381. # Name          : storageType
    382. # Datatype      : String
    383. # Description   : Specifies the storage on which the database is to be created
    384. # Valid values  : FS (CFS for RAC), ASM
    385. # Default value : FS
    386. # Mandatory     : No
    387. #-----------------------------------------------------------------------------
    388. storageType=ASM

    389. #-----------------------------------------------------------------------------
    390. # Name          : diskGroupName
    391. # Datatype      : String
    392. # Description   : Specifies the disk group name for the storage
    393. # Default value : DATA
    394. # Mandatory     : No
    395. #-----------------------------------------------------------------------------
    396. diskGroupName=+DATA1/{DB_UNIQUE_NAME}/

    397. #-----------------------------------------------------------------------------
    398. # Name          : asmsnmpPassword
    399. # Datatype      : String
    400. # Description   : Password for ASM Monitoring
    401. # Default value : None
    402. # Mandatory     : No
    403. #-----------------------------------------------------------------------------
    404. asmsnmpPassword=

    405. #-----------------------------------------------------------------------------
    406. # Name          : recoveryGroupName
    407. # Datatype      : String
    408. # Description   : Specifies the disk group name for the recovery area
    409. # Default value : RECOVERY
    410. # Mandatory     : No
    411. #-----------------------------------------------------------------------------
    412. recoveryGroupName=

    413. #-----------------------------------------------------------------------------
    414. # Name          : characterSet
    415. # Datatype      : String
    416. # Description   : Character set of the database
    417. # Valid values  : Check Oracle12c National Language Support Guide
    418. # Default value : "US7ASCII"
    419. # Mandatory     : NO
    420. #-----------------------------------------------------------------------------
    421. characterSet=ZHS16GBK

    422. #-----------------------------------------------------------------------------
    423. # Name          : nationalCharacterSet
    424. # Datatype      : String
    425. # Description   : National Character set of the database
    426. # Valid values  : "UTF8" or "AL16UTF16". For details, check Oracle12c National Language Support Guide
    427. # Default value : "AL16UTF16"
    428. # Mandatory     : No
    429. #-----------------------------------------------------------------------------
    430. nationalCharacterSet=AL16UTF16

    431. #-----------------------------------------------------------------------------
    432. # Name          : registerWithDirService
    433. # Datatype      : Boolean
    434. # Description   : Specifies whether to register with Directory Service.
    435. # Valid values  : TRUE \ FALSE
    436. # Default value : FALSE
    437. # Mandatory     : No
    438. #-----------------------------------------------------------------------------
    439. registerWithDirService=false


    440. #-----------------------------------------------------------------------------
    441. # Name          : dirServiceUserName
    442. # Datatype      : String
    443. # Description   : Specifies the name of the directory service user
    444. # Mandatory     : YES, if the value of registerWithDirService is TRUE
    445. #-----------------------------------------------------------------------------
    446. dirServiceUserName=

    447. #-----------------------------------------------------------------------------
    448. # Name          : dirServicePassword
    449. # Datatype      : String
    450. # Description   : The password of the directory service user.
    451. #                  You can also specify the password at the command prompt instead of here.
    452. # Mandatory     : YES, if the value of registerWithDirService is TRUE
    453. #-----------------------------------------------------------------------------
    454. dirServicePassword=

    455. #-----------------------------------------------------------------------------
    456. # Name          : walletPassword
    457. # Datatype      : String
    458. # Description   : The password for wallet to created or modified.
    459. #                  You can also specify the password at the command prompt instead of here.
    460. # Mandatory     : YES, if the value of registerWithDirService is TRUE
    461. #-----------------------------------------------------------------------------
    462. walletPassword=

    463. #-----------------------------------------------------------------------------
    464. # Name          : listeners
    465. # Datatype      : String
    466. # Description   : Specifies list of listeners to register the database with.
    467. #                  By default the database is configured for all the listeners specified in the
    468. #                  $ORACLE_HOME/network/admin/listener.ora        
    469. # Valid values  : The list should be comma separated like "listener1,listener2".
    470. # Mandatory     : NO
    471. #-----------------------------------------------------------------------------
    472. listeners=LISTENER

    473. #-----------------------------------------------------------------------------
    474. # Name          : variablesFile
    475. # Datatype      : String
    476. # Description   : Location of the file containing variable value pair
    477. # Valid values  : A valid file-system file. The variable value pair format in this file
    478. #                  is <variable>=<value>. Each pair should be in a new line.
    479. # Default value : None
    480. # Mandatory     : NO
    481. #-----------------------------------------------------------------------------
    482. variablesFile=

    483. #-----------------------------------------------------------------------------
    484. # Name          : variables
    485. # Datatype      : String
    486. # Description   : comma separated list of name=value pairs. Overrides variables defined in variablefile and templates
    487. # Default value : None
    488. # Mandatory     : NO
    489. #-----------------------------------------------------------------------------
    490. variables=DB_UNIQUE_NAME=test,ORACLE_BASE=/u01/app/oracle,PDB_NAME=,DB_NAME=test,ORACLE_HOME=/u01/app/oracle/product/12/dbhome1,SID=test

    491. #-----------------------------------------------------------------------------
    492. # Name          : initParams
    493. # Datatype      : String
    494. # Description   : comma separated list of name=value pairs. Overrides initialization parameters defined in templates
    495. # Default value : None
    496. # Mandatory     : NO
    497. #-----------------------------------------------------------------------------
    498. initParams=test2.undo_tablespace=UNDOTBS2,family:dw_helper.instance_mode=read-only,processes=320,nls_language=AMERICAN,pga_aggregate_target=798MB,sga_target=2394MB,dispatchers=(PROTOCOL=TCP) (SERVICE=testXDB),test2.instance_number=2,db_block_size=8192BYTES,test1.thread=1,test2.thread=2,diagnostic_dest={ORACLE_BASE},cluster_database=true,audit_file_dest={ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/adump,nls_territory=AMERICA,local_listener=-oraagent-dummy-,compatible=12.2.0,control_files=("+DATA1/{DB_UNIQUE_NAME}/control01.ctl", "+DATA1/{DB_UNIQUE_NAME}/control02.ctl"),db_name=test,audit_trail=db,remote_login_passwordfile=exclusive,open_cursors=300,test1.instance_number=1,test1.undo_tablespace=UNDOTBS1

    499. #-----------------------------------------------------------------------------
    500. # Name          : sampleSchema
    501. # Datatype      : Boolean
    502. # Description   : Specifies whether or not to add the Sample Schemas to your database
    503. # Valid values  : TRUE \ FALSE
    504. # Default value : FASLE
    505. # Mandatory     : No
    506. #-----------------------------------------------------------------------------
    507. sampleSchema=false

    508. #-----------------------------------------------------------------------------
    509. # Name          : memoryPercentage
    510. # Datatype      : String
    511. # Description   : percentage of physical memory for Oracle
    512. # Default value : None
    513. # Mandatory     : NO
    514. #-----------------------------------------------------------------------------
    515. memoryPercentage=40

    516. #-----------------------------------------------------------------------------
    517. # Name          : databaseType
    518. # Datatype      : String
    519. # Description   : used for memory distribution when memoryPercentage specified
    520. # Valid values  : MULTIPURPOSE|DATA_WAREHOUSING|OLTP
    521. # Default value : MULTIPURPOSE
    522. # Mandatory     : NO
    523. #-----------------------------------------------------------------------------
    524. databaseType=MULTIPURPOSE

    525. #-----------------------------------------------------------------------------
    526. # Name          : automaticMemoryManagement
    527. # Datatype      : Boolean
    528. # Description   : flag to indicate Automatic Memory Management is used
    529. # Valid values  : TRUE/FALSE
    530. # Default value : TRUE
    531. # Mandatory     : NO
    532. #-----------------------------------------------------------------------------
    533. automaticMemoryManagement=false

    534. #-----------------------------------------------------------------------------
    535. # Name          : totalMemory
    536. # Datatype      : String
    537. # Description   : total memory in MB to allocate to Oracle
    538. # Valid values  :
    539. # Default value :
    540. # Mandatory     : NO
    541. #-----------------------------------------------------------------------------
    复制代码




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    运维联盟俱乐部 ( 冀ICP备19036648号 )

    GMT+8, 2024-5-17 13:49 , Processed in 0.045962 second(s), 21 queries , Gzip On.

    Powered by Discuz! X3.4

    © 2001-2023 Discuz! Team.

    快速回复 返回顶部 返回列表