Quick Installation Guide for Linux x86-64 (11g)

Quick Installation Guide for Linux x86-64 (11g)
Quick Installation Guide for Linux x86-64 (11g)

Oracle? Database

Quick Installation Guide

11g Release 1 (11.1)for Linux x86-64

B32285-01

October 2007

This guide describes how to quickly install Oracle Database 11g on Linux x86-64

systems. It includes information about the following:

■Reviewing Information About This Guide

■Logging In to the System as root

■Checking the Hardware Requirements

■Checking the Software Requirements

■Creating Required Operating System Groups and Users

■Configuring Kernel Parameters

■Creating Required Directories

■Configuring the oracle User’s Environment

■Mounting the Product Disc

■Installing Oracle Database

■Installing Oracle Database Examples

■What to Do Next?

■Additional Information

■Documentation Accessibility

1Reviewing Information About This Guide

This guide describes how to install Oracle Database by using the default

installation options.

Tasks Described in This Guide

The procedures in this guide describe how to:

■Configure your system to support Oracle Database

■Install Oracle Database on a local file system by using the Basic Installation

option

■Configure a general-purpose Oracle Database installation that uses the local

file system for database file storage

Results of a Successful Installation

After you successfully install Oracle Database:

■The database that you created and the default Oracle Net listener process run on the system.

Oracle Enterprise Manager Database Control run on the system and can be accessed by using a Web browser.Tasks Not Described in This Guide

This guide covers the Basic Installation scenario and does not describe how to complete the following tasks:

Using the Advanced Installation option to install the software ■Installing the software on a system that has an existing Oracle software installation

■Installing Oracle Clusterware and Oracle Real Application Clusters on a cluster

■Enabling Enterprise Manager e-mail notifications or automated backups

Using alternative storage options such as Automatic Storage Management Where to Get Additional Installation Information

For more information about installing Oracle Database, including information about the tasks not described in this guide, refer to one of the following guides:■If you want to install the software on a single system, then refer to Oracle Database Installation Guide for Linux .

If you want to perform a Oracle Real Application Clusters installation, then refer to Oracle Clusterware Installation Guide for Linux and Oracle Real

Application Clusters Installation Guide for Linux and UNIX . These guides

describe how to install Oracle Clusterware and Oracle Real Application

Clusters. Oracle clusterware is a prerequisite for Oracle Real Application

Clusters installations.All these guides are available on the product disc. To access them, use a Web browser to open the welcome.htm file located in the top-level directory of the installation media, and then select the Documentation tab.

2Logging In to the System as root

Before you install the Oracle software, you must complete several tasks as the root user. To log in as the root user, complete one of the following procedures:

■Following are the steps for installing the software from an X Window System workstation or X terminal:

1.

Start a local terminal session, for example, an X terminal (xterm ).2.If you are not installing the software on the local system, then enter the

following command to enable the remote host to display X applications

on the local X server:

Note:You must install the software from an X Window System

workstation, an X terminal, or a PC or other system with X server

software installed

$ xhost fully_qualified_remote_host_name

For example:

$ xhost https://www.360docs.net/doc/c37611691.html,

3.If you are not installing the software on the local system, then use the

ssh , rlogin , or telnet command to connect to the system where you want to install the software:

$ telnet fully_qualified_remote_host_name

4.If you are not logged in as the root user, then enter the following

command to switch user to root :

$ sudo sh

password:

#

■Following are the steps for installing the software from a PC or other system with X server software:

1.

Start the X server software.2.

Configure the security settings of the X server software to permit remote hosts to display X applications on the local system.3.Connect to the remote system where you want to install the software and

start a terminal session on that system, for example, an X terminal

(xterm ).

4.

If you are not logged in as the root user on the remote system, then

enter the following command to switch user to root :

$ sudo sh

password:

#3Checking the Hardware Requirements

The system must meet the following minimum hardware requirements:■

Memory Requirements ■

System Architecture ■Disk Space Requirements

3.1Memory Requirements

The following are the memory requirements for installing Oracle Database 11g Release 1:

■At least 1 GB of physical RAM

Note:If necessary, refer to your X server documentation for more

information about completing this procedure. Depending on the X

server software that you are using, you may need to complete the tasks in a different order.

To determine the physical RAM size, enter the following command:

# grep MemTotal /proc/meminfo

If the size of the RAM is less than the required size, then you must install more memory before continuing.

■The following table describes the relationship between installed RAM and the configured swap space requirement:

To determine the size of the configured swap space, enter the following command:

# grep SwapTotal /proc/meminfo

If necessary, refer to the operating system documentation for information about how to configure additional swap space.

To determine the available RAM and swap space, enter the following command:# free

Automatic Memory Management

Starting with Oracle Database 11g , the Automatic Memory Management feature requires more shared memory (/dev/shm)and file descriptors. The shared

memory should be sized to be at least the greater of MEMORY_MAX_TARGET and MEMORY_TARGET for each Oracle instance on the computer.

To determine the amount of shared memory available, enter the following command:

# df -k /dev/shm/

3.2System Architecture

To determine whether the system architecture can run the software, enter the following command:

# uname -m

Available RAM

Swap Space Required Between 1024 MB and 2048 MB

1.5 times the size of RAM Between 2049 MB and 8192 MB

Equal to the size of RAM More than 8192 MB 0.75 times the size of RAM

Note:Oracle recommends that you take multiple values for the

available RAM and swap space before finalizing a value. This is

because the available RAM and swap space keep changing depending on the user interactions with the computer.

Note:

MEMORY_MAX_TARGET and MEMORY_TARGET cannot be used

when LOCK_SGA is enabled or with huge pages on Linux

3.3Disk Space Requirements

The following are the disk space requirements for installing Oracle Database 11g Release 1:

■Between 150 and 200 MB of disk space in the /tmp directory

To determine the amount of disk space available in the /tmp directory, enter the following command:

# df -k /tmp

If there is less than 400 MB of free disk space available in the /tmp directory, then complete one of the following steps:

■Delete unnecessary files from the /tmp directory to meet the disk space requirement.

■Set the TMP and TMPDIR environment variables when setting the oracle user’s environment (described later).

Extend the file system that contains the /tmp directory. If necessary, contact the system administrator for information about extending file

systems.■To determine the amount of free disk space on the system, enter the following command:

# df -k

■Between 3.5 GB and 5 GB of disk space for the Oracle software, depending on the installation type. The following table describes the disk space

requirements for software files for each installation type:

■The following table describes the disk space requirements for each installation type:

Note:This command displays the processor type. Verify that the

processor architecture matches the Oracle software release that you

want to install. If you do not see the expected output, then you cannot

install the software on this system.

Installation Type

Requirement for Software Files (GB)Enterprise Edition

4.35Standard Edition

3.73Custom (maximum)

4.54

Installation Type

Disk Space for Data Files (GB)Enterprise Edition

1.68Standard Edition

1.48Custom (maximum)

2.14

Additional disk space, either on a file system or in an Automatic Storage Management disk group, is required for the flash recovery area if you choose to configure automated backups.

4Checking the Software Requirements

Depending on the products that you intend to install, verify that the following software are installed on the system.

Operating System Requirements ■

Kernel Requirements ■

Package Requirements ■

Compiler Requirements ■Additional Software Requirements

4.1Operating System Requirements

The following are the operating sytem requirements for Oracle Database 11g Release 1:

Asianux 2.0■

Asianux 3.0■

Oracle Enterprise Linux 4.0■

Oracle Enterprise Linux 5.0■

Red Hat Enterprise Linux 4.0■

Red Hat Enterprise Linux 5.0■SUSE Linux Enterprise Server 10.0

To determine the distribution and version of Linux installed, enter the following command:

# cat /proc/version

4.2Kernel Requirements

The following are the Kernel requirements for Oracle Database 11g Release 1:■For Asianux 2.0, Oracle Enterprise Linux 4.0, and Red Hat Enterprise Linux 4.0:

2.6.9

■For Asianux 3.0, Oracle Enterprise Linux 5.0, and Red Hat Enterprise Linux 5.0:

2.6.18

For SUSE Linux Enterprise Server 10:

2.6.16.21Note:Only the distributions and versions listed in the earlier list are

supported. Do not install the software on other versions of Linux.

To determine whether the required kernel is installed, enter the following command:

# uname -r

The following is a sample output displayed by running this command on a Red Hat Enterprise Linux 4.0 system:

2.6.9-55.0.0.0.2.EL

In this example, the output shows the kernel version (2.6.9) and errata level (55.0.0.0.2.EL ) on the system.

If the kernel version does not meet the requirement specified earlier in this section, then contact the operating system vendor for information about obtaining and installing kernel updates.

4.3Package Requirements

The following are the list of packages required for Oracle Database 11g Release 1:

■The following or later version of packages for Asianux 2.0, Oracle Enterprise Linux 4.0, and Red Hat Enterprise Linux 4.0 should be installed:

binutils-2.15.92.0.2

compat-libstdc++-33-3.2.3

compat-libstdc++-33-3.2.3 (32 bit)

elfutils-libelf-0.97

elfutils-libelf-devel-0.97

gcc-3.4.5

gcc-c++-3.4.5

glibc-2.3.4-2.19

glibc-2.3.4-2.19 (32 bit)

glibc-common-2.3.4

glibc-devel-2.3.4

glibc-devel-2.3.4 (32-bit)

libaio-0.3.105

libaio-0.3.105 (32 bit)

libaio-devel-0.3.105

libgcc-3.4.5

