当前位置:文档之家› OCM考试题库

OCM考试题库

OCM考试题库
OCM考试题库

OCM考试指南

概述:

第一天:

section 0:创建一个数据库 45 分钟

section 1:数据库和网络配置 120 分钟

section 2:Gridcontrol 安装配置 120 分钟

section 3:数据库备份恢复 60 分钟

section 4:数据仓库 90 分钟

第二天:

section 5:数据库管理 120 分钟

section 6:数据库性能管理 120 分钟

section 7:部署Oracle RAC 数据库 90 分钟

sectoin 8:部署Dataguard 数据库 60 分钟

奇数机(edsir5p1)与偶数机(edsir5p2):在真正考试时,每个人面前会有

两台机器,一台称为奇数机(ODD),一台称为偶数机(EVEN),要你在ODD 机器上做什么或者在 EVEN 机器上做什么,偶数还是奇数是依靠机器的hostname 最后一位或者两位数字来定的,通常会要求你在奇数机上创建数据库,在偶数机上安装Grid Control 的OMS。偶数机上是没有Oracle 软件的,因此OMS 需要的Repository 这个数据库也需要创建在奇数机上,再加上之后第二天会要求创建的Standby 实例。

Oracle_home

/u01/app/oracle/product/10.2.0/db_1

/u01/app/oracle/oradata/PROD/disk1……disk5

文档路径

/stage/doc/english/

Gridcontrol安装文件

/stage/gc/Disk1/

除rac外都在奇数机edsir5p1和偶数机edsir5p2上完成,并且root密码不告诉你,oracle用户密码ocm123

Rac用奇数机上的虚拟机host1和host2,root用户和oracle用户密码都是oracle

使用Sudo命令

Section 0 手工建库Section 0 :创建数据库(即手动建库)【在odd 机】

1. Create a database the sid name is PROD

2. Don't run the Script catalog.sql and catproc.sql

步骤:

1、搞参数文件

2、搞spfile

3、启动数据库到nomount

4、搞生成数据库命令并执行之

参考联机文档:

Reference ==> Basic Initialization Parameters

Administrator's Guide ==> Step 7: Issue the CREATE DATABASE Statement

考试的时候有个参数文件,但是有些参数有问题是低版本的参数,最好不要用

Section 1:数据库和网络的配置【在odd机操作】

1.Database setup and undo management

1.1Run the minimum required scripts to complete the basic configuration of the PROD

Database.

1.2Setup automatic undo management in the PROD database to support the following

requirements

1.2.1Avoid ORA-01555 Snapshot too old errors for queries running up to 90 minutes

on average.

1.2.2The number or concurrent OLTP users will be approximately 120 during normal

business hours.

1.2.3The number or concurrent batch process that will run in the evenings will

approximately 12 to 15.

@?/rdbms/admin/catalog

@?/rdbms/admin/catproc

@?/rdbms/admin/dbmspool

alter system set undo_retention=5400;

alter system set processes=135 scope=spfile;

alter system set job_queue_processes=15;

shutdown immediate;

startup;

2.Server-side Network configuration

2.1Create a listener using the default listener name.

2.1.1The TCP/IP protocol will be used for all https://www.doczj.com/doc/5513995509.html,e the machine (not the IP

address) for host.

2.1.2This listener will listen on the default port.

2.2Add a second listener, named LSNR2, which will listen on port 1526.configure this

listener to support only automatic instance registrations.

2.2.1Set up the PROD instance to automatically register with the LSNR2.

2.3Start Both listeners.

参考联机文档:

Net Services Reference ==> 7 Listener Parameters (listener.ora)

3.Shared Server configuration

3.1Configure the PROD database to support up to 300 sessions, reserving 100 for decicated

connections.

3.2Configure the PROD database to support:

3.2.1Default of 3 TCP dispatchers

3.2.2Maximum of 10 dispatchers

3.3Configure the PROD database to support:

3.3.1Minimum of 10 shared server processes

3.3.2Maximum of 30 shared server processes

alter system set processes=300 scope=spfile;

alter system set shared_server_sessions=200 scope=spfile;

alter system set dispatchers = '(PROTOCOL=TCP)(DISPATCHERS=3)';

alter system set max_dispatchers = 10;

alter system set shared_servers = 10;

alter system set max_shared_servers = 30;

shutdown immediate;

startup

参考联机文档:

Reference ==> DISPATCHERS

Reference ==> SESSIONS

Reference ==> SHARED_SERVERS

4.Client-side Network configuration

4.1Create the client-side network configuration files providing connect descriptors to your

database using local naming and easy connect methods.

4.1.1The prod alias should connect to the PROD instance using the default listener

and always use a dedicated server connection.

4.1.2The prod _s alias should connect to the PROD instance using LSNR2 and use a

shared server connection.

4.2The racdb alias should connect to the RACDB service (created later) with a dedicated

server conncection.

4.2.1The RACDB service will be running on your RAC cluster

4.3The emrep alias should connect to the EMREP instance (created later) with a dedicated

server connection.

创建sqlnet.ora,内容如下:

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

参考联机文档:

Net Services Reference ==> 6 Local Naming Parameters (tnsnames.ora)

5.Tablespace creation and configuration

Note: tablespaces must be named as specified in each task to receive credit.

5.1Create a temporary tablespace group that contains two temporary tablespaces to

support batch processing, the creation of large indexes,and analyzing tables,use the following specifications:

5.1.1Temporary tablespace group named TEMP_GRP containing temporary

tablespaces TEMP1 and TEMP2.

5.1.2Make TEMP_GRP the default temporary tablespace for all new users.

5.2Create a permanent tablespace to store sample test data. Use the following

specifications:

5.2.1Tablespace name of EXAMPLE

5.2.2Initial datafile size of 400MB with the file expected to grow to 4TB.

5.2.3Initial extent size of 1MB

5.2.4Next extent size of 1MB

5.3Create a permanent tablespace to store indexes , use the following specifications:

5.3.1Tablespace name of INDX

5.3.2File size of 40MB

5.4Create a permanent tablespace to store data from vaious Oracle tools,use the following

specifitions:

5.4.1Tablespace name of TOOLS

5.4.2File size of 10MB

5.5Create a default permanent tablespace using the following specifications:

5.5.1Tablespace name of USERS

5.5.2File size of 48MB

5.5.3Initial extent size of 4MB

5.5.4Next extent size of 4MB

5.6Create a permanent tablespace for storing segments associated with online transaction

processing with high insert rates. Due to the potential high volume of concurrent inserts,every effort should be taken to reduce contention for each of the talbes that will be stored in this tablespace .use the following specifications:

5.6.1Tablespace name of OLTP

5.6.2File size of 48MB

5.6.3Initial extent size of 2MB

5.6.4Next extent size of 2MB

create temporary tablespace temp1 tempfile '/u01/app/oracle/oradata/PROD/Disk1/temp11.dbf' size 64m autoextend on next 10m maxsize 2g

extent management local uniform size 1m

segment space management manual

tablespace group temp_grp;

create temporary tablespace temp2 tempfile '/u01/app/oracle/oradata/PROD/Disk2/temp22.dbf' size 64m autoextend on next 10m maxsize 2g

extent management local uniform size 1m

segment space management manual

tablespace group temp_grp;

alter database default temporary tablespace temp_grp;

CREATE BIGFILE TABLESPACE EXAMPLE DATAFILE '/u01/app/oracle/oradata/PROD/Disk1/EXAMPLE01.dbf' SIZE 400M AUTOEXTEND ON NEXT 1M MAXSIZE 4t EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M ;

CREATE TABLESPACE INDX DATAFILE '/u01/app/oracle/oradata/PROD/Disk1/INDX01.dbf' SIZE 40M ;

CREATE TABLESPACE TOOLS DATAFILE '/u01/app/oracle/oradata/PROD/Disk1/TOOLS01.dbf' SIZE 10M ;

CREATE TABLESPACE USERS DATAFILE '/u01/app/oracle/oradata/PROD/Disk1/USERS01.dbf'

SIZE 48M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 4M;

CREATE TABLESPACE OLTP DATAFILE '/u01/app/oracle/oradata/PROD/Disk1/OLTP01.dbf'

SIZE 48M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 2M SEGMENT SPACE MANAGEMENT AUTO;

参考联机文档:

Administrator's Guide ==> CREATE TEMPORARY TABLESPACE

Administrator's Guide ==> CREATE TABLESPACE

6.Log file management

6.1Due to the expected high volume of transactions. The database should have the

following configuration:

6.1.1 A minimum of 5 redo log groups.

6.1.2Each redo log group should not be a single point of failure.

6.1.3File size of 100MB

6.1.4Specify the location such that it minimizes contention and reduces the risk of a

single point of failure in the case of disk driver failure

6.2Triplex the controlfile to minimize recovery in case of disk drive failure.

1、

select a.group#,member,bytes/1024/1024 from v$logfile a,v$log b where a.group#=b.group#;

查询结果有10行,每个GROUP#有两行,BYTES是100M

alter database add logfile group 4 (‘’,’’) size 100m,group 5 (‘’,’’) size 100m;

2、

select name from v$controlfile;

查询结果有三行,分别在DISK1至DISK5的其中的三个目录中。

参考联机文档:

Administrator's Guide ==> ALTER DATABASE ADD LOGFILE

7.schema creation

7.1As user SYS, run the script /home/oracle/scripts/create_bishhr.sql Ignore any errors

concerning OE. But do not ignore any other errors.

8.Schema statistics and parameter file configuration

8.1Compute statistics for the various schemas in the database as necessary for use with cost

based optimization.

8.2Investigate the parameter file for reasonable sizes for each parameter listed .add

additional parameters as you deem necessary to support an optimal database environment. In addition, modify or add the following listed parameters:

UTL_FILE_DIR=(’/home/oracle’,’/home/oracle/temp’,’/home/oracle/scripts’)

Note: Applications that use Oracle 10g features will be running therefore, ensure the database and instance are appropriately configured.

execute dbms_stats.gather_database_stats(degree => 5);

alter system set utl_file_dir='/home/oracle','/home/oracle/temp','/home/oracle/scripts' scope=spfile;

参考联机文档:

PL/SQL Packages and Types Reference ==> 103 DBMS_STATS ==>

9.Database backup and availability

9.1Backup the database to prepare for complete recovery under all circumstances.

9.2Open the database.

1、

rman target /

backup database format '...';

2、sqlplus / as sysdba

select open_mode from v$database;

open_mode 是read wirte

1.startup nomount;

2.restore controlfile from autobackup;

3.alter database mount;

4.restore database;

5.recover database;

随机删除控制文件或者1号数据文件system 第一天要特别注意控制文件丢失,从另外两个中拷贝一个过来。

System表空间丢失还原

RMAN>restore datafile 1 validate;

Section 2:Gridcontrol 安装配置【在even机操作】

1.Grid control installation

1.1Create a database for your repository on your database server

1.1.1Use EMREP for database name and instance name.

1.2Install grid control on your management server using the installation media found under

/stage/gc/disk1.

1.3Deploy an Oracle management agent on your database server.

步骤

1、dbca产生数据库(选项)(修改字符集与prod数据库一致)

2、执行dbmspool.sql包,dbsnmp用户解锁

@?/rdbms/admin/dbmspool

Alter user dbsnmp identified by oracle account unlock;

3、修改数据库参数session_cached_cursors

aq_tm_processes

undo_retention

dispatchers

4、配置监听listener.ora并启动之

5、安装GC

https://www.doczj.com/doc/5513995509.html,ing grid control

2.1Using grid control, change the PGA_AGGREGATE_TARGET on your PROD server to 500MB

so that it will revert when the instance is restarted.

2.2Using grid control, configure the instance to ensure that it will take up to five(5) minutes

to recover your instance following an instance failure.

2.3Configure an alert on the SYSTEM tablespace of the PROD database. The alert should

register as a warning at 87% and critical at 95% full.

2.4Setup notifications to be sent to the email address ‘dba@https://www.doczj.com/doc/5513995509.html,’Notification

messages should be sent to this address at any time.

2.5Using grid control, create a new tablespace in then PROD database called REGISTRATION

2.5.1create with one 90MB datafile

2.5.2make sure this datafile can grow to 120MB if need be

2.5.3configure the tablespace for optimal block space utilization

3.Implementing schedules and jobs

3.1Using grid control, create a schedule for the PROD database.

3.1.1Call this schedule DAILYREBUILD.

3.1.2Configure it to run at 2PM every day.

3.2Create a program for the PROD database called EMP_IND_REBUILD that rebuilds all

indexes on the HR.EMPLOYEES table.

3.3Create a window that utilizes the DAILYREBUILD schedule and SYSTEM_PLAN resource

manager plan.

3.4Create a job called REBUILD_JOB that users the DAILYREBUILD schedule and

EMP_IND_REBUILD program.

declare

v_sql varchar2(100);

begin

for c in (select index_name from dba_indexes where owner='HR' and table_name='EMPLOYEES') loop

v_sql:='alter index hr.'||c.index_name||' rebuild';

execute immediate v_sql;

end loop;

end;

再sqlplus中执行验证语句块是否正确,并查看执行效果

select object_name,last_ddl_time from dba_objects where type=’INDEX’ and owner=’HR’;

Section 3:备份恢复【在odd机操作】

1.Create an RMAN catalog

1.1create a tablespace in your EMREP database called RC_DATA.

1.1.1make it locally managed.

1.1.2Create it with one datafile of size 100MB.

1.2create a user named RC_ADMIN with password RC_ADMIN in your EMREP

1.2.1the user must have a default tablespace of RC_DATA.

1.2.2Give the user the abitity to manage a recovery catalog.

CREATE TABLESPACE RC_DATA DATAFILE '/opt/oracle/oracle/oradata/proc/RC_DATA01.dbf'

SIZE 100M EXTENT MANAGEMENT LOCAL;

create user RC_ADMIN identified by RC_ADMIN default tablespace RC_DATA;

grant connect, RECOVERY_CATALOG_OWNER to RC_ADMIN;

alter user rc_admin quota unlimited on RC_DATA ;

https://www.doczj.com/doc/5513995509.html,ing RMAN

2.1configure RMAN options for the PROD database

2.1.1turn backup optimization on

2.1.2set your default channel to write to /home/oracle/backup(you may have to

create this directory).

2.1.3turn on controlfile autobackups to writ to /home/oracle/backup/control (you

may have to create this directoty).

2.1.4configure a retention windows of 7 days.

2.2Perform a backup

2.2.1perform a backup using your default channel with compression.

2.2.2Include all datafiles in the backup

2.2.3Include your current control file and spfile.

2.2.4Include all archive logs, then remove the originals.

2.2.5Make sure per hours one archivelog file.

2.2.6Make sure a successful online log.

Alter system set ARCHIVE_LAG_TARGET=3600;

Alter system set log_archive_min_succeed_dest=2;

create catalog;

register database;

参考联机文档:

Backup and Recovery Advanced User's Guide

Section 4 :数据仓库管理【在odd机操作】

1.Fast refreshable materialized view

1.1 using the query of and in the mview.txt text file, create a fast refreshable materialized

view named PROD_MV in the SH schema.

参考联机文档:

SQL Reference ==> CREATE MATERIALIZED VIEW

SQL Reference ==> CREATE MATERIALIZED VIEW LOG

2.Creating an Updatable materialized view

2.1using the HR.EMPLOYEES table in the PROD database, create an updatable materialized

view in the EMREP database named EM_UPD_MV consisting of the following columus : EMPLOYEE_ID,FRIRST_NAME,LAST_NAME,PHONE_NUMBER,SALARY.

参考联机文档:

SQL Reference ==> CREATE MATERIALIZED VIEW

3.Oracle_Loader external tables

3.1In the scripts directory ,you will find prod_master.dat and prod_https://www.doczj.com/doc/5513995509.html,ing the

information found in these files, create an external table name PROD_MASTER in the SH schema of the PROD database.

参考联机文档:

Utilities ==> 13 The ORACLE_LOADER Access Driver

4.Oracle_datapump external table

4.1create an external table called COUNTRIES in the PROD database owned by

SH.containing the data from the COUNTRY_ID ,COUNTRY _NAME, and COUNTRY_REGION columns of the SH.COUNTRIES table.

4.2Create another external table called COUNTRIES_EXT in the EMREP database owned by

SYSTEM. The source of the data is the external file(s) created in the previous step.

参考联机文档:

Utilities ==> 14 The ORACLE_DATAPUMP Access Driver

Section 5 :Oracle 数据库管理【在odd机操作】

1.Transportable tablespace

1.1Use the import utility to import all of the objects contained in the stt.dmp file into the

OLTP_USER schema in the PROD database(The exported user was SST).

1.2Transport a copy of the oltp tablespace from the PROD database to the EMREP database.

After you have completed the task, the OLTP tablespace should be available for both reading and writing in both database.All of the objects owned by the user OLTP_USER in the PROD database should be present in the EMREP database after the tablespace is transported.

imp system/oracle file=/oracle/sst.dmp buffer=10000 fromuser=sst touser=oltp_user;

表空间迁移步骤

1、expdp system/oracle directory=mydir dumpfile=oltp.dmp TRANSPORT_TABLESPACES =oltp

2、复制dump文件,数据文件

3、impdp system/oracle directory=mydir dumpfile=oltp.dmp TRANSPORT_DATAFILES=’’

注意创建表空间的用户授予权限

2.Create additional buffer cache

2.1create an additional buffer cache within the SGA of the PROD database for use with 16KB

blocks.

Ensure that the 16KB buffer cache will always be available in the SGA.

alter system set db_16k_cache_size=16m;

3.working with LOB data

3.1create a new tablespace named LOB_DATA in the PROD database to store lob data and

lob indexes with the following specifications:

3.1.1Create 2 datafiles each in different location.

3.1.2Each file should be 64MB in size.

3.1.3Block size 16KB.

3.1.4Determine which type of extent management would be best for lob data and

configure the extents appropriately.

CREATE TABLESPACE LOB_DATA DATAFILE

'/u01/app/oracle/oradata/PROD/Disk1/lob_data01.dbf' SIZE 64M AUTOEXTEND ON NEXT 2M, '/u01/app/oracle/oradata/PROD/Disk2/lob_data02.dbf' SIZE 64M AUTOEXTEND ON NEXT 2M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 2M SEGMENT SPACE MANAGEMENT MANUAL blocksize 16k;

4.Manage schema data

4.1Create a new table in the HR schema in the PROD database with the following

specifications:

4.1.1Table name MAGAZINE_ARTICLES

4.1.2Tablespace USERS