libgcc-3.4.5 (32-bit)

libstdc++-3.4.5

libstdc++-3.4.5 (32 bit)

libstdc++-devel 3.4.5

make-3.80

sysstat-5.0.5

■The following or later version of packages for Asianux 3.0, Oracle Enterprise Linux 5.0, and Red Hat Enterprise Linux 5.0 should be installed:

binutils-2.17.50.0.6

compat-libstdc++-33-3.2.3

Note:Oracle recommends that you install the Linux operating

system with the default software packages (RPMs); do not customize

the RPMs during installation. This installation includes most required

packages, and will help you to limit manual checks of package

dependencies.

compat-libstdc++-33-3.2.3 (32 bit)

elfutils-libelf-0.125

elfutils-libelf-devel-0.125

gcc-4.1.1

gcc-c++-4.1.1

glibc-2.5-12

glibc-2.5-12 (32 bit)

glibc-common-2.5

glibc-devel-2.5

glibc-devel-2.5-12 (32 bit)

libaio-0.3.106

libaio-0.3.106 (32 bit)

libaio-devel-0.3.106

libgcc-4.1.1

libgcc-4.1.1 (32 bit)

libstdc++-4.1.1

libstdc++-4.1.1 (32 bit)

libstdc++-devel 4.1.1

make-3.81

sysstat-7.0.0

■The following or later version of packages for SUSE Linux Enterprise Server 10 should be installed:

binutils-2.16.91.0.5

compat-libstdc++-5.0.7-22.2

gcc-4.1.0

gcc-c++-4.1.0

glibc-2.4-31.2

glibc-32bit-2.4-31.2 (32 bit)

glibc-devel-2.4

glibc-devel-32bit-2.4 (32 bit)

libaio-0.3.104

libaio-32bit-0.3.104 (32 bit)

libaio-devel-0.3.104

libelf-0.8.5

libgcc-4.1.0

libstdc++-4.1.0

libstdc++-devel-4.1.0

make-3.80

sysstat-6.0.2

To determine whether the required packages are installed, enter command similar to the following:

# rpm -q package_name

If a package is not installed, then install it from the Linux distribution media or download the required package version from the Linux vendor’s Web site.

Note:If you did not perform a default Linux installation, you intend

to use LDAP , and you want to use the scripts odisrvreg , oidca , or

schemasync , then install the Korn shell RPM for your Linux

distribution

4.4Compiler Requirements

The following are the compiler requirements for Pro*C/C++ , Oracle Call Interface, Oracle C++ Call Interface, and Oracle XML Developer’s Kit (XDK) with Oracle Database 11g Release 1:

Intel C++ Compiler 9.1 or later and the version of GNU C and C++ compilers listed under the "Package Requirements" on page7 are supported with these products.

Note:Intel Compiler v9.1 can be used only with gcc 3.4.5 or gcc 4.0

or gcc 4.1 standard template libraries to build Oracle C++ Call

Interface (OCCI) applications.

Oracle XML Developer's Kit is supported with the same compilers as

OCCI.

4.5Additional Software Requirements

Depending on the components you want to use, you must ensure that the following software are installed:

■Oracle ODBC Drivers

■Oracle JDBC/OCI Drivers

■Oracle Messaging Gateway

■Browser Requirements

4.5.1Oracle ODBC Drivers

If you intend to use ODBC, then you should install the most recent ODBC Driver Manager for Linux. You can download and install the Driver Manager from the following URL:

https://www.360docs.net/doc/c37611691.html,

Linux RPMs are available on the site.

You do not require ODBC Driver Manager to install Oracle Database.

To use ODBC, you must also install the following additional 32-bit ODBC RPMs, depending on your operating system.

Asianux 2, Enterprise Linux 4, and Red Hat Enterprise Linux 4:

unixODBC-2.2.11 (32 bit) or later

unixODBC-devel-2.2.11 (32 bit) or later

Asianux 3, Enterprise Linux 5, and Red Hat Enterprise Linux 5:

unixODBC-2.2.11 (32 bit) or later

unixODBC-devel-2.2.11 (32 bit) or later

SUSE 10:

unixODBC-32bit-2.2.11 (32 bit) or later

unixODBC-devel-32bit-2.2.11 (32 bit) or later

4.5.2Oracle JDBC/OCI Drivers

You can use Sun JDK 1.5.0-06 with the JNDI extension JDK versions with the Oracle Java Database Connectivity and Oracle Call Interface drivers. However, these are not mandatory for the installation

4.5.3Oracle Messaging Gateway

Oracle Messaging Gateway supports the integration of Oracle Streams Advanced Queuing (AQ) with the following software:

■IBM WebSphere MQ V6.0, client and server, with corrective service diskette

5 (CSD05) or later:

MQSeriesClient

MQSeriesServer

MQSeriesRuntime

■TIBCO Rendezvous 7.3

If you require a CSD for WebSphere MQ, then refer to the following Web site for download and installation information:

https://www.360docs.net/doc/c37611691.html,/software/integration/wmq/support

4.5.4Browser Requirements

Web browsers must support Java Script and the HTML 4.0 and CSS 1.0 standards. The following Web browsers are supported for Oracle Enterprise Manager Database Control:

■Netscape Navigator 7.2

■Netscape Navigator 8.1

■Mozilla version 1.7

■Microsoft Internet Explorer 6.0 SP2

■Microsoft Internet Explorer 7.0

■Firefox 1.0.4

■Firefox 1.5

■Firefox 2.0

5Creating Required Operating System Groups and Users The following local operating system groups and users are required if you are installing Oracle Database:

■The Oracle Inventory group (oinstall)

■The OSDBA group (dba)

■The Oracle software owner (oracle)

■An unprivileged user (nobody)

To determine whether these groups and users already exist, and if necessary, to create them, follow these steps:

1.To determine whether the oinstall group exists, enter the following

command:

# more /etc/oraInst.loc

If the output of this command shows the oinstall group name, then the group already exists.

If the oraInst.loc file exists, then the output from this command is similar to the following:

inventory_loc=/u01/app/oraInventory

inst_group=oinstall

The inst_group parameter shows the name of the Oracle Inventory group, oinstall.

2.To determine whether the dba group exists, enter the following command:

# grep dba /etc/group

If the output from this commands shows the dba group name, then the

group already exists.

3.If necessary, enter the following commands to create the oinstall and dba

groups:

# /usr/sbin/groupadd oinstall

# /usr/sbin/groupadd dba

4.To determine whether the oracle user exists and belongs to the correct

groups, enter the following command:

# id oracle

If the oracle user exists, then this command displays information about the groups to which the user belongs. The output should be similar to the

following, indicating that oinstall is the primary group and dba is a

secondary group:

uid=440(oracle) gid=200(oinstall) groups=201(dba),202(oper)

5.If necessary, complete one of the following actions:

■If the oracle user exists, but its primary group is not oinstall or it is not a member of the dba group, then enter the following command:

# /usr/sbin/usermod -g oinstall -G dba oracle

■If the oracle user does not exist, enter the following command to create it:

# /usr/sbin/useradd -g oinstall -G dba oracle

This command creates the oracle user and specifies oinstall as the

primary group and dba as the secondary group.

6.Enter the following command to set the password of the oracle user:

# passwd oracle

7.To determine whether the nobody user exists, enter the following command:

# id nobody

If this command displays information about the nobody user, then you do not have to create the user.

If the nobody user does not exist, then enter the following command to create it:

# /usr/sbin/useradd nobody

6Configuring Kernel Parameters

Verify that the kernel parameters shown in the following table are set to values greater than or equal to the minimum value shown. The procedure following the table describes how to verify and set the values.

To view the current value specified for these kernel parameters, and to change them if necessary:

1.Enter commands similar to the following to view the current values of the

kernel parameters:

Parameter

Value File semmsl

semmns

semopm

semmni

25032000100128/proc/sys/kernel/sem shmall

2097152/proc/sys/kernel/shmall shmmax Minimum of the following values:

■Half the size of the physical memory

■4GB - 1 byte

/proc/sys/kernel/shmmax shmmni 4096/proc/sys/kernel/shmmni

file-max 512 * PROCESSES /proc/sys/fs/file-max

ip_local_port_range Minimum: 1024Maximum: 65000/proc/sys/net/ipv4/ip_

local_port_range

rmem_default 262144/proc/sys/net/core/rmem_default

rmem_max 4194304/proc/sys/net/core/rmem_max

wmem_default 262144/proc/sys/net/core/wmem_default

wmem_max 262144

/proc/sys/net/core/wmem_max Note:If the current value of any parameter is higher than the value

listed in this table, then do not change the value of that parameter.

2.If the value of any kernel parameter is different from the recommended

value, then complete the following steps:

■Using any text editor, create or edit the /etc/sysctl.conf file, and add or edit lines similar to the following:

fs.file-max = 512 * PROCESSES

kernel.shmall = 2097152

kernel.shmmax = 2147483648

kernel.shmmni = 4096

kernel.sem = 250 32000 100 128

net.ipv4.ip_local_port_range = 1024 65000

net.core.rmem_default = 262144

net.core.rmem_max = 4194304

net.core.wmem_default = 262144

net.core.wmem_max = 262144

By specifying the values in the /etc/sysctl.conf file, they persist

when you restart the system.

Note:Make a note of the current values and identify any values that

you must change.

Parameter

Command semmsl, semmns, semopm, and semmni

# /sbin/sysctl -a | grep sem This command displays the value of the semaphore parameters in the order listed.shmall, shmmax, and shmmni