4.1.3Column names

4.1.3.1AUTHOR VARCHAR2(30)

4.1.3.2ARTICLE_NAME VARCHAR2(50)

4.1.3.3ARTICLE_DATE DATE

4.1.3.4ARTICLE_DATA CLOB

4.1.3.4.1Tablespace LOB_DATA with a 16KB chunk size, initial and next

extents each with a size of 2MB

4.1.3.4.2Use the nocache option and disable storage in row.

4.1.4Use import to populate the HR.MAGAZINE_ARTICLES table with data from the

exp_mag.dmp file.

4.2Create a new table in the HR schema in the PROD database with the following

specifications:

4.2.1Table name ORACLE9I_REFERENCES

4.2.2Tablespace USERES

4.2.3Table structure:

4.2.3.1ORACLE9I_ARTICLE ROWID

4.2.3.2INSERT_TIME TIMESTAMP WITH LAOCAL TIME ZONE

4.3For any row in the HR.MAGAZINE_ARTICLES table that contains three or more references

to Oracle9i insert corresponding rowed and a timestamp for the time that it was inserted into the ORACLE9I_REFERENCES table.

create table hr.MAGAZINE_ARTICLES

( AUTHOR VARCHAR2(30),

ARTICLE_NAME VARCHAR2(50),

ARTICLE_DATE DATE,

ARTICLE_DATA CLOB

)Tablespace USERS

lob(ARTICLE_DATA)

store as

( tablespace LOB_DATA

chunk 16K

nocache

DISABLE STORAGE IN ROW

storage (initial 2M next 2M )

);

imp system/oracle file=exp_mag.dmp buffer=10000 tables=magazine_articles fromuser=hr insert into hr.oracle9i_references

select rowed,scn_to_timestamp(ora_rowscn) from hr.magazine

5.Partitioning

5.1Create 5 new tablespaces in the PROD database as follows:

5.1.1Use the name DATA01, DATA02, DATA03, DATA04 and DATA05.

5.1.2Spread the datafiles across different disk directories.

5.1.3Each file should be 250MB in size.

5.1.4Use uniform extents of 4MB.

5.1.5Block size should be 16KB.

5.2Create a partitioned table named SALES_HISTORY in the SH schema in the PROD

database. Use the following specifications:

5.2.1The column names and definitions will be the same as the OLTP_USER.SALES

table

5.2.2Partition P1 will contain data from 1998 and should be placed in the DATA01

tablespace.

5.2.3Partition P2 will contain data from 1999 and should be placed in the DATA02

tablespace.

5.2.4Partition P3 will contain data from 2000 and should be placed in the DATA03

tablespace.

5.2.5Partition P4 will contain data from 2001 and should be placed in the DATA04

tablespace.

5.2.6Partition P5 will contain data from 2002 and should be placed in the DATA05

tablespace.

5.3Run the populate_sales_hist.sql script located in the /home/oracle/scripts directory to

populate the SALES_HISTORY table with data.

5.4Create a unique index named SALES_HISTORY_PK in the SH schema of PROD database on

the SALES_HISTORY table. Partition the index into 4 partitions with each partition containing approximately the same amount of entries following specification:

5.4.1Create the index to include the ORDERID column.

5.4.2Create the index in the INDX tablespace.

5.4.3Create the index with parallelism degree 4.

5.5Create an index named SALES_HISTORY_DATA_IDX in the SH schema on the

SALES_HISTORY table. Use the following specifications:

5.5.1Create the index on the SDATE column

5.5.2Partition the index into 5 partitions that are based on the SDATE column

5.6Query the data in the SALES_HISTORY table to validate the use of each of the indexes.

5.7Truncate partition P1 of the SALES_HISTORY and ensure all indexes are available for use

both during and after the truncate command complete.

6.Fine-Grained Auditing

6.1Set up FGA on the SALARY and COMMISSION_PCT columns of the EMPLOYEES table in

the HR schema of the PROD database. An audit record should be created if either of these two columns are selected as part of the output of a query ar are used in the where condition of a select statement and their values are not null.

6.2Validate that the FGA is taking place by executing statements that should result in

auditing records being created and by executing statements where no auditing records will be generated. Do not delete you audit records.

7.Flashback

7.1Create a table named ORAGINAL_SALARY in the HR schema in the PROD database that

includes the employee_id, commission_pct and salaries of all records in the HR.EMPLOYEES table. Note the date and time and then commit the changes.

7.2Delete all employees in the HR.ORAGINAL_SALARY table whose HIRE_DATE is before

1994. Commit the changes. Create a view HR.SALARY_VIEW that will show all the original rows before the deletion.

7.3闪回表重命名,垃圾箱中有三个被删除先要查看.

Section 6 :性能管理调优【在odd机操作】

1.Instance Configuration

1.1Configure your database to record checkpoints in the alert.log file.

1.2Ensure all user trace files are placed in the USER_DUMP_DEST location.

1.3将hr.employees表永久cache

1.4将表cache后回收

alter table hr.employees storage (buffer_pool keep) cache;

select table_name,cache,buffer_pool from user_TABLES;

2.Set Up and configure resource manager

2.1Set up and configure resource manager using the following specifications:

2.1.1Assign the user SH as the resource administrator.

2.1.2Create two resource manager consumer groups, OLTP and DSS. (Use comments

with each to denote what the objects will be used for.)

2.1.3Create a plan named WEEKDAYS with the following directives only;

2.1.

3.1For OLTP group, we cannot allow more than 20 active sessions. If the 21st

user attempts an activity, the request should be aborted if the wait exceeds

60 seconds.

2.1.

3.2The maximum number of active sessions for the DSS group to 5. If more

than 5 sessions are requested, then request should abort at 120 seconds.

2.1.

3.3Thte maximum execution time for a session in the OLTP group should be set

to 5 seconds. If the query is estimated to take longer than 5 seconds the

session should be automatically switched to the DSS group.

2.1.

3.4The maximum amount of undo that the OLTP group can use should be set to

200MB.

2.1.

3.5Set CPU ratios for OLTP, DSS and OTHER_GROUPS as 50, 30 and 20

respectively.

2.1.

3.6DSS group has parallel degree limit of 20.

2.1.

3.7Make sure that an idle OLTP sessions cannot block a DML statement for

more than 60 seconds.

2.1.4Assign the default consumer group for the OLTP_USER to OLTP group.

2.1.5Assign the default consumer group for SH user to DSS group.

2.1.6Specify that the WEEKDAYS plan the used by the instance as default.

3.Manate instance memory structures

3.1Create a view owned by user SYS that lists the packages, procedures, triggers and

functions that are in memory and occupy more than 50KB. The views should be named LARGE_PROC and visible to all users through a pubic synonym named LARGE_PROC.

3.2Set your maximum SGA to 512MB. Turn on automatic shared memory management.

Restart the instance after specifying.

3.3Your developers notify you that they will need the java pool set to a minimum of 200MB.

3.4Limit the total amount of PGA that can be used on an instance-wide basis to 150MB.

4.Manage objects for performance

4.1Our application needs to access the CUST_LAST_NAME column in the CUSTOMERS table

in the SH schema. The problem is that the users can supply names without regard to case.

The application changes all the user-supplied names to uppercase. Analysis reveals that a normal index we placed on the column is not used. Create an index on the aforementioned column that will be usable by the application.

4.2Turn on monitoring for all of the indexes on the SALES table in the OLTP_USER schema.

4.3Create two new tables named STUDENTS and ATTENDEES in the OLTP_USER schema.

This STUDENTS table will contain three columns. STUD_ID will be a number and primary key. FNAME and LNAME will be the other two columns and may vary in length with a maximum of 20 characters. ATTENDEES will be an intersection table in a many-to-many relationship between the STUDENTS and CLASSES tables also in the OLTP_USER schema.

The ATTENDEES table will contain the primary keys of each of the other tables as its primary key. Create ATTENDEES table so what the primary key index and the table itself are the same object.

4.4Because of the unevenly distributed data in the DEPARTMENT_ID column of the

EMPLOYEES table of the HR schema, you need to supply more information to allow for efficient use of indexes. Regenerate statistics on the EMPLOYEES table to solve this problem.

4.5Analysis has revealed that the COUNTRY_ID column of the CUSTOMERS table of the SH

schema has very low cardinality. This column is never updated. Create an index that can take advantage of the above attributes of this column.

4.6Create an index on the COUNTRY_ID and CUST_CITY column in the CUSTOMERS table of

the SH schema. The application requires that leading column of this index must be the COUNTRY_ID column. Take advantage of the Oracle feature of indexes that allows that allows the creation of the index to use less space when the leading column is not the most unique.

4.7描述有个sh.transcation 有id列是序列,一直在增大(很多人做的没有这个表,自

己建),提高索引效率,建个索引,不能用反向索引.

4.8Make certain that the package named STANDARD is always kept in memory.

4.9Analysis reveals that a 3rd party application is not using bind variables and has skewed

data. In addition, we find shared pool latch contention. Find the best solution to reduce shared poll usage.

4.10表空间CUST_TBS中的对象减少buffer busy waits.

4.11产生固定执行计划

https://www.doczj.com/doc/5513995509.html,ing STATSPACK

5.1Install the STATSPACK package.

5.1.1Assign the TOOLS tablespace as the default tablespace for the PERFSTAT user.

5.1.2Assign the TEMP1 tablespace as the temporary tablespace for the PERFSTAT

user.

5.2Generate the initial set of statistics using STATSPACK making certain that timing data and

segment level statics are included. Specify a comment for the statistics MANUAL.

5.3Collect statistic using STATSPACK every five minutes for 15 minutes and then remove the

job. During this interval run the oltp_workload.sql script.

5.4Generate a STATSPACK report using any two sets of stats. Name the report statspack.ls

and place it in the /home/oracle directory.

oltp_workload.sql脚本

连接system用户

关闭屏幕输出set termout off

update某个表一部分数据,然会回滚update table1 set

rollback;

Select count(*) from hr.employees; Select count(*) from

Oracle OCM认证考试课程大纲

Oracle OCM认证考试课程大纲 培训模块内容培训提纲学时 6学时*(1+3)数据库创建详解◆通过手动方式创建数据库 ?环境变量的设置 ?密码文件的创建过程以及使用情景 ?Oracle数据库中参数文件的演进过程 ?参数文件的对比 ?参数的修改方式介绍 ?数据库启动过程时的内部原理解析 ◆ SGA ?SGA的内存调整 ?10g自动管理的SGA ?与SGA相关的重要参数 ?SGA内存的优化 ◆数据库创建的时候,必须的脚本 ?手工创建数据库的时候,需要执行的脚本 ?每一个脚本的含义以及对数据库产生的影 响 ?查看脚本的具体执行内容 ◆ DBCA建库 ?图形化界面建库的优缺点 ?DBCA建库的几种选项 ?建库过程中需要注意事项 ◆数据库创建实战演练 6学时*(1+4)数据库日常管理◆监听的管理 ?listener.ora文件的使用 ?tnsnames.ora文件的使用 ?sqlnet.ora文件的使用 ?详解监听配置文件中参数的意义 ?区别动态监听注册与静态监听注册 ?非默认端口的动态注册原理 ?使用监听文件实现对数据库的访问控制 ?对比各种监听的连接方式 ◆表空间的管理 ?表空间的创建

?大文件表空间的使用,以及参数的介绍 ?对比大文件表空间和小文件表空间 ?表空间的扩展 ?表空间的删除 ?系统表空间的剖析 ?表空间管理的演进:数据库管理表空间,本地管理表空间 ?日志组的管理:添加日志组,为日志组添加成员等 ◆数据库默认属性的修改 ?数据库的默认临时表空间,默认用户表空间的设置 ◆ Oracle数据库基于参数的优化 ◆控制文件 ?控制文件的内容剖析 ?控制文件的管理与备份 ?控制文件的多路复用 ◆数据库的冷备 ?冷备的概念 ?冷备和热备的优缺点对比 ?冷备的限制条件 Enterprise Manager Grid Control ◆ Grid Control体系结构 ◆部署Enterprise Manager Grid Control ◆部署配置Enterprise Manager Grid Control Agent ◆使用Grid Control对数据库进行性能监控 ◆使用Grid Control创建表空间 ◆使用Grid Control对数据库进行日常运维 ?创建job ?设置表空间警告阈值 ?进行参数的调整 ◆使用Grid Control进行RMAN相关的备份 ?创建Catalog ?配置Target ?一些参数的调整 ◆使用Grid Control创建分区表以及分区索引 ◆使用Grid Control创建含有特殊字段的表 ◆使用Grid Control 进行传输表空间的操作 6学时*(1+3)

机动车道路驾驶技能考试笔记20161207

各项目操作要点: [上车准备]上车后上下抠两下左灯光杆,使回归近光灯位置。下车,从车身后面绕到车前,绕车一周。再上车,调好座位前后、靠背,再系安全带。 [开始考试]灯光操作:“会车、跟车行驶”都是近光灯。灯光杆向上抠一下。“照明不良情况下行驶”:远光灯。“车辆发生故障,妨碍交通又难以移动”:示宽灯、双闪。“通过……”都是灯光杆向上抠两下。 [起步]打左转向灯,按喇叭,踩离合、脚刹,挂1档,放手刹。 右脚松脚刹,左脚一点一点慢慢松离合,要稳住,防止熄火。等稳定之后松离合。10秒之内要松完,一般数5下松。观察左后视镜,在左转向灯闪3秒之后变道(数5下)。车身回正后关闭转向灯,慢慢地踩一点油门,10以上。踩离合,档杆靠身边轻轻向下推,挂2档。前方没车时就可以挂到3档(车速在20以上,轻踩油门,踩离合,挂3档)。 1档(0~20) 2档(10~30) 3档(20~40) 行车过程中要时刻留意所在档位,可以摸一下感觉一下,注意2档不要超过30,3档不要超过40. 1档起步后500米内必须换成2档。 靠边停车后起步前一定要检查,确保是在1档位置,才起步。 [加减档]提前把速度提到30左右,不超过30.因为30又可以挂3档,又可以挂2档。语音提示后,最好是3档变2档,加点油,变3档。不会出现车速与档位不匹配的问题。 [变更车道]打灯,(可以变左,也可以变右,视后视镜中情况而定),3秒之后变道(心里数5下,注意变更车道后要变回主车道。电杆杆有←箭头的地方要变

更)。 [提速]20以上,挂3档,慢慢踩油门,使提到35以上,40以下。油门慢慢踩,注意不要踩多了,容易超速,一下子减不下来。 [超车]打左转向灯,3秒之后变道(心里数5下,观察左后视镜,没车时变道,加速,打右转向灯,3秒之后变道,走回主车道,记得走回主车道,防止靠边停车时连续变道出错)。 [靠边停车]打右转向灯,降档,最好降到1档,等右车道没车的时候再进去,如果有车,就先停在第2条车道等待。转向灯如果灭了要补打。进去前,观察右车道及右后视镜,没车时就可起步进入,慢慢松离合起步,起步完进入前就不要踩着离合、脚刹了,什么都不要踩。进入时,斜视,对准车头圆点,调整方向盘,大概四点钟方向。不让它跑出路边白线;直视,车头凹陷处对准地上白点。如果车身比较斜,就使车头凹陷处在地上白点的偏右侧一点点。观察右后视镜,车身把手对准地上白线。 不能压线,压线不合格;距离道路右边缘线不能大于30cm,否则扣10分。如果觉得未对准,在未拉手刹的情况下还可以继续往前走,直到对准为止,但是最好一次性停好,因为怕重新起步时熄火。注意:靠边停车语音播报后不可以随意拉手刹,否则判行程结束。如遇靠边时前面有车挡着,可以踩离合踩刹车停一下,不要拉手刹。除了靠边停车项目之外,其他项目都在中途可以停车拉手刹。全程不加油门。在进入靠边停车项目之前要确保在主车道,否则容易犯连续两次变更车道的错误,判不合格。 [掉头]在进入掉头项目前要先确保在最左边车道。如果不是,要注意提前变道。一口气到“请选择合适地点掉头”就要打灯,降2档。如果前面有车,就直接

技能考核提问(林老师整理)

1.班主任有很多种类型:警察式、妈妈式、民主式,你认为哪一种类型教师更有利于学生 教育? 我觉得民主式更有利于学习。主要有三个方面,一学生现在大多都是独生子女,在家都是万千宠爱集一身,要是老师太专制的话必然会引起学生的不满,学生在班级很多集体活动的会就不愿意配合学生了。二从学生方面讲,现在我们是培养学生全面发展,民主式的班主任给学生更大的发展空间,尤其实在能力方面。 2.一次,老师在上生物课,正讲细胞结构的时候,一名学生趁她写板书时,偷偷捏好的拟 任举起来逗班里的同学,引得众人低声笑,并当场被老师发现。如果你是这位老师,如何处理? 如果我是这位班主任,我会及时制止这位学生的不良行为,但不会当场批评他。然后用向同学们抛出问题,及时把学生的注意力引回课堂。 3.你赞同“教学有法,但无定法,贵在得法”这种提法吗?为什么? 1“教学有法”是说在整个教学过程是有规律可循的,要符合教学原则。 2“教无定法”是说教学没有永恒的一成不变的教学方法,即使人们公认的某种行之有效的教学法,教师在实践中也必须因校、因人(教师)、因时、因学生、因教材而异。 3“贵在得法”是说主要在于运用的得当。 因此随着自己的能力和经验不断提高,随机应变。 4.小王是高二年级的学生,平时学习很用功,特别在上课很认真地记笔记,单生物这一门 课,一学期下来记了2本满满的笔记本,课堂上都想尽量把老师讲的每一句话都记下来,一遍下课后复习用。课时,小王的成绩总是提高不上去,学得很累却效果不好。如果你是她的生物老师,你会怎么做? 我会找他谈话,跟他说以前老是跟他一样上课的时候很认真的记笔记,但是我的成绩总是上不去,经过分析后得出原来自己上课只顾记笔记了,根本就来不及听老师讲课。跟他说学习主要还是课堂上能听懂,能反思,下课后在看一遍书本,做一下老师布置的作业就差不多了。不用上课一直记笔记。 5.做好一个教室固然离不开爱岗敬业、爱生、专业知识扎实,除了这些,你认为教学的最 重要特质是什么? 1.掌握系统的科学文化基础知识和基本的技能技巧 2.发展学生的能力和体力,教会学生学习 3.培养学生良好的思想品德和科学的世界观 4.培养学生高尚的审美情趣和优良的个性心理品质 5.发扬教育民主,倾听学生的意见,教学相长。 6.一位老师在处理《遗传病的主要类型》一课时,课前组织学生到医院调查相关遗传病, 课堂上针对这些遗传病症进行分类,并分析这些遗传病的特征展开教学。但另有教师指出这样处理不妥,因为课本里介绍的病症(如苯丙酮尿症),这位老师课堂上没有提及,却用当地的另一种遗传病来代替。请你谈谈你的看法。 我觉得这位老师的处理挺好的,可以从两个方面来说,一现在新课程理念就是要注重与现实生活相联系,用当地的另外一种遗传病刚好体现了这一理念。二从教材方面说,现在我们强调的是用教材而非教教材。这位老师这样处理也很好的体现了这一观点。三从学生方面来说,高二学生已经具备了自主学习能力,老师即使没有讲全,他们课后也可以自己学习,毕竟课堂时间是很有限的,老师不可能是面面俱到的。