# /sbin/sysctl -a | grep shm file-max

# /sbin/sysctl -a | grep file-max ip_local_port_range

# /sbin/sysctl -a | grep ip_local_port_range rmem_default

# /sbin/sysctl -a | grep rmem_default rmem_max

# /sbin/sysctl -a | grep rmem_max wmem_default

# /sbin/sysctl -a | grep wmem_default wmem_max

# /sbin/sysctl -a | grep wmem_max Note:Include lines only for the kernel parameter values that you want to change. For the semaphore parameters (kernel.sem ), you must

specify all four values. However, if any of the current values are larger

than the minimum value, then specify the larger value.

Note:

The minimum value required for shmmax is 0.5 GB. However,

Oracle recommends that you set the value of shmmax to 2.0 GB for

optimum performance of the system.

■Enter the following command to change the current values of the kernel parameters:

# /sbin/sysctl -p

Review the output from this command to verify that the values are

correct. If the values are incorrect, edit the /etc/sysctl.conf file, then

enter this command again.

Setting Shell Limits for the oracle User

To improve the performance of the software, you must increase the following shell limits for the oracle user:

To increase the shell limits:

1.Add the following lines in the /etc/security/limits.conf file:

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

2.Add the following line to the /etc/pam.d/login file, if it does not already

exist:

session required /lib/security/pam_limits.so

session required pam_limits.so

3.Depending on the oracle user's default shell, make the following changes

to the default shell startup file:

■For the Bourne, Bash, or Korn shell, add the following lines in the /etc/profile file (or the /etc/profile.local file on SUSE Linux

Enterprise Server systems):

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

fi

■For the C shell, add the following lines in the /etc/csh.login file (or the /etc/csh.login.local file on SUSE Linux Enterprise Server

systems):

if ( $USER == "oracle" ) then

limit maxproc 16384

limit descriptors 65536

endif

Shell Limit

Item in limits.conf Hard Limit Maximum number of open file descriptors

nofile 65536Maximum number of processes available to a single user nproc 16384

7Creating Required Directories

Create directories with names similar to the following, and specify the correct owner, group, and permissions for them:

■The Oracle base directory

■An optional Oracle data file directory

The Oracle base directory must have 3 GB of free disk space, or 4 GB of free disk space if you choose not to create a separate Oracle data file directory.

Note:If you do not want to create a separate Oracle data file

directory, then you can install the data files in a subdirectory of the

Oracle base directory. However, this is not recommended for

production databases.

To create the Oracle base directory:

1.Enter the following command to display information about all mounted file

systems:

# df -k

This command displays information about all the file systems mounted on the system, including:

■The physical device name

■The total amount, used amount, and available amount of disk space

■The mount point directory for that file system

2.From the display, identify either one or two file systems that meet the disk

space requirements mentioned earlier in this section.

3.Note the name of the mount point directory for each file system that you

identified.

4.Enter commands similar to the following to create the recommended

subdirectories in the mount point directory that you identified and set the appropriate owner, group, and permissions on them:

# mkdir -p /mount_point/app/

# chown -R oracle:oinstall /mount_point/app/

# chmod -R 775 /mount_point/app/

For example:

# mkdir -p /u01/app/

# chown -R oracle:oinstall /u01/app/

# chmod -R 775 /u01/app/

8Configuring the oracle User’s Environment

You run Oracle Universal Installer from the oracle account. However, before you start Oracle Universal Installer, you must configure the environment of the oracle user. To configure the environment, you must:

■Set the default file mode creation mask (umask) to 022 in the shell startup file.

■Set the DISPLAY environment variable.

To set the oracle user’s environment:

1.Start a new terminal session, for example, an X terminal (xterm).

2.Enter the following command to ensure that X Window applications can

display on this system:

$ xhost fully_qualified_remote_host_name

For example:

$ xhost https://www.360docs.net/doc/c37611691.html,

https://www.360docs.net/doc/c37611691.html,plete one of the following steps:

■If the terminal session is not connected to the system where you want to install the software, then log in to that system as the oracle user.

■If the terminal session is connected to the system where you want to install the software, then switch user to oracle:

$ su - oracle

4.To determine the default shell for the oracle user, enter the following

command:

$ echo $SHELL

5.Open the oracle user’s shell startup file in any text editor:

■Bash shell (bash) on SUSE Linux Enterprise Server:

$ vi .profile

■Bourne shell (sh), Bash shell on Red Hat (bash), or Korn shell (ksh): $ vi .bash_profile

■ C shell (csh or tcsh):

% vi .login

6.Enter or edit the following line in the shell startup file, specifying a value of

022 for the default file mode creation mask:

umask 022

7.If the ORACLE_SID, ORACLE_HOME, or ORACLE_BASE environment variable

is set in the file, then remove the corresponding lines from the file.

8.Save the file, and exit from the editor.

9.To run the shell startup script, enter the following command:

■Bash shell on Red Hat:

$ . ./.bash_profile

■Bourne shell, Bash shell on SUSE Linux Enterprise Server, or Korn shell: $ . ./.profile

■ C shell:

% source ./.login

10.If you are not installing the software on the local system, then enter a

command similar to the following to direct X applications to display on the local system:

■Bourne, Bash, or Korn shell:

$ DISPLAY=local_host:0.0 ; export DISPLAY

■ C shell:

% setenv DISPLAY local_host:0.0

In this example, local_host is the host name or IP address of the system that you want to use to display Oracle Universal Installer (your workstation or PC).

11.If you determined that the /tmp directory had insufficient free disk space

when checking the hardware requirements, then identify a file system with the required amount of free space and set the TMP and TMPDIR environment variables as follows:

https://www.360docs.net/doc/c37611691.html,e the df -k command to identify a suitable file system with sufficient

free space.

b.If necessary, enter commands similar to the following to create a

temporary directory on the file system that you identified, and set the

appropriate permissions on the directory:

# sudo mkdir /mount_point/tmp

# sudo chmod a+wr /mount_point/tmp

# exit

c.Enter commands similar to the following to set the TMP and TMPDIR

environment variables:

Bourne, Bash, or Korn shell:

$ TMP=/mount_point/tmp

$ TMPDIR=/mount_point/tmp

$ export TMP TMPDIR

C shell:

% setenv TMP /mount_point/tmp

% setenv TMPDIR /mount_point/tmp

12.Enter commands similar to the following to set the ORACLE_BASE and

ORACLE_SID environment variables:

■Bourne, Bash, or Korn shell:

$ ORACLE_BASE=/u01/app/oracle

$ ORACLE_SID=sales

$ export ORACLE_BASE ORACLE_SID

■ C shell:

% setenv ORACLE_BASE /u01/app/oracle

% setenv ORACLE_SID sales

In these examples, /u01/app/oracle is the Oracle base directory that you created or identified earlier and sales is the name that you want to call the database (typically no more than five characters).

13.Enter the following commands to ensure that the ORACLE_HOME and TNS_

ADMIN environment variables are not set:

Bourne, Bash, or Korn shell:

$ unset ORACLE_HOME

$ unset TNS_ADMIN

C shell:

% unsetenv ORACLE_HOME

% unsetenv TNS_ADMIN

14.To verify that the environment has been set correctly, enter the following

commands:

$ umask

$ env | more

Verify that the umask command displays a value of 22, 022, or 0022 and the environment variables that you set in this section have the correct values. 9Mounting the Product Disc

On most Linux systems, the product disc mounts automatically when you insert it into the drive. If the disc does not mount automatically, then follow these steps to mount it:

1.Enter a command similar to the following to eject the currently mounted

disc, then remove it from the drive:

■Asianux, Oracle Enterprise Linux, and Red Hat Enterprise Linux: $ sudo eject /mnt/dvd

■SUSE Linux Enterprise Server:

# eject /media/dvd

In these examples, /mnt/dvd and /media/dvd are the mount point

directories for the disc drive.

2.Insert the DVD into the disc drive.

3.To verify that the disc mounted automatically, enter a command similar to

the following:

■Asianux, Oracle Enterprise Linux, and Red Hat Enterprise Linux: # ls /mnt/dvd

■SUSE Linux Enterprise Server:

# ls /media/dvd

4.If this command fails to display the contents of the disc, then enter a

command similar to the following:

■Asianux, Oracle Enterprise Linux, and Red Hat Enterprise Linux: # mount -t iso9660 /dev/dvd /mnt/dvd

■SUSE Linux Enterprise Server:

# mount -t iso9660 /dev/dvd /media/dvd

In these examples, /mnt/dvd and /media/dvd are the mount point

directories for the disc drive.

10Installing Oracle Database

After configuring the oracle user’s environment, start Oracle Universal Installer and install Oracle Database as follows:

1.To start Oracle Universal Installer, enter the following command:

$ /mount_point/db/runInstaller

If Oracle Universal Installer does not start, then refer to Oracle Database

Installation Guide for Linux for information about how to troubleshoot X

Window display problems.

2.The following table describes the recommended action for each Oracle

Universal Installer screen. Use the following guidelines to complete the

installation:

■If you need more assistance, or if you want to choose an option that is not a default, then click Help for additional information.

■If you encounter errors while installing or linking the software, then refer to Oracle Database Installation Guide for Linux for information about

troubleshooting.

Note:If you have completed the tasks listed previously, then you can

complete the installation by choosing the default values on most

screens.

Screen Recommended Action

Select a Product to Install This screen enables you to install any one for the following prod-

ucts:

■Oracle Database 11g