教师招聘考试知识点汇总——教育教学技能篇

第一章教学设计技能 1.教学目标是学校教学的出发点和归宿,是教学的灵魂。 2.教育目标的具体化是课程标准,而课程标准的具体化是教学目标。教学目标是针对学生 学习的最终结果而设计的。 3.教学目标序列:教育目的->培养目标->课程目标->教学目标->学期(学年)教学目标->单 元教学目标->课时教学目标。 4.三维教学目标:知识与技能(基础性目标)、过程与方法(关键性目标)、情感态度与价 值观(终极性目标)。 5.一个完整教学目标的表述由四个部分组成:教学对象、表达学习结果的行为、表现行为 的条件和学习程度。 6.教学目标的正确表述应该具有以下特征:外显性、可操作性、可测性。 7.教案可以分为讲义式教案、提纲式教案和程序式教案。 8.一般来说,教案内容主要包括课题名称、课型、课时、教学目标、教学重点和难点、教 具、教学方法、教学过程、作业设计、板书设计、课后反思等。其中,教学过程是教案的最重要部分,是整个教案的核心和主体。 9.一个完整的教学过程包括:导入、讲授新课、巩固练习、归纳小结。常用的导入方式包 括序言导入、尝试导入、演示导入、故事导入、提问导入、范例导入。讲授新课是编写教案的主要环节。作业是课堂教学的延伸,是实现教学目标不可缺少的环节。 10.编写教案的基本要求?△ (1)要端正态度、高度重视; (2)要切合实际,坚持“五性”;(“五性”即科学性、主体性、教育性、经济型和实用性) (3)要优选教法,精设课型;(课型基本上分为两类:一类是单一课型,一类是综合课型) (4)要重视“正本”,关注“附件”; (5)要认真备课,纠正“背课”; (6)要内容全面,并及时调整。 第二章课堂教学技能 11.课堂导入的作用:集中注意、引发兴趣、进入课题。 12.☆课堂导入的类型:直接导入、复习导入、直观导入、问题导入、实例导入、情境导入、 审题导入、故事导入、游戏导入。其中,直接导入是最简单和最常用的一种导入方法。 13.课堂导入的基本要求?△ 导入要有针对性 导入要有启发性 导入要有趣味性 要恰当把握导入的“度” 导入要有艺术性 14.根据认知目标的层次把课堂提问划分为:回忆提问、理解提问、应用提问、分析提问、 综合提问和评价提问。其中,评价提问是最高层次的提问。 15.课堂提问的基本要求?△ 合理地设计问题 要面向全体学生提问 提问目的要明确 提问的语言要准确

2020年考试职称俄语模拟试题:构型填空