■Oracle Client

■Oracle Clusterware

Click Next.

Select Installation Method The Basic Installation option is selected by default.

Specify the directory path of the Oracle home. Ensure that the

oinstall group is selected. If you want to create a starter data-

base, then specify a name and password for it. Then, click Next.

11Installing Oracle Database Examples

If you plan to use the following products or features, then download and install the products from the Oracle Database Examples media:

Oracle JDBC Development Drivers ■

Oracle Database Examples ■

Oracle Context Companion ■Various Oracle product demonstrations

For information about installing software and various Oracle product

demonstrations from the Oracle Database Examples media, refer to Oracle Database Examples Installation Guide .

Specify Inventory Directory and Credentials This screen is displayed only during the first installation of Oracle products on a system.

Specify the full path of the Oracle Inventory directory. Ensure that the operating system group selected is oinstall . Then, click Next .

Product-Specific Prerequisite Checks Verify that all of the prerequisite checks succeed, and then click Next .

Oracle Universal Installer checks the system to verify that it is con-figured correctly to run Oracle software. If you have completed all of the preinstallation steps in this guide, all of the checks should pass.

If a check fails, then review the cause of the failure listed for that check on the screen. If possible, rectify the problem and rerun the check. Alternatively, if you are satisfied that your system meets the requirements, then you can select the check box for the failed check to manually verify the requirement.

Oracle Configuration Man-ager Enter the Customer Identification Number, Metalink User Name, Country code, and Click Next . The new screen prompts you to accept the license agreement. Click Accept license Agreement to accept the agreement.

If you decline this agreement, then Oracle Configuration Manager is installed but not configured.

Summary

Review the information displayed on this screen, and then click Install .Install

This screen displays status information while the product is installed.Configuration Assistants This screen displays status information for the configuration assis-tants that configure the software and create a database. When the message is displayed at the end of this process, click OK to con-tinue.

Execute Configuration Scripts When prompted, read the instructions and then run the scripts mentioned on this screen. Click OK to continue.

End of Installation

The configuration assistants configure several Web-based applica-tions, including Oracle Enterprise Manager Database Control. This screen displays the URLs configured for these applications. Make a note of the URLs used. The port numbers used in these URLs are also recorded in the following file:oracle_home /install/portlist.ini

To exit from Oracle Universal Installer, click Exit and then click Yes .

Screen

Recommended Action

建筑工程模板工程施工技术

建筑工程模板工程施工技术 摘要:模板技术在建筑施工得到了广泛的推广和应用。在进行模板建筑时,要 依据建筑施工的实际情况,选择适当的模板体系,才能保证工程的质量和施工的 安全,使建筑工程的经济效益和社会效益最大化。本文首先介绍建筑工程模板工 程施工的要求,再对模板工程的施工技术要点进行简要的探究。 关键词:建筑工程;模板工程;施工技术 前言 模板施工是混凝土成型施工必不可少的环节之一,其施工目的是保证工程结 构及构件的形状及尺寸,并确保相对位置的准确性,因此要求模板首先必须具有 足够的强度及刚度,同时还要有足够的稳定性且便于安装和拆除。建筑工程模板 施工要求较多,而且比较复杂,因此要对模板施工工作引起高度的重视。 1.工程概况 某高层建筑,总建筑面积为14344M2,场地类型为三类土,建筑物框架抗震 等级为二级,剪力墙抗震等级为一级,建筑结构安全为二级。地上共七层,建筑 总高为35.00m,场地平整开阔。工程七层屋面梁(标高为28.80 米)处,①、 ⑧轴线外各有一超大雨棚,具体为:轴外雨棚大小尺寸为3200×30400mm。雨棚 由悬臂板和悬臂梁组成。悬臂梁尺寸为350×700,檐口梁为200×700,板厚100, C30 砼。 2.建筑工程模板工程施工技术要点 2.1模式工程施工基本技术要求 在建筑工程施工中,必须保证混凝土结构的工程质量以及施工安全,为了降 低工程的成本,以及缩短施工进度,在模板工程施工中,必须满足四点技术要求(1)模板施工中必须充分保障混凝土的结构以及其他构件的尺寸和位置, 也就是说模板的位置尺寸必须满足图纸设计要求; (2)模板必须具备一定强度和稳定度,能够承受混凝土的重量以及侧向的 压力,而且在施工过程中,避免模板所承受的压力处于极限状态之下; (3)模板的构造尽可能简单,便于装拆,并符合混凝土浇筑和养护等要求; (4)模板的连接必须紧密,在接缝处必须采取加密措施,如果出现接缝不 严密,必须及时采取措施,保证接缝处不出现漏浆等现象。 2.2模板配置技术 模板的配置必须根据图纸的尺寸,对于结构形体相对简单的构件,其模板配 可直接根据施工图纸来配置。对于模板、横档及楞木的断面以及它们之间的间距、支撑系统的配置,可查表或者按规范进行选择。而对于结构比较复杂的构件,比 如楼梯等,配置模板通常采取放大洋的方法。所谓放大样,指的是根据结构图纸,在地面上画出结构构件的实体形状,然后测量出各个部分模板的准确尺寸,然后 制定模板。 2.3模板施工技术 一般而言,建筑工程模板施工工序为:垫层模板→基础梁模板→构造柱模板 →柱模板一墙板模板→圈梁模板→梁模板→楼板模板→楼梯模板。 2.3.1垫层模板 对于垫层模板而言,其基础的高度不高,但是体积很大,安装模板前必须准 确核实基础的中心线以及标高,事先弹出轴线和四周边线,根据边线尺寸将侧面 模板对准,并且在校正模板垂直度以及标高之后,用支撑将模板固定,用以维持

建筑工程模板安装专项施工方案2016版

目录 一、编制依据............................................................. 错误!未定义书签。 二、工程概况............................................................. 错误!未定义书签。 三、施工部署............................................................. 错误!未定义书签。 四、施工准备............................................................. 错误!未定义书签。 五、进度计划............................................................. 错误!未定义书签。 六、施工工艺............................................................. 错误!未定义书签。 七、质量标准............................................................. 错误!未定义书签。 八、成品保护............................................................. 错误!未定义书签。 九、应注意的质量问题 ............................................ 错误!未定义书签。 十、安全注意事项 .................................................... 错误!未定义书签。十一、附图 ............................................................... 错误!未定义书签。

建筑安装工程承包合同(2)模板

建筑安装工程承包合同(2) 合同编号 发包方: 承包方: 根据《中华人民共和国经济合同法》和《建筑安装工程承包合同条例》及有关规定,结合本工程的具体情况,经双方协商一致,签订本合同,以资共同遵守。 第一条工程概况 1?工程名称: .工程地点: ?工程计划批准单位及文号: .工程范围和内容:全部工程建筑面积平方米。(各单项工程详见工程项目一览表) 第二条工程期限

2.本工程开工日期 日。 3 ?如遇下列情况,经发包方现场监理工程师或工程师代表签证后,工期作相 应顺延,并用书面形式确定顺延期限。 道路、施工用水,或电源未按规定接通,影响承包方进场施工者。 (2) 明确由发包方负责供应的材料、设备、成品或半成品等未能按双方认定 的时间进场,或进场的材料、设备、成品或半成品等向承包方交验时发现有缺陷, 需要修配、改、代、换而耽误施工进度者。 (3) 不属包干系数范围内的重大设计变更;提供的工程地质资料不准,使基 础超深;施工方法与设计规定不符而增加工程量影响进度者。 (4) 在施工中因停水、停电连续影响8小时以上者。 (5) 发包方现场监理工程师或工程师代表无故拖延办理签证手续而影响下一 工序施工者。 1.本工程合同总工期为 天(日历天从开工之日算起)。 日,竣工日期 (1) 发包方在合同规定开工日期前 天,不能交承包方施工场地、进场

(6)未按合同规定拨付预付款、工程进度款、代购材料价差款而影响施工进度者。 (7)因遇人力不可抗拒的自然灾害(如台风、水灾、自然原因发生的火灾、地震等)而影响工程进度者。 第三条工程合同总价 1 .本工程合同总价为人民币丿元0 2 .如遇下列情况,合同总价作相应调整: (1)合同总价内经双方确认的暂估价变化; (2)在合同工期内政策性调整所发生的材料差价、工资、费率及其它费用的变化; (3)重大设计发生变更; (4)基础超过设计深度; (5)在施工中新增加了工程项目; (6)其它。

建筑工程施工模板工程

建筑工程施工模板工程 承包合同 甲方: 乙方: 遵照《中华人民共和国建筑法》、《中华人民共和国合同法》和《中华人民共和国建筑安装工程承包合同条例》有关规定,结合本工程项目实际情况,明确甲、乙双方责任与权力、义务,确保工程安全、质量进度、文明施工等达到现行规范标准要求,经双方友好协商,拟定以下合同条款,在完全自愿和理解本合同条款的情况下,双方签订本合同及《安全生产责任书》,并共同遵守履约。 一、工程名称: 二、工程地点: 三、承包方式:模板包工含辅料及工具,不包料 四、承包内容 1、施工图纸上及《会议纪要》上木模板施工项目,设计院所有图纸修改项目。 2、柱、梁拉结筋、木模钻孔,装修时窗压顶、构造柱、飘窗板、门窗过梁、卫生间、厨房的反梁等零星模板项目。 3、负责建筑物放样、框承台柱位、钉龙门架、弹线工作。 4、模板安装、守护、拆除。