2020 年考试职称俄语模拟试题:构型填空 B MocKBe njaHu pyemcH np uHHTb OTBeTcTBeHHOcTu (1, a KO H《O6 a pyme 6屮ecT 0 HHOe OKyMe O6屮ecT np gO 6:00. 0 MK e ) TumuHb u H Horo peMH )》 Hap CnOKOHCTBuH (2. Cor 刀acHO np oekmy ymeHue TumuHb CnOKOHCTBU 刃 H 3an pemumb c 23 : Bp eMH 3an pe屮aernc ue Ha noBbimeHHOH guO pu rne 刀eBu3O pOB , MarHuTO 巾OH MHuKOB p (3. Ku CBUCT , rpO MKOe neHue , My3biKa 刀bHbie uHcTpyMeHTb ), K冰e curHa 刀bi OXp aHHOH 3 auuu BTOMO 6ujeft u BaHue TpaHc (4. rjymumeju np , (5. H Tbc ga aTb ge MO nOpTHbX )(消音器)u刀u KpO nupO pa HbiMu r 刀ymum apymeHue ). -TumuHb 6ygyT H jiaft co6aK u myMbi , (6. ) gp yruMu XUBOTHHMU , (7. bcH ) B KBapTupaX T akxe TexHunecK K Hapy muTe^HM O6屮ecTBeHHOrO Me >KU 刀 bIX McnO 刀b3OBa uX (烟火制造技术) umuHb u ue pegcTB . CnOKOHCTBU 刃 njaHupyeTcH npuMemaTb

导游基础技能整理笔记(上)

第1章导游服务概述 第一节导游服务的产生与发展 1、导游服务产生的过程:古代文人骚客、科学家、探险家、政 治家、教育家周游四方,考察访问,也常有当地朋友相陪, 并介绍。这种形式的陪同可以看做是导游在古代的一种雏 形。导游作为一种活动形态,古已有之。但因其不具备专职 性、经济性和组织接待性而不能视为现代意义上的导游。导 游作为一种独立的职业是随着近代工业的崛起而出现的。 1841年7月5日英国人托马斯·库克包租一列火车,组织570 人,从来斯特前往拉夫巴勒参加禁酒大会免费提供带火腿的 午餐及小吃,这次活动库克自始至终随团陪同照顾,可以说 是现代旅行社全程陪同的最早体现。1846年库克有组织350 人从来斯特到利物浦的包价游。自1855年起。库克组织一系 列的旅游团并提供全程导游。后来欧洲和北美诸国以及日本 人你纷纷仿效库克组织旅游活动的成功模式,先后建了旅行 社或类似的旅游组织,招募陪同或导游,带团在国内外参观 游览。逐渐形成了导游队伍。第二次世界大战后,大规模的 旅游活动纷纷出现并得到发展,是导游队伍迅速扩大。 2、我国旅行社业与导游服务产生:1923年共8月,上海商业储 备银行总经理陈光甫先生在其同仁的支持下,在该银行旗下 创立“旅行部”,成为中国人创立的第一家旅行社1927年6 月“旅行社”改组为“中国旅行社”,下设运输部、车务部、航 务部、出版部、会计部、出纳部、稽核部、文秘处共“七部 一处”。1949年11月新中国第一家旅行社“华侨服务社”在厦 门成立。1980年6月年中国青年旅行社成立。导游服务的发 展:导游职业自由化;导游服务商品化;导游服务规范化 (从单一向导到多功能服务;从非职业化到职业化;从随意 性到规范性) 3、导游服务的范围:讲解服务;生活服务;安全服务;咨询服 务;问题处理服务。 4、导游服务的原则:安全第一;旅游者至上;维护旅游者合法 权益;平等礼貌待客;规范化服务与个性化服务。 5、导游服务的性质:经济型;服务性;文化性;社会性;对外 宣传性。 6、导游服务的特点:独立性强;脑体高度结合;复杂多变 (1、服务对象复杂2、旅游者需求多样性3、人际交往复 杂);跨文化性;与服务对象密切接触

华尔思Oracle OCM直通车课程大纲教材

华尔思OCM 直通车课程内容 Oracle Database 11g: SQL Fundamentals I 课程(2天) 1. 使用简单的SELECT 语句 2. 限定及排序选择的行 3. 单行函数 4. 多表查询 5. 分组功能 6. 子查询 7. 使用集合操作符 8. 使用DML 语句 9. 使用DDL 语句创建和管理表 10. 创建和管理其它的模式对象 Oracle Database 11g: Administration Workshop I 课程(5天) 1. oracle 数据库的体系结构 2. 安装oracle 软件 3. dbca 创建数据库 4. 管理oracle 实例 5. 管理ASM 实例 6. 配置oracle 网络环境 7. 数据并发与控制 w w w .w a l l s l a b .n e t

8. 管理UNDO 数据 9. 实施oracle 数据库的审计 10. 数据库的前瞻性维护 11. 性能管理 12. 备份恢复的概念 13. 执行用户管理的备份 14. 执行用户管理的恢复 15. 数据的迁移 Oracle Database 11g: Administration Workshop II 课程(5天) 1. 配置oracle 数据库的恢复能力 2. 使用恢复目录 3. 配置备份设置 4. 创建RMAN 备份 5. 转储和恢复任务 6. 使用RMAN 完成恢复 7. 监视和调整RMAN 8. 诊断数据库 9. 使用闪回技术1 10. 使用闪回技术2 11. 实施闪回数据库 w w w .w a l l s l a b .n e t

2019执业医师技能考试:贺银成病例分析总结笔记10页

加强版贺银成病例分析 呼吸系统 老年人+长期咳痰喘+桶状胸+一秒率<70% RV/TLC 残气量/肺总量>40%————COPD 鉴别:1支气管扩张2支气管哮喘3肺结核4肺癌 检查:1胸片2肝肾功能电解质血气分析3痰涂片培养+药敏4病情缓解后肺功能检查 治疗:1休息、持续低流量吸氧纠正水电解质利尿剂改善有心衰竭 2抗感染治疗:喹诺酮类根据痰培养调整抗生素 3支气管舒张剂:抗胆碱药或B2受体激动剂4可短期经脉糖皮质激素 反复发作(咳喘或咳嗽)无痰,满布哮鸣音+过敏 哮喘可自行缓解,或使用皮质激素,氨茶碱等缓解——————支气管哮喘 鉴别:1COPD 2心力衰竭 3 过敏性肺炎 检查:1血气分析2痰涂片培养+药敏3肝肾功能电解质 4病情改善后复查肺功能和过敏皮试 治疗:1一般治疗:休息吸氧2支气管舒张剂口服/吸入糖皮质激素 3抗感染治疗(合并感染):喹诺酮头孢药敏调整抗生素4维持水电解质平衡健康教育 5严重时必要时写机械通气 中老年+痰中带血+刺激性咳嗽+消瘦+固定局限性湿罗音+吸烟————肺癌 鉴别:1肺结核2 支气管肺炎、肺脓肿、支气管扩张3肺部良性肿瘤 检查:1痰细胞学检查2胸部CT 3支气管扩张剂 治疗:1手术治疗:肺叶切除、全肺切除2放疗化疗(小细胞肺癌) 3免疫治疗中医中药治疗 青年+长期低热盗汗+咯血———————————————肺结核 鉴别:1支气管肺癌2支气管扩张3肺囊肿继发感染 检查:1胸部增强CT 2痰涂片培养找结核杆菌PPD实验 治疗:1隔离休息加强营养对症治疗2肺结核治疗—早期适量联合规律全程 胸腔积液 老年+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音———恶性胸腔积液 鉴别:1细菌性胸膜炎2肿瘤性胸腔积液3结缔组织性胸腔积液4心衰所致的胸腔积液 检查:1胸片X线片胸部CT 2肝肾功能电解质3胸穿穿刺、胸水常规、生化、细菌、细胞学检查4必要时腹腔镜检查 治疗:1休息、对症治疗营养支持2抗结核化疗3反复胸腔穿刺抽液 年青+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音——结核性胸腔积液 副诊断 ①低钾血症<3.5mmol/L (3.5~4.5) ②高血压(病史+>140/90mmHg) ③休克(病史+<90/60 mmHg) ④贫血(病史+Hb<120/110g/L) ⑤肾功能衰竭(血肌酐SCr>186 umol)133~177 ⑥腹膜炎(腹肌紧张、压痛、反跳痛) 呼吸衰竭 病程短+PaO2<60mmHg ————————重症肺炎诱发的I 型呼衰 长期肺病+缺氧+PaO2<60mmHg 和PaCO2>50mmHg————COPD 所致的II 型呼衰胸部闭合性损伤:张力性气胸+血胸+肋骨骨折 胸部外伤史+皮下气肿+气管偏移+叩诊鼓音+呼吸音消失————张力性气胸

考试完整试卷模板(A)

年级 : 15级护理班级 课程名称: 外科护理学 一、选择题(每小题1分,共60分) 1.南丁格尔在克里米亚战争之中护理伤员,使伤员的死亡率由原来的42%降至( ) A.2.1% B.2.2% C.2.3% D.2.22% 2.整体护理可以概括为( ) A.“以人的健康为中心的全面护理” B.“以人的疾病为中心的全面护理” C.“以人的病人为中心的全面护理” D.“以人的心理为中心的全面护理” 3.成人男性体液总量约占体重的( ) A.50% B.60% C.70% D.80% 4.有关高渗性脱水,下列说法错误的是( ) A.水分摄入不足 B.多以失盐为主 C.水分排出过多 D.口渴为最早症状( ) 5.低渗性缺水的症状中哪项不正确( ) A尿量正常或略增 B.皮肤弹性减退 C.口渴 D.血压降低 6.细胞外夜又可以分为组织间液和血管内液.前者约占体重的( ) A.10% B.15% C.25% D.20% 7.血管内液为血浆,约占体重( ) A.5% B.3% C.4% D.6% 8.关于高渗脱水程度的评估,轻度脱水的表现为( ) A.口渴、尿少 B.唇干 C.舌燥 D.高热 9.治疗重度低渗性脱水病人,应首先输入的液体是( ) A.5%葡萄糖溶液 B.5%葡萄糖盐水 C.平衡盐溶液 D.3%氯化钠溶液 10.关于高渗脱水程度的评估,中度脱水的表现为( ) A.幻觉 B.唇干舌燥 C.高热 D.抽搐 11.在纠正代谢性酸中毒时应特别注意下列哪种离子浓度的改变( ) A.Na+ B.K+ C.Cl- D.H+ 12.醛固酮的主要作用是( ) A.保钾排钠 B.保钠保钾 C.保钠排钾 D.排氢排钾 13.外科休克最常见的有低血容量性休克和( ) A.感染性休克 B.心源性休克 C.过敏性休克 D.神经源性休克 14.成人麻醉前应常规禁食( ) A.8-12小时 B.4-8小时 C.10-12小时 D.12-24小时 15.全麻病人一般术后平卧6小时,腰麻病人去枕平卧( ) A.6-8小时 B.8-12小时 C.10-12小时 D.12-24小时 16.微循环收缩期病人血压( ) A.明显升高 B.降低 C.基本正常 D.明显下降 17.休克病人出现酸中毒,按病理变化规律出现在( ) A.微循环收缩期 B.微循环扩张期 C.休克抑制期 D.微循环衰竭期 18.观察休克病人血管痉挛严重程度的主要依据是( ) A.肢端温度 B.神志情况 C.脉压大小 D.脉搏快慢 19.休克早期,病人尿量的变化( ) A.增多 B.正常或减少 C.正常 D.无尿 20.休克病人出现弥散性毛细血管内凝血,其病理变化发生在( ) A.微循环收缩期 B.微循环扩张期 C.休克衰竭期 D.休克期 21.等渗性缺水水和钠成比例地丧失,血清钠( ) A.135~145mmol/L B.125~135mmol/L C.125.5~135.5mmol/L D.145~155mmol/L 22.补液总量 原则上( ) A.“缺多少,补多少” B.“缺什么,补什么” C.“缺营养,补营养” D.“应输血输液” 23.人体内的(__)总量的98%存在于细胞内 A.钾 B.氯 C.钠 D.钙 24.低钾血症的血清钾浓度低于( ) A.2.5 mmol/L B.3.5mmol/L C.4.5 mmol/L D.5.5mmol/L 得分 评卷人

2015年临床执业医师实践技能考试复习笔记汇总(五)

医学教育网整理了“2015年临床执业医师实践技能考试复习笔记”,希望能给考生的备考带来帮助,更多内容请关注医学教育网临床执业医师考试频道。 肺炎的病例分析 肺炎的患者呈急性热病容,颜面潮红、鼻翼扇动、呼吸困难、发绀、脉率增速,常有口唇疱疹。充血期病变局部呼吸动度减弱,语音震颤稍增强,叩诊浊音,并可闻及捻发音。当发展为大叶实变时,语音震颤和语音共振明显增强,叩诊为浊音或实音,并可听到支气管呼吸音。如病变累及胸膜则可闻及胸膜摩擦音。当病变进入消散期时,病变局部叩诊逐渐变为清音,支气管呼吸音亦逐渐减弱,最好湿性啰音亦逐渐消失,呼吸音恢复正常。 肺部局限固定的湿性啰音,肺实变体征(患侧呼吸运动减弱,触觉语颤增强,叩诊浊音或实音,支气管呼吸音及响亮的湿性啰音)有诊断意义。 辅助检查可发现血白细胞计数明显升高,中性粒细胞增多、核左移。痰涂片可看到肺炎球菌,培养可检出肺炎球菌。亦可查血、尿、痰等标本的肺炎球菌抗原物。胸部X线可见呈叶、段分布的炎性实变阴影。典型胸片改变具有诊断意义。 不同病原体引发的肺炎的体征、症状、病史、X线征象等有所不同。 创伤性气胸 胸膜腔内积气称为气胸。创伤性气胸的发生率在钝性伤中约占15%~50%,在穿透性伤中约占30%~87.6%.气胸中空气在绝大多数病例来源于肺被肋骨骨折断端刺破(表浅者称肺破裂,深达细支气管者称肺裂伤),亦可由于暴力作用引起的支气管或肺组织挫裂伤,或因气道内压力急剧升高而引起的支气管或肺破裂。锐器伤或火器伤穿通胸壁,伤及肺、支气管和气管或食管,亦可引起气胸,且多为血气胸或脓气脑。偶尔在闭合性或穿透性膈肌破裂时伴有胃破裂而引起脓气胸。根据空气通道的状态以及胸膜腔压力的改变,气胸分为闭合性、张力性和开放性气胸三类。 慢性心包炎

最新执业医师技能考试:贺银成病例分析总结笔记汇总

2013执业医师技能考试:贺银成病例分析 总结笔记

加强版贺银成病例分析 呼吸系统 老年人+长期咳痰喘+桶状胸+一秒率<70% RV/TLC 残气量/肺总量>40%————COPD 鉴别:1支气管扩张 2支气管哮喘 3肺结核 4肺癌 检查:1胸片 2肝肾功能电解质血气分析 3痰涂片培养+药敏 4病情缓解后肺功能检查 治疗:1休息、持续低流量吸氧纠正水电解质利尿剂改善有心衰竭 2抗感染治疗:喹诺酮类根据痰培养调整抗生素 3支气管舒张剂:抗胆碱药或 B2受体激动剂 4可短期经脉糖皮质激素 反复发作(咳喘或咳嗽)无痰,满布哮鸣音+过敏 哮喘可自行缓解,或使用皮质激素,氨茶碱等缓解——————支气管哮喘 鉴别:1COPD 2心力衰竭 3 过敏性肺炎 检查:1血气分析 2痰涂片培养+药敏 3肝肾功能电解质 4病情改善后复查肺功能和过敏皮试 治疗:1一般治疗:休息吸氧 2支气管舒张剂口服/吸入糖皮质激素 3抗感染治疗(合并感染):喹诺酮头孢药敏调整抗生素 4维持水电解质平衡健康教育 5严重时必要时写机械通气 中老年+痰中带血+刺激性咳嗽+消瘦+固定局限性湿罗音+吸烟————肺癌 鉴别:1肺结核 2 支气管肺炎、肺脓肿、支气管扩张 3肺部良性肿瘤 检查:1痰细胞学检查2胸部CT 3支气管扩张剂

治疗:1手术治疗:肺叶切除、全肺切除 2放疗化疗(小细胞肺癌) 3免疫治疗中医中药治疗 青年+长期低热盗汗+咯血———————————————肺结核 鉴别:1支气管肺癌 2支气管扩张 3肺囊肿继发感染 检查:1胸部增强CT 2痰涂片培养找结核杆菌 PPD实验 治疗:1隔离休息加强营养对症治疗2肺结核治疗—早期适量联合规律全程胸腔积液 老年+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音———恶性胸腔积液 鉴别:1细菌性胸膜炎 2肿瘤性胸腔积液 3结缔组织性胸腔积液 4心衰所致的胸腔积液 检查:1胸片X线片胸部CT 2肝肾功能电解质 3胸穿穿刺、胸水常规、生化、细菌、细胞学检查 4必要时腹腔镜检查 治疗:1休息、对症治疗营养支持 2抗结核化疗3反复胸腔穿刺抽液 年青+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音——结核性胸腔积液 副诊断 ①低钾血症<3.5mmol/L (3.5~4.5) ②高血压(病史+>140/90mmHg) ③休克(病史+<90/60 mmHg) ④贫血(病史+Hb<120/110g/L) ⑤肾功能衰竭(血肌酐SCr>186 umol)133~177

执业医师技能考试 贺银成病例分析总结笔记

加强版贺银成病例分析呼吸系统 老年人+长期咳痰喘+桶状胸+一秒率<70% RV/TLC 残气量/肺总量>40%————COPD 鉴别:1支气管扩张 2支气管哮喘 3肺结核 4肺癌 检查:1胸片 2肝肾功能电解质血气分析 3痰涂片培养+药敏 4病情缓解后肺功能检查 治疗:1休息、持续低流量吸氧纠正水电解质利尿剂改善有心衰竭 2抗感染治疗:喹诺酮类根据痰培养调整抗生素 3支气管舒张剂:抗胆碱药或 B2受体激动剂 4可短期经脉糖皮质激素 反复发作(咳喘或咳嗽)无痰,满布哮鸣音+过敏 哮喘可自行缓解,或使用皮质激素,氨茶碱等缓解——————支气管哮喘 鉴别:1COPD 2心力衰竭 3 过敏性肺炎 检查:1血气分析 2痰涂片培养+药敏 3肝肾功能电解质 4病情改善后复查肺功能和过敏皮试 治疗:1一般治疗:休息吸氧 2支气管舒张剂口服/吸入糖皮质激素 3抗感染治疗(合并感染):喹诺酮头孢药敏调整抗生素 4维持水电解质平衡健康教育 5严重时必要时写机械通气 中老年+痰中带血+刺激性咳嗽+消瘦+固定局限性湿罗音+吸烟————肺癌 鉴别:1肺结核 2 支气管肺炎、肺脓肿、支气管扩张 3肺部良性肿瘤 检查:1痰细胞学检查2胸部CT 3支气管扩张剂

治疗:1手术治疗:肺叶切除、全肺切除 2放疗化疗(小细胞肺癌) 3免疫治疗中医中药治疗 青年+长期低热盗汗+咯血———————————————肺结核 鉴别:1支气管肺癌 2支气管扩张 3肺囊肿继发感染 检查:1胸部增强CT 2痰涂片培养找结核杆菌 PPD实验 治疗:1隔离休息加强营养对症治疗2肺结核治疗—早期适量联合规律全程胸腔积液 老年+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音———恶性胸腔积液 鉴别:1细菌性胸膜炎 2肿瘤性胸腔积液 3结缔组织性胸腔积液 4心衰所致的胸腔积液 检查:1胸片X线片胸部CT 2肝肾功能电解质 3胸穿穿刺、胸水常规、生化、细菌、细胞学检查 4必要时腹腔镜检查 治疗:1休息、对症治疗营养支持 2抗结核化疗3反复胸腔穿刺抽液 年青+一侧胸痛+呼吸困难+纵膈偏移+患肺呼吸音消失,叩诊浊音——结核性胸腔积液 副诊断 ①低钾血症<3.5mmol/L (3.5~4.5) ②高血压(病史+>140/90mmHg) ③休克(病史+<90/60 mmHg) ④贫血(病史+Hb<120/110g/L) ⑤肾功能衰竭(血肌酐SCr>186 umol)133~177

oracle 12c ocm考试范围

General Database and Network Administration ?Create and manage pluggable databases ?Administer users, roles, and privileges ?Configure the network environment to allow connections to multiple databases ?Administer database configuration files ?Configure shared server ?Manage network file directories Manage Database Availability ?Install the EM Cloud Control agent?Configure recovery catalog ?Configure RMAN ?Perform a full database backup ?Configure and monitor Flashback Database Data Warehouse Management ?Manage database links ?Manage a fast refreshable materialized view ?Create a plug-in tablespace by using the transportable tablespace feature ?Optimize star queries ?Configure parallel execution ?Apply a Patch ?Configure Automatic Data Optimization, In-Row Archiving, and Temporal Validity ?Manage external tables Data Management ?Manage additional buffer cache ?Optimize space usage for the LOB data ?Manage an encrypted tablespace ?Manage schema data ?Manage partitioned tables ?Set up Fine-Grained Auditing ?Configure the database to retrieve all previous versions of the table rows Performance Management ?Configure the Resource Manager ?Tune SQL statements ?Use real application testing ?Manage SQL Plan baselines ?Capture performance statistics ?Tune an instance

三基试题

放射测试题 一、填空题 1.影响X线对胶片感光的因素是管电压、管电流、曝光时间和焦-片距。 2.物-片距越短。产生影像的半影就越小,影像就越清晰。 3.显影液的主要成分是米吐尔或对苯二酚;定影液的主要成分是硫代硫酸钠 4.X线的感光物质是溴化银;荧光物质是钨酸钙 5.脐上2cm相当于第三椎体水平。 6.心脏厚前位投照,要求焦-片距为180~200,中心线对准第六胸椎平面垂直射人胶片。7.心脏右前斜位投照的旋转角度是45~55度;左前斜位为60~70度。 8.腰椎斜位投照,主要是观察腰椎的狭部不连和小关节病变。 9.乳突轴位(Mayer位)投照,是使头部矢状面与暗盒成45度角度,中心线向足端倾斜45度角度,经乳突尖射人暗盒中点。 10.口服胆囊造影法,造影剂需经过胃肠吸收、肝脏分泌和胆囊浓缩等三个主要环节,才能 使胆囊显影。 11.与临床应用有关的X线特性是穿透性、荧光作用、感光作用和电离作用。 12.现代医学影像学除了传统放射学外,尚包含DSA、CT、MRI 、B超和 ECT等新一代影像技术 在内。 13.血管介人性放射学的主要内容是血管栓塞术、血管成形术、血管内药物灌注和心脏病介入 治疗。 14.儿童长骨骨折的特殊类型是青枝骨折和骨骺分离。 15.儿童后囟正常应于出生后6月内闭合,前囟在1.5~2岁内闭合。 16.正常成人颅板以枕骨粗隆部最厚,颞骨鳞部最薄。 17.舟状颅是由于矢状鏠早闭所引起的颅骨畸形;短颅畸形则是由于冠状鏠和人字鏠早闭引起的 18.乳突侧位片上,乙状窦前壁至外耳孔后缘间的垂直距离,如果小于10mm提示乙状窦前移;鼓 室盖至外耳孔上缘之间的距离,如果小于5mm 提示鼓室盖低位。 19.关节结核X线上分为两型,即滑膜型和骨型,后者继发于骨干或干骺端结核。 20.肺叶由叶间裂分隔。斜(主)裂和水平(副)裂将右肺分为上、中和下三个肺叶;左肺只有斜(主)裂,分为上、下两叶。 21.正位上、右肺门上、下部以钝角相交,称为肺门角,左肺门由左肺动脉弯曲成弓形,称为肺动脉弓。 22.正常膈肌圆顶在正位上靠近内侧,侧位上偏前方。 23.肺部基本X线病变有渗出、增殖、纤维、钙化、肿块、空洞和空腔。 24.肺结核分类复杂,新的结核分类分为五型,即原发性、血型播散型、继发型、结核胸膜炎型和肺外结核。 25.正常成人的心胸比值不应大于0.52,右下肺动脉干宽径不应大于15mm 。 26.气钡双重造影上,胃表面涂有薄层钡剂。显示出粗细均匀,宽度约lmm的纤细沟纹,称之为胃小沟,并勾画出许多多边形、圆形或椭圆形稍隆凸区,其大小不超过3mm,此即为胃小区。27.正常肾脏的轮廓光滑,其长径大约是12~13CM,宽径为 5~6CM。 28.椎管碘袖造影上,髓外硬膜内肿瘤的阻塞面形态为偏侧性杯口状,硬膜外肿瘤为斜坡或梳齿状。

OCM考试题库

OCM考试指南 概述: 第一天: section 0:创建一个数据库 45 分钟 section 1:数据库和网络配置 120 分钟 section 2:Gridcontrol 安装配置 120 分钟 section 3:数据库备份恢复 60 分钟 section 4:数据仓库 90 分钟 第二天: section 5:数据库管理 120 分钟 section 6:数据库性能管理 120 分钟 section 7:部署Oracle RAC 数据库 90 分钟 sectoin 8:部署Dataguard 数据库 60 分钟 奇数机(edsir5p1)与偶数机(edsir5p2):在真正考试时,每个人面前会有 两台机器,一台称为奇数机(ODD),一台称为偶数机(EVEN),要你在ODD 机器上做什么或者在 EVEN 机器上做什么,偶数还是奇数是依靠机器的hostname 最后一位或者两位数字来定的,通常会要求你在奇数机上创建数据库,在偶数机上安装Grid Control 的OMS。偶数机上是没有Oracle 软件的,因此OMS 需要的Repository 这个数据库也需要创建在奇数机上,再加上之后第二天会要求创建的Standby 实例。 Oracle_home /u01/app/oracle/product/10.2.0/db_1 /u01/app/oracle/oradata/PROD/disk1……disk5 文档路径 /stage/doc/english/ Gridcontrol安装文件 /stage/gc/Disk1/

除rac外都在奇数机edsir5p1和偶数机edsir5p2上完成,并且root密码不告诉你,oracle用户密码ocm123 Rac用奇数机上的虚拟机host1和host2,root用户和oracle用户密码都是oracle 使用Sudo命令

中级技能笔记(服务营销)

营销师(卷烟商品营销)中级技能笔记(服务营销) A、客户信息与分类管理及服务设计 一、客户分类基本方法 1.按客户特征分类 2.按客户行为分类 3.按客户价值分类 二、卷烟零售客户的需求层次、了解客户需求的途径 (一)卷烟零售客户的需求层次 卷烟零售客户需求大致可分为五个层次:安全需求、利润需求、服务需求、尊重需求和成长需求。 1.安全需求 就卷烟零售户的经营来看,涉及到安全的主要是四个方面:一是卷烟商品保管;二是防范卷烟偷盗与调包;三是资金安全;四是经营安全。 2.利润需求 包括货源需求(即零售客户的订货需求)和利润需求。 货源需求是利润需求的基础和保证,指零售客户希望所需货源有保证;货源供应公开、公平、公正,订货、结算、送货、拜访服务到位;资金占用合理。利润需求是指零售户经营卷烟的本质要求是为了赚钱,获取商业利润。 3.服务需求 零售客户希望了解更多的信息,参与烟草公司的活动获取经营决策支持等服务。 4.情感需求

卷烟零售户的经营主体是人,因此,除了理性需求外还有相应的情感需求。比如被尊重、被认同、被重视、被理解等需求。情感需求是否被满足常常在很大程度上影响客户满意度。 5.成长需求 当零售客户的卷烟销售相对稳定、管理水平较高时,零售客户对货源的需求较突出,可能提出申请增量、申请调整类别或者一些非卷烟经营的需求,这些都属于发展需求。 (二)了解客户需求的途径 1.利用动销台账获取零售客户需求信息 2.通过零售客户提报的形式获取需求 3.开展零售户调查 三、客户需求的分析和运用 1.明确客户需求类别 工具箱:需求类型分析法——KANO模型 1984年,日本卡诺教授发表了“品质模型”即KANO模型。该模型通过将客户需求进行分类,了解企业响应不同需求的不同效果。卡诺教授将客户需求分为3种,即基本型需求、期望型需求和惊喜型需求,如下表所示: 表3-5客户需求分类

数据库OCM认证培训大纲(oracle认证大师)

数据库OCM认证培训大纲(oracle认证大师) Oracle DBA大师班(10g OCM方向) 1. 超过90%的Oracle认证专家认为Oracle认证增加了他们的专业可信度 2. 超过90%的认证专家认为Oracle认证提高了他们的工作效率 3. 89%的认证专家认为Oracle认证使他们有能力提供更高水准的客户服务 4. 超过88%的认证专家认为Oracle认证使他们更有实力承担复杂的IT任务 5. 92%的认证专家认为Oracle认证使他们的事业得到了更好的发展 OCM培训介绍 Oracle Certified Master (OCM) -Oracle认证大师,是Oracle认证的最高级别,是对数据库从业人员的技术、知识和操作技能的最高级别的认可。Oracle OCM是解决最困难的技术难题和最复杂的系统故障的最佳Oracle专家人选,也是IT行业衡量IT专家和经理人的最高专业程度及经验的基准。OCM不但有能力处理关键业务数据库系统和应用,还能帮助客户解决所有的Oracle技术困难,将成为企业内的资深专家和顾问。通过这个课程使ORACLE数据库专家掌握了大型Oracle数据库在Linux/Unix平台上的网格、集群、灾备、调优、数据仓库、安全等高级维护技术,有资格成为大型数据中心行业权威。 OCM培训适合对象 欲挑入年薪在15万-25万行业的在职者 欲从事的Oracle 技术专家职位在校大学生(计算机相关专业) 欲转行为企业ERP顾问的软件开发人员 欲进入外企、银行、软件公司、国企从事IT信息技术职位的某职者 OCM培训学习时间&培训班型

OCM培训课程内容 课程一:Oracle10g 服务器配置 课程简介: 通过本课程使的数据库工程技术人员能够了解OCM认证的考试形式、时间安排和注意事项,帮助学员掌握手工创建数据库和表空间,配置数据库监听器等任务。 课程内容: 1. OCM考试简介 2. 运用脚本创建数据库 2. 确定和设置有关数据库架构的参数 3. 条带化数据文件 4. 创建与管理复用控制文件 5. 大文件表空间管理 6. 创建与管理多网络配置文件 7. 监听器配置 8. 共享数据库服务器的监听器配置 9. 网络跟踪配置 10. 管理Oracle 网络进程 11.优化数据访问性能 12. 临时、永久、UNDO表空间管理 工具软件:Oracle 10g/11g Database 、Listener、SQL/PLUS 课程二:Oracle10g网格计算与控制 课程简介: Oracle网格计算使多组联网计算机能够组织到一起并按需进行共享,以满足不断变化

《班主任工作技能》课程考试方案

《班主任工作技能》课程考试方案 课程性质:公共技能课程。 总学时:16学时总学分:1学分开课学期:第六学期适用专业:适用于师范类专业、四年制本科专业。 一、课程描述 班主任工作技能是教师职业基本技能的一个重要组成部分,即从事教师职业的人都必须具备的技能。本课程兼具理论学习和技能训练,是教师教育类专业学生的一门必修课。因此,加强师范生的班主任工作技能训练,是高等师范学校教育教学工作不可缺少的内容。班主任工作技能训练系指“中学班级管理、对学生进行思想品德教育和组织指导学生进行课外活动等方面的技能训练”。它是以教育学、心理学等学科的基本理论为指导,理论与实践相结合的教学实践活动。本课程对于师范生准确把握教育规律,树立正确的教育观念,提高教育科学素养,掌握班主任工作的基本规律,形成班主任工作的基本技能具有重要意义,也直接关系到教师教育目标的落实和未来中小学教师素质的提高。IfdxqZP2J5EcHql4n2x6p1jXIc2QsCVWd8E10af5AYoIj6noeyhitqXGVfOd。Fxz9W4w3uE6IqgT9pbuy7wjHJkPFajhK2eIwYoKw。 娛鸽虾門鏢刍箏厌殺闭。 二、考试内容及要求 坚持以研究性学习、探究性学习、协作性学习等现代教学理念为指导,将现代教育理念的学习和运用结合起来,强调学生的主体地位,提高学生的综合素质,重点培养学生的思考能力、动手能力,尤其是培养学生的创新意识和创新能力。考试内容涵盖教学大纲中的全部内容。考试形式以平时考核成绩、阶段考核成绩和结课考核成绩三部分组成。考核内容突出课程内容的基础性、实用性、科学性、趣味性、先进性和教育性,体现班主任工作技能最新的研究进展,做到理论和实践的结合。通过考核帮助学生进行自我设计、自我管理、自我完善,提高学生的社会适应能力和人际交往技能,为学生将来从事教师工作奠定深厚的基础。 三、考试形式及要求: 1.考试形式:课堂笔记、读书笔记、方案、论文、调研报告、小组集体作业、操行评语七种方式。具体要求如下: 第一章班主任工作概述(2学时) 考核要求:就一个新班主任在第一次班会上的形象和讲话设计一个方案。

相关主题
文本预览
相关文档 最新文档