5、拆除模时掉落的碎木、渣料等杂物的清理。 6、模板的清理,刷脱模剂,施工现场内材料转运及多次转运。 7、施工须用的钉子、铁丝、板接缝处用的粘胶带及双面胶。 8、楼层放样施工员负责两条主轴线(十字线),余下的细样放线由包工班组负责。 9、与相关班组的协调配合工作。 10、不同标号砼分段浇筑的隔离处理,包括后浇带钢丝网架支护。 11、楼层模板组工作产生的建渣清理。 12、电焊定位桩,布料机承重加固。 13、成型后砼模板接缝高差、接缝漏浆的清理打磨,超出规范要求的成品砼凿打以及拉杆套管凸出墙面部份清除。 14、地下室内外墙螺栓切割、后浇带砼渣清理及二次安装后浇带模板。 15、地下室模板拆模后要运到地面,主体结构模板封顶后材料退回地面。 五、人员管理 1、乙方人员由乙方负责管理教育,并配备专人管理(治安消防管理人员名单上报项目部质安办公室),甲方有权监督检查所有进场施工人员,乙方不得擅自抽调人员离开工作岗位。乙方服从项目部的统一指挥、安排,做到安全文明施工,严格遵守项目部的各项规章制度,如因人为及工程质量、安全等方面因素受到有关部门处罚、媒体报道,对公司形象造成负面影响的,乙方将负责挽回影响及赔偿经济损失。 2、本工程在施工阶段乙方人员必须保证能满足工程进度需要,在30 人以上,管理人员在 2 以上,必须设一人专门负责安全生产、文明施工管

建筑工程模板安装合同范例

建筑工程模板安装合同范例 各省、自治区住房城乡建设厅、工商行政管理局,直辖市建委(建交委)、工商行政管理局,新疆生产建设兵团建设局,国务院有关部门建设司,有关中央企业:为规范建筑市场秩序,维护建设工程施工合同当事人的合法权益,住房城乡建设部、工商总局对《建设工程施工合同(示范文本)》。 热门城市:汉中律师佛山律师开封律师丹东律师信阳律师亳州律师广安律师聊城律师巴彦淖尔律师 模板安装工程施工合同中包含了工程概况、承包方式、承包单价及承包内容、施工工期,工程质量等级及评定等信息,规范了双方的权利和义务促进工程安全生产,文明施工。是施工中的必要合同,下面是小编整理的一份建筑工程模板安装合同范例。 建筑工程模板安装合同范例 合同编号:春城项第号

发包方:(以下简称甲方) 承包方:(以下简称乙方) 甲方承建的“ ”工程的施工项目,今由乙方承包负责该项目的所有模板安装工程施工。为了明确甲、乙双方的职责与义务,确保工程按期按质完成施工,经双方友好协商,达成如下协议,望共同遵守。 第一条:工程概况 1、工程名称: 工程地点: 第二条:承包方式 本工程模板制作安装工程的承包方式为:包工包机械包料。即由乙方提供安装一切材料,包括模板、骨料、支撑及辅助材料等;提供一切施工机具,并负责模板工程的制作、安装、拆除、清理全过程的工作。负责钢筋预留孔洞(含拉结筋植筋,植筋经有资质单位检测合格)的钻洞。 第三条:承包单价及承包内容 一、承包单价

1、乙方所承包的施工内容,按模板与混凝土的接触面积计算,模板安装及钢管支撑包工包料的单价为元/m2;工程量以施工图纸(包括设计变更、增减项目)作为计算基准;该单价为质量达到优良的价格。 2、该单价为一次性包干价,乙方不得以任何理由或借口,要求增加其它费用。 二、承包内容 1、乙方的承包范围:的所有模板施工项目。还包括线条、栏板、压顶、过梁、构造柱、水箱、化粪池、室外围墙、花池、踏步台阶及设计变更增加的构件等零星构件的模板安装工程。 2、乙方承包单价内容包括:负责模板工程的加工制作安装等全过程施工工作;所有材料垂直和水平人工搬运费、垂直和水平运输的机械、模板制作的施工机械及辅助材料由乙方自行提供,费用自理。 3、乙方承包单价内容包括:负责钢筋预留孔洞(含拉结筋)的钻洞,若乙方不预留孔洞,由此增加的植筋人工费、植筋所用的胶水费、植筋的拉拨试验费等三项费用的一半由乙方负责,该费用在工程结算时一次性扣除。 4、乙方承包单价内容包括:模板制作安装所用的辅助材料,包括螺栓、螺帽、垫片、PVC套管及塑料垫片、铁钉、蝴蝶卡、

建筑工程模板施工方案及其计算

建筑工程模板施工方案及其计算 山东省烟台市牟平区房产管理处,于红雁,264100 【摘要】:模板工程是建筑工程的重要环节,对于保证建筑工程结构的稳定性具有重要的意义,因此,分析和研究建筑工程模板施工及其力学计算具有非常实际的作用。本文主要从三个方面对课题展开了分析,首先分析了建筑工程各类模板工程施工,对梁模板、柱模板、楼板模板以及强模板四种类型施工及其要求分别进行了探讨,随后对混凝土浇筑及模板拆除两个环节进行了细致的讨论,最后对模板工程的三个参量进行了力学计算。整体内容结构性较强,对于实际模板工程具有一定的参考。 【关键词】:建筑工程,模板工程,力学计算,施工方案 中图分类号:TU97文献标识码:A文章编号: 1引言 随着社会发展的要求,建筑工程建设的速度和规模越来越大,如何通过有效的施工保证工程质量,对于社会发展具有重要的意义。无论建筑规模多小的工程,在建设过程中都是一个复杂的系统,包含了多个环节和步骤,而模板施工就是其中非常重要的组成部分。在建筑工程,特别是高层楼房式建筑工程中,模板对于保证结构的稳定性意义重大。当前建筑工程一般都是混凝土浇筑工程,建筑结构的成型就是依赖于模板完成的。在实际的工程建设中,模板工程本身就包含很多类型,例如梁模板工程、柱模板工程等,不同的模板工程类型无论是施工的步骤还是施工的要求也都不同。本文将对建筑工程中各种模板工程的施工步骤以及施工要求进行分析,同时对模板的受力计算问题展开讨论,通过文章的分析对实际的建筑模板工程带来参考。 2建筑工程各类模板工程施工 在实际的建筑工程中,模板工程根据施工的部位可以进行详细分类,在大型建筑工程中,模板工程包含梁模板、柱模板、楼板模板以及强模板四种,其施工流程以及施工要求如下分析。 2.1梁模板工程施工 梁结构是整体楼房结构的框架基础,其模板工程施工重要性很强。其施工流程一般较为固定,包括以下过程:抄平、弹线(轴线、水平线)→支撑架搭设→支柱头模板→铺设底模板→拉线找平→封侧模→预检。在施工过程中其轴线及标高的控制线非常严格,一般都是按照主控制线为标准进行施工。梁模板的支撑结构非常重要,一般采用扣件式满堂钢管脚手架进行支撑,立杆的纵横向间距按照施工要求进行控制,立杆须设置纵横双向扫地杆,扫地杆与楼地面根据两高进行控制。立杆全高范围内设置纵横双向水平杆,水平杆的步距(上下水平杆间距)一般不大于1500mm,立杆顶端必须设置纵横双向水平杆。在梁底小横杆和立杆交接处立杆加设保险扣。 2.2柱模板施工 相比其他结构模板,柱模板工程施工较为简单,其施工流程为:安装前检查模板安装→

建筑工程模板施工方案

x x房产x x住宅项目 二区工程 模 板 施 工 编制人: 审核人: 审批人: xx建筑工程有限公司 二O一三年四月

模板支撑施工方案 一、概述 本工程北1、2、3、4主楼为框架剪力墙结构;1# 2#4#主楼均为9层,地下一层;3#楼为6层。建筑总面积40568.68平米,其中地上27296.68平米,地下一层13212平米;建筑结构使用年限为50年,建筑耐火等级按一级设计,抗震设防烈度6度,地下室防水等级按底板2级,顶板1级设计,设计抗渗等级为P6;该项目设计±0.000标高为黄海高程145. 700。 二、结构施工分析 (一)承载受力体系 1、梁板荷传力线路:上部荷载→模板→木楞、钢楞→钢管排架→结构。 2、墙柱荷载传力线路混凝土侧压力→模板→钢管对拉螺栓 (二)支撑结构构件连接 1、九夹板与木楞采用铁钉固定 2、钢管之间、钢管与木楞之间采用模板工程中的各连接件连接。 (三)支撑满堂架搭设:架体搭设步距为1.6m,横距为1.00m,纵为1.5m,底下设扫地杆,扫地杆设置为隔一步设一道,梁底沿梁方向满设。斜撑沿房子短边方向3m~~5m设置一道。 (四)需要材料 1、楼板模板、梁、柱均采用九夹板; 2、支撑材料采用Ф48×3.5mm钢管,钢管无锈蚀、弯曲、压扁或裂纹等现象。钢管应有产品质量合格证及钢管材质检验报告。各杆件的联接采用扣件,扣件的种类有直角、对接和回旋三种。使用的扣件应有出厂合格证及材质检验报告,不得使用脆裂、变形或滑丝的扣件。扣件规格型号与钢筋相匹配。脚手架的各种杆件、扣件、与螺栓均需经过筛选、除锈、上油、保养。脚手管及扣件必须有出厂合格证及检验报告。铜管、扣件必须按批次、数量送检,经检验不合格的

建筑工程模板工程施工技术

建筑工程模板工程施工技术 发表时间:2015-12-21T11:21:53.353Z 来源:《基层建设》2015年13期供稿作者:陈新文 [导读] 新疆新伟建筑工程有限公司应根据建筑施工的实际情况,选择相对应的模板体系,以提高工作效率,保证模板工程的施工质量、安全。 陈新文 新疆新伟建筑工程有限公司 832000 摘要:模板技术在建筑施工得到了广泛的推广和应用。在进行模板建筑时,要依据建筑施工的实际情况,选择适当的模板体系,才能保证工程的质量和施工的安全,使建筑工程的经济效益和社会效益最大化。本文首先介绍建筑工程模板工程施工的要求,再对模板工程的施工技术要点进行简要的探究。 关键词:建筑工程;模板工程;施工技术 前言 模板施工是混凝土成型施工必不可少的环节之一,其施工目的是保证工程结构及构件的形状及尺寸,并确保相对位置的准确性,因此要求模板首先必须具有足够的强度及刚度,同时还要有足够的稳定性且便于安装和拆除。建筑工程模板施工要求较多,而且比较复杂,因此要对模板施工工作引起高度的重视。 1.工程概况 某高层建筑,总建筑面积为14344M2,场地类型为三类土,建筑物框架抗震等级为二级,剪力墙抗震等级为一级,建筑结构安全为二级。地上共七层,建筑总高为35.00m,场地平整开阔。工程七层屋面梁(标高为28.80 米)处,①、⑧轴线外各有一超大雨棚,具体为:轴外雨棚大小尺寸为3200×30400mm。雨棚由悬臂板和悬臂梁组成。悬臂梁尺寸为350×700,檐口梁为200×700,板厚100,C30 砼。 2.建筑工程模板工程施工技术要点 2.1模式工程施工基本技术要求 在建筑工程施工中,必须保证混凝土结构的工程质量以及施工安全,为了降低工程的成本,以及缩短施工进度,在模板工程施工中,必须满足四点技术要求 (1)模板施工中必须充分保障混凝土的结构以及其他构件的尺寸和位置,也就是说模板的位置尺寸必须满足图纸设计要求; (2)模板必须具备一定强度和稳定度,能够承受混凝土的重量以及侧向的压力,而且在施工过程中,避免模板所承受的压力处于极限状态之下; (3)模板的构造尽可能简单,便于装拆,并符合混凝土浇筑和养护等要求; (4)模板的连接必须紧密,在接缝处必须采取加密措施,如果出现接缝不严密,必须及时采取措施,保证接缝处不出现漏浆等现象。 2.2模板配置技术 模板的配置必须根据图纸的尺寸,对于结构形体相对简单的构件,其模板配可直接根据施工图纸来配置。对于模板、横档及楞木的断面以及它们之间的间距、支撑系统的配置,可查表或者按规范进行选择。而对于结构比较复杂的构件,比如楼梯等,配置模板通常采取放大洋的方法。所谓放大样,指的是根据结构图纸,在地面上画出结构构件的实体形状,然后测量出各个部分模板的准确尺寸,然后制定模板。 2.3模板施工技术 一般而言,建筑工程模板施工工序为:垫层模板→基础梁模板→构造柱模板→柱模板一墙板模板→圈梁模板→梁模板→楼板模板→楼梯模板。 2.3.1垫层模板 对于垫层模板而言,其基础的高度不高,但是体积很大,安装模板前必须准确核实基础的中心线以及标高,事先弹出轴线和四周边线,根据边线尺寸将侧面模板对准,并且在校正模板垂直度以及标高之后,用支撑将模板固定,用以维持模板的稳定度。 2.3.2基础梁模板 对于基础梁模板而言,基础梁底的土方经过压实后,采用砖砌胎模,并配置1:3 水泥砂浆,以利砼浇捣。一般而言,基础梁的跨度较大并且梁宽较小时,其外侧模板只需要拼装即可,但是必须要在垫层上弹出梁两侧边线,确保标高尺寸正确后,利用支撑稳固。 2.3.3构造柱模板 (1)外墙构造柱。根据图纸中构造柱尺寸加上砖马牙槎每边60mm制作好模板,按垂直高度每隔400~500间距在墙上穿φ12螺栓,将配好的模板安装在构造柱部位,其中一边下部留150~200cm清垃圾孔。模板帖墙处用海绵粘贴,以防漏浆。在螺栓上安放夹木与构造柱联接,用铅垂校直,拧紧螺栓。 (2)内墙构造柱。内墙构造柱支模方法与外墙基本相同,区别是螺栓改为楞木作箍,在构造柱两边砌砖时留的孔洞中穿过楞木,用楞木组成柱箍。其它按外墙构造柱施工方法进行施工。 2.3.4柱模板 在柱模板施工中,由于柱的尺寸较小,但是高度较高,所以在安装模板前,必须弹出交叉纵横线以及边线,由两边与柱断面长边一样的板,加两块柱断面短边尺寸的板,拼装成组合定型模板。钉柱模时两块板相互接触处应加海绵条,以防漏浆。柱模底部应开有清理模板内杂物的清除口,模板外面加设柱箍箍牢,柱箍间距45cm。柱模板安装时,先搭设好井字形钢管架,井字形钢管架横管与柱模外边必须预留空间,距离以50mm为宜。 2.3.5墙体模板 对墙体模板而言,一般采用两侧模板进行拼装。具体施工步骤如下:首先由基层中心线找出两侧墙体边线,然后将侧模对准找出的边线,并校正侧模板垂直度和标高无误后,用斜撑和支撑钉牢稳固,根据长、高尺寸确定间距加固穿心螺杆,搭设钢管夹板架,沿墙体两侧模板外留50mm 左右空隙。用锤球校正墙体模板垂直,用木楔上下塞紧,再用斜撑钉牢固固定,上口加设水平拉子固定.用钢管桁架夹紧

建设工程安装合同模板

合同编号: 建设工程安装合同 签订地点: 签订时间:年月日 发包人(以下简称甲方): 法定代表人(负责人): 住所: 承包人(以下简称乙方):

法定代表人(负责人): 住所: 资质等级: 依照《中华人民国合同法》、《中华人民国建筑法》及其他有关法律、法规,经双方协商一致,订立本合同。 1 定义 1.1 发包人:指具有工程发包主体资格和支付工程价款能力的当事人以及取得该当事人资格的合法继承人。 1.2 承包人:指被发包人接受的具有工程施工承包主体资格的当事人以及取得该当事人资格的合法继承人。 1.3 设计单位:指发包人委托的负责本工程设计并取得相应工程设计资质等级证书的单位。 1.4 工程师:指本工程监理单位委派的总监理工程师或发包人指定的履行本合同的代表。 1.5 项目经理:指承包人在指定的负责施工管理和合同履行的代表。 1.6 工程:指发包人承包人在合同中约定的承包围的工程。 1.7 合同价款:指发包人承包人在合同中约定,发包人用以支付承包人按照约定完成承包围全部工程并承担质量保修责任的款项。

1.8 工程期限:指发包人承包人按总日历天数(包括法定节假日)计算的承包天数。 1.9 开工日期:指在合同中约定的,承包人开始施工的绝对或相对的日期。 1.10 竣工日期:指在合同中约定,承包人完成承包围工程的绝对或相对的日期。 1.11 图纸:指由发包人提供或由承包人提供并经发包人批准,满足承包人施工需要的所有图纸(包括配套说明和有关资料)。 1.12 施工场地:指由发包人提供的用于工程施工的场所以及发包人在图纸中具体指定的供施工使用的任何其他场所。 1.13 书面形式:指合同书、信件和数据电文(包括电报、电传、传真、电子数据交换和电子)等可以有形地表现所载容的形式。 1.14 违约责任:指合同一方不履行合同义务或履行合同义务不符合约定所应承担的责任。 1.15 小时或天:本合同中规定按小时计算时间的,从事件有效开始时计算(不扣除休息时间);规定按天计算时间的,开始当天不计入,从次日开始计算。时限的最后一天是法定节假日或者其他公休假日的,以节假日次日为时限的最后一天,但竣工日期除外。时限的最后一天的截止时间为该日24时。

工程合同模板:建筑安装工程承包合同模板电子版

工程合同模板:建筑安装工程承包合同模板电子版 ——文章均为WORD文档,下载后可直接编辑使用亦可打印—— ★以下是为大家整理的建筑安装工程承包合同模板文章,供大家参考![小编提示]更多合同范本请点击以下链接: 租房合同|劳动合同|租赁合同|劳务合同|用工合同|购销合同|装修合同 建设单位(甲方):________________________________ 地址:____________ 邮码____________ 电话____________ 法定代表人:____________ 职务____________ 安装承包单位(乙方):____________________________ 地址:____________ 邮码____________ 电话____________ 法定代表人:____________ 职务____________

为明确甲乙双方在施工过程中的权利义务,促使双方互相创造条件,搞好配合协作,按时保质保量地完成工程任务,经甲乙双方充分协商,特签订本合同,以便共同遵守。 第一条总则 一、工程名称: 二、国家有关单位对工程的批准投资计划、工程项目表、申请建筑许可执照、计划任务书,初步设计、总概算等文件号。 三、工程编号: 四、工程地点: 五、工程范围:本合同全部工程建筑安装面积共计________平方米(各单项工程建筑安装面积详见工程项目一览表)。 六、工程造价:本合同全部工程施工图预算造价为人民币________元(各单项工程造价详见工程项目一览表)。

第二条在组织施工过程中,如遇下列情况,得顺延工期,双方应及时进行协商,并通过书面形式确定顺延期限: 一、因天灾或人力不能抗拒的原因被迫停工者; 二、因甲方提出变更计划或变更施工图而不能继续施工者; 三、因甲方不能按期供图、供料、供设备或其所供材料以及设备不合规格要求,被迫停工或不能顺利施工者。 第三条施工准备 一、甲方在开工前应办妥征地拆迁;申请领取建筑执照;清除施工场地范围内影响施工的原有管线、树木等障碍物;解决施工用地(包括材料、构件的堆放和中转场地,搭建大型临时设施用地);解决施工用水源、电源和运输道路的畅通;应于____年____月____日向乙方提供所有工程设计图纸____ 份;组织设计、施工单位进行工程设计交底。 二、乙方在开工前应组织有关人员研究和熟悉图纸,参与设计交底;编好施工图预算;负责编制施工组织设计或施工方案;进行施工场地的平整,施工界区内的用水、用电、道路以及搭建施工临时设施,安

建筑工程模板安装专项施工方案(2016版)

目录 一、编制依据 (1) 二、工程概况 (1) 三、基础部分模板 (8) 四、各构件的支模方案 (12) 五、施工计划 (21) 六、模板拆除 (23) 七、成品保护 (23) 八、质量标准 (24) 九、质量保证措施 (26) 十、环境、职业健康安全管理措施 (27) 十一、模板支撑体系计算书 (28)

模板工程施工方案 一、编制依据 1、《建筑施工模板安全技术规范》JGJ162-2008 2、《建筑施工扣件式钢管脚手架安全技术规范》JGJ130-2011 3、《建筑施工安全检查标准》JGJ59-2011 4、《混凝土结构工程施工质量验收规范〉GB50204-2002(2011版) 5、《建筑施工高处作业安全技术规范》JGJ80-91 6、《建筑施工安全技术统一规范》GB50870-2013 7、《建筑施工手册》(第五版)(中国建筑工业出版社) 8、广东建筑艺术设计院有限公司《神州·南都二期工程》施工图纸 9、PKPM施工计算软件 二、工程概况 神州·南都二期工程,位于绵阳市经济技术开发区,距市中心2公里,东依三江,西临绵州大道,整个地块较为平坦,地势高差变化不大;区域交通便利,周围配套设施完善,是宜人、宜居的极佳位置。本工程由3栋高层纯住宅,3栋高层商住楼以及一层地下室组成,无人防,总建筑面积约17.8万m2。本工程等级为一级,场地类别Ⅱ类,建筑抗震设防类别为丙类,建筑结构的安全等级为二级,抗震等级为二级,建筑物耐火等级为一级,防水等级为一级,防雷级别为二类,屋面防水等级Ⅰ级。 地下室部分:框架结构,纯地下室部分采用独立基础和条形基础加地下室底板,建筑面积27358.35m2,层高3.9m/5.4m,防水混凝土抗渗等级为P6。 10号楼:两个单元高层纯住宅(C户型),剪力墙结构,筏板基础,建筑总高度90.25m,地下1层地上30层,层高为地上3m地下5.4m,建筑面积24443.83m2。 11号楼:两个单元高层纯住宅(B户型),剪力墙结构,筏板基础,建筑总高度90.25m,

建筑模板工程的施工及验收

建筑模板工程的施工及验收 建筑模板工程的施工及验收 1.施工前的准备工作 (1)安装前,要做好建筑模板的定位基准工作,其工作步骤是: 1)进行中心线和位置的放线:首先引测建筑的边柱或墙轴线,并以该轴线为起点,引出每条轴线。 建筑模板放线时,根据施工图用墨线弹出建筑模板的内边线和中心线,墙建筑模板要弹出建筑模板的边线和外侧控制,以便于建筑模板安装和校正。 2)做好标高量测工作:用水准仪把建筑物水平标高根据实际标高的要求,直接引测到建筑模板安装位置。 3)进行找平工作:建筑模板承垫底部应预先找平,以保证建筑模板位置正确,防止建筑模板底部漏浆。常用的找平方法是沿建筑模板边线(构件边线外侧)用1:3水泥砂浆抹找平层(图8-9a)。另外,在外墙、外柱部位,继续安装建筑模板前,要设置建筑模板承垫条带(图8-96),并校正其平直。 (a)砂浆找平层;(b)外柱外建筑模板设承垫条带 4)设置建筑模板定位基准:传统作法是,按照构件的断面尺寸先用同强度等级的细石混凝土浇筑50~00mm的导墙,作为建筑模板定位基准。 另一种作法是采用钢筋定位:墙体建筑模板可根据构件断面尺寸切割一定长度的钢筋焊成定位梯子支撑筋(钢筋端头刷防锈漆),绑(焊)在墙体两根竖筋上(图8-10a),起到支撑作用,间距1200mm左右;柱建筑模板,可在基础和柱模上口用钢筋焊成井字形套箍撑位建筑模板并固定竖向钢筋,也可在竖向钢筋靠建筑模板一侧焊一短截钢筋,以保持钢筋与建筑模板的位置(图8-10b)。 (a)墙体梯子支撑筋;(b)柱井字套箍支撑筋 1-建筑模板;2-梯形筋;3-箍筋;4-井字支撑筋 5)合模前要检查构件竖向接岔处面层混凝土是否已经凿毛。 (2)按施工需用的建筑模板及配件对其规格、数量逐项清点检查,未经修复的部件不得使用。

福建省房屋建筑工程常用模板及支撑安装推荐图集

房屋建筑工程常用模板及支撑安装推荐图集 目 录 一、地下室、基坑模板 地下室、基坑模板说明 ...................................................1 坑中坑砖胎膜示意图 (2) 承台及地梁砖胎膜砌筑示意图 (3) 集水井及电梯井模板支撑示意图 (4) 地下室外墙挂模安装大样 ................................................5 高低差模板定位预埋钢筋示意图 (6) 二、散支散拆胶合板模板 散支散拆胶合板模板施工工艺说明 ....................................7 柱模板构造示意图 .........................................................10 剪力墙模板构造示意图 ...................................................11 柱墙模板节点示意图 (12) 梁模板断面构造示意图 ...................................................13 梁模板安装效果图 .........................................................14 板模板龙骨安装示意图 ...................................................15 卫生间与楼面高低差位置挂模示意图 .................................17 楼层反梁支模示意图 (19) 三、斜屋面模板安装 斜屋面模板支撑示意图 (20) 斜屋面模板节点大样示意图 (22) 四、普通模板扣件式钢管支撑与碗口式钢管支撑 普通模板支撑施工工艺说明 (23) 普通扣件式钢管模板支撑平面图 (25) 普通扣件式钢管模板支撑立面图 .......................................26 普通扣件式钢管模板支撑剖面图 .......................................27 碗扣式钢管模板支撑示意图 .............................................28 五、高大模板扣件式钢管支撑 高大模板支撑施工工艺说明 (29)

建筑工程施工模板工程施工方案

xxx(xx)食品有限公司新建工场模板工程施工方案 编制人: 审核人: xx—xx建筑有限责任公司 2005-01-18

一、编制依据 1.由中国xx科技工程有限公司提交给xxx(xx)食品有限公司的设 计图纸; 2.工程建设标准强制性条文; 3.江苏省质量、安全规定; 4.江苏省施工技术资料管理规定; 5.本企业的管理、技术素质和机械装备情况; 6.本工程地理位置情况。 二、工程概况 1、工程名称:xxx(xx)食品有限公司新建工场 2、建设单位:xxx(xx)食品有限公司 3、设计单位:中国xx工程科技股份有限公司 4、监理单位:xx建筑工程咨询监理有限公司 5、施工单位:xx-xx建筑有限责任公司 6、建设地点:xx沿江经济开发区 7、模板工程概况:ms厂房为一、二层局部三层,层高 6.5m,Z1500*500,Z2500*600,Z3500*500,Z4300*250,KL为 400*650,办公楼为二层,层高 3.87m,柱子为500*500, KL300*770,门卫及消防水池、污水处理站底板厚度为500mm, 板墙厚度为400mm,净高分别为 4.65m、5.7m。外管架柱子为 350*350,高度4.88m,5.0m,6.5m。

三、施工准备 3.1技术准备模板施工前工程技术人员应熟悉图纸,对工人交底透彻。通过理论计算,确定模板的支撑方案。 3.2物质资源准备模板施工前必须保证材料的及时供应,本工程外管线以及厂房中部分梁柱为清水砼,故对模板的要求比较高,应选用平整度高、表面光滑、厚度一致的模板,对机械设备及时检修及购买。 3.3安全技术准备安全交底清楚,进入现场必须佩带安全帽扣好扣带,现场严禁抽烟、大小便,高空作业时必须系好扣好安全带,安全员应检查机械设备、临时用电有无安全隐患,必须作好各项安全防护措施。四、施工方法 根据设计图纸放好大样,校对尺寸,然后做好标准样板,根据标准样板划线下料,划好后拉通对角线,检查对角线长度,以保证四角方正。本工程采用厚度为2cm厚的胶合九夹板,每块模板均在标准样板上下料,加工完毕后,都必须按照设计图纸要求以及质量验收标准进行严格检查,质量不合格者应返修。 4.1柱模安装:根据楼地面弹出的柱头方盘线,四周焊接短钢筋,柱边线以内剔毛,沿线外粘好后海棉,先粘后支模,严禁边粘边支模,矩形柱子采用九夹板和二四方料木条组合模板(图一),用Φ12螺栓对拉固定模板,用短钢管制作柱箍筋,柱箍筋从混凝土面上200mm起每隔400mm 开始设置(图二)。在柱模的中间弹出中线,以检查柱的垂直度。定型模板的启口处要直、光、平,定装时要粘好海棉条后方可安装。柱模上部开设与梁模板连接的梁缺口,底部开设有清理孔,以便清除杂物,当柱子

建筑工程模板安装施工

建筑工程模板安装施工 发表时间:2018-09-11T09:22:48.440Z 来源:《建筑模拟》2018年第16期作者:秦百灵[导读] 随着中国建筑业的快速发展,建筑模板技术应运而生,并得到越来越广泛的应用。建筑模板技术不仅可以有效提高施工效率,还可以提高施工项目的质量。 身份证号:4128271964****2512 青海西宁 810000 摘要:随着中国建筑业的快速发展,建筑模板技术应运而生,并得到越来越广泛的应用。建筑模板技术不仅可以有效提高施工效率,还可以提高施工项目的质量。最重要的作用是弥补中国建筑技术的不足,加快中国建筑业的发展,取得显着成效。近年来,我国研制成功了液压自动爬模技术,并在建筑行业得到广泛应用,由此我国建筑工程模板技术跨入了一个新时代。建筑工程施工中,模板常常会大面积大规模地使用,模板安装和施工技术的质量通常会影响整个建筑结构的质量。因此,研究建设项目模板的施工过程具有重要意义。关键词:建筑工程;模板;施工;控制 1、建筑工程模板施工技术概述 模板工程的施工过程是指工程模板和支架的准备、安装、监护、移位和拆除等。其中的模板工程在装拆方式上有散装散拆、整装整拆等。装配拆卸和移位操作是模板工艺的主要部分,并以其为主导形成模板工艺的主要技术和施工特点。模板工程的标准化要求提高施工技术的保证水平和综合施工水平,这是模板施工标准化的前提和条件。模板工程的配置、安装、移位和拆卸的工艺步骤占主导地位。不同的模板支架组装和拆卸方法各有其优缺点和适用范围。在设计和施工过程中,有必要根据不同的工程对象和工程部件进行选择,并选择最佳的不断改进的支撑方法。模板施工是混凝土成型施工中不可或缺的环节之一。施工的目的是确保工程结构和部件的形状和尺寸,并确保相对位置的准确性。因此,模板必须首先具有足够的强度和刚度,具有稳定、易于安装和拆卸等优点。此外,它还需要具有表面光滑整齐、接缝紧密、无泄漏的特点。高层建筑的模板施工要求更高,更复杂,因此有必要高度重视模板的施工工作。 2、建筑工程模板安装 2.1垫层模板 ①在准备进行安装时,要先检查基础中心线和标高是不是符合标准,当侧模板垂直度和标高都符合标准之后,借助支撑和斜撑来加固,保证适当的侧压力稳定性和刚度。②做好独立基础底板砼垫层浇捣后,根据图纸做好基础放线,在混凝土垫层上弹出独立基础的外边线,接下来的模板制作及安装工作就在所弹的墨线以外进行。 2.2基础梁模板 ①夯实基础梁底土方后,用1:3水泥砂浆,采用砖砌胎模,为利于砼浇捣,每边砌粘土实心砖按承台的宽度至孔桩标高。②梁两侧边线先在垫层上弹出,梁的宽度一般不大而跨度较大,拼装后组成基础梁外侧的模板,侧模根据边线的大小,确保垂直度和标高都正确之后,借助斜撑和支撑进行加固。 2.3构造柱模板 ①外墙构造柱。外墙构造柱的模板尺寸,在墙上按垂直高度每隔400~500mm间距穿φ12螺栓,应根据图纸中构造柱加上砖马牙槎每边60mm制作,将配好的模板安装在构造柱部位,在其中一边下部留150~200cm的垃圾清除孔。为防漏浆,用海绵粘贴模板帖墙处。②内墙构造柱。内墙与外墙构造柱支模手段大体上是一致的,他们不一样的地方就是不用楞木作箍,而是使用螺栓,用楞木组成柱箍,在构造柱两边砌砖时留的孔洞中穿过楞木。其它施工采用的是外墙构造柱的施工手段。 2.4安装柱模板 ①井字形钢管架在柱模板安装时先搭设好,柱模外边与井字形钢管架横管留50mm左右空隙。在柱模上口中心线拉通线来校正中间的柱模,同在一条直线上两头的柱模应先校正,借助锤球来看是不是已经垂直,经检查如果是垂直的,再用木楔塞紧,用柱箍箍紧后用支撑钉牢固定。②柱比较高,尽管断面尺寸比较小,但是在准备进行安装时要先按弹出十字交叉线和四周边线组合定型模板。 2.5安装墙板模板 ①安装墙体模板时,选择的是两侧模板拼装的方法,先按中心线在基层上向两侧弹出墙体两侧边线,按边线尺寸垂直竖立,侧模对准边线,借助斜撑和支撑,确定侧模板垂直度和标高都正确之后将其钉牢,达到稳固。②墙体内加螺栓撑头支撑,墙体模板由侧板、横档、立板、水平撑和螺栓组成,以保证墙体的厚度。 2.6圈梁模板 ①一般除窗口及其他个别地方是架空外,因为圈梁断面小但很长的特点,均搁置在墙上。故主要由侧板和相应的卡具组成圈梁模板。 ②圈梁的支模工作还是不难完成的,支模工作在内墙面弹出统一的+50cm标高线后进行,然后根据这条线来确定圈梁高度。 2.7梁模板 ①构造上对于由主次梁的模板还有特殊要求,在两侧模板外面,应根据楼板的标高在次梁模板钉上托木,主梁与次梁交接处,需要在主梁侧板上保留缺口,并钉上衬口档,次梁和底板的侧板就钉在衬口档上。②梁模板由侧模、底模、夹木及支撑系统组成,梁的跨度较大而宽度一般不大,底模板和侧模板使用的是18mm厚胶合板,用木档拼制好,边线由在基层上弹出的梁中心线向两侧量出,根据四周边线的大小让侧模板对准边线,并垂直竖立,当侧模板垂直度和标高都符合标准之后,借助支撑和斜撑来加固,保证适当的侧压力稳定性和刚度。 2.8楼板模板的安装 水平线的标高为楼板标高减去楼板底模厚度及楞木高度,安装模板时,在主、次梁模板两侧板外侧弹出水平线,然后按水平线钉上托木,水平线与托木上皮平齐。 3、建筑工程模板拆除技术要点 3.1及时拆除模扳 ①侧模、柱模拆除时的混凝土强度应能保证其表面及棱角不受损伤。 ②模板拆除时,不应对楼层形成冲击荷载。拆除的模板和支架宜分散堆放并及时清运。

建筑工程模板工程施工方案

1.编制依据:1.编制依据 2.工程概况2.1设计概况

2.2结构平面图(详见设计图) 3.施工安排 3.1施工部位及工期要求 3.1.1本工程分为主楼和地下车库两部分,施工按后浇带划分流水段,进行流水施工。 3.1.2工期要求:本工程计划工期2010年6月13日至2012年12月30日,总工期932日历天,由于征地问题迟迟未得到解决,计划2012年8月30日结构封顶。

3.2劳动组织及职责分工 3.2.1模板工程负责人: 3.2.2根据工程特点和工期要求,模板工程中地下室墙、柱、顶板、梁模板需要投入大量的人力,安排具体管理和施工人员如下: 3.2.3模板工程施工人员在技术、生产负责人进行完详细的交底之后才能开始正式施工。模板工程负责人应提前熟悉图纸,明确各结构部位的特点和模板施工的要求,然后组织工人进行下料和拼装。木工应在专业负责人的指导下,按要求搭设模板支撑系统并支设模板,在操作过程中应注意控制各项偏差。普工则负责配合木工完成模板的加工和安装工作,其主要任务是配合木工以保证工序的连续性。 4.施工准备 4.1技术准备 4.1.1相关人员熟悉图纸及设计变更洽商,分析各结构构件的特点以确定使用模板材料和支撑系统,在此过程中注意施工难点和较特殊部位对模板支设的要求。 4.1.2编制施工方案和技术交底等技术资料,用以作为工人施工的依据和质量控制的标准。

4.1.3组织有关管理人员和劳务人员进行培训,组织各级施工人员学习有关技术规范、操作规程、工艺标准、质量验评标准及相关新技术、新材料、新工艺,并组织相应的技术培训。 4.1.4在模板设计过程中着重对梁柱接头、高柱、超高顶板等部位的考虑并制定相应技术措施。 4.2生产准备 4.2.1机具准备 施工前准备模板工程所需的各种机械并组织进场和调试以确保正常使用。主要机械列表如下: 4.2.2材料准备 4.2.2.1各种模板材料提前做计划并提交材料部门进行采购和组织进场。 4.2.2.2木方进场要对其规格、材质、外观、含水率等指标进行验收,不合格的不允许进场。 4.2.2.3多层板进场时检查出厂合格证、规格尺寸等内容,以确保与施工要求相一致。 4.2.2.4碗扣架子和钢管扣件、可调顶托、支座等及时租赁进场备用。 4.2.2.5模板、支撑、龙骨、隔离剂采购和进场安排。 模板、支撑、龙骨的需要数量见下页表,工程部提供计划,技术质量部控制质量。

相关文档
最新文档