- 浏览: 120504 次
- 性别:
- 来自: 武汉
最新评论
文章列表
SET SERVEROUTPUT ON
ACCEPT ROW_ID PROMPT '请输入要查询的字符串 :'
DECLARE
SQL_STMT VARCHAR2(200);
V_TBLNAME VARCHAR2(30);
V_COLNAME VARCHAR2(30);
REC_COUNT NUMBER(7):=0;
CURSOR WT_TABLES IS
SELECT TABLE_NAME,COLUMN_NAME FROM USER_TAB_COLUMNS
WHERE DATA_TYPE='VARCHAR2'
ORDER BY ...
假设:
1.
Aphelion
和
WindchillDS
已安装于两台不同服务器上;
2.
Aphelion
和
WindchillDS
处于完全启动状态。
操作步骤:
1.
导出
Aphelion
数据
2.
将
Aphelion
数据文件复制至
WindchillDS
服务器
3.
升级
Aphelion
数据文件
4.
在
WindchillDS
新建
BaseDN
节点
5.
将
Apheion
...
Platform requirements
Operating systems:
Red Hat Linux 8.0, RedHat Linux 9.0, RedHat Enterprise Linux 3, Fedora Core 2, and Fedora Core 3
Hardware:
x86 machines with a minimum of 3 GB of available hard disk space for installing the core simulator files and rootdisk image
RAM: Th ...
说明
This article describes how to configure Windchill with Active Directory. Please see "Additional Information" section for detailed instruction.
附加信息
Create a JNDI adapter using the Info*Engine administrator. A typical name is <domainname_ reversed>.Enterp ...
Description
This document describes how to take a Windchill system offline to prevent users from accessing it during maintenance activities. This solution has been tested on PDMLink / ProjectLink 8.0_M040. The example is based on using the Apache Location directive to grant a ...
作者:刘亚峰
0 引言
产品数据管理系统(Product Data
Management,PDM)通过与各种计算机辅助系统的集成,在逻辑 ...
com.ptc.windchill.search.queryLimit is a new property added to provide a search limit. This property limits the number of results that can be returned from the database when a user performs a search.
Search will be limited by wt.pom.paging.snapshotQueryLimit if com.ptc.win ...
There are two ways to restore Active Directory. You can reinstall
Windows 2000, and then let normal replication repopulate Active
Directory through the normal replication process, or you can restore
Active Directory from a backup. The first method restores Active
Directory to the current stat ...
This section describes how to back up Active Directory using the
Microsoft Windows 2000 backup and restore tool, Backup. Backup is a
system tools accessory in the GUI. You can also access Backup at the
command prompt by typing
Ntbackup
. This tool is used to back up and restore Active Direct ...
This method authenticates using Apache 2.0/2.2 and the LDAP
authentication modules on Linux (supplied by default with most Linux
distros) and an LDAP server.
LDAP can be used to authenticate user accounts on Linux and other
computer systems as well as web site logins.
Try this out with yo ...
This document provides information on typical
command-line options and environment variables that can affect the
performance characteristics of the Java HotSpot Virtual Machine. Unless
otherwise noted, all information in this document pertains to both the
Java HotSpot Client VM and the Java H ...
This past weekend I spent about 25 plus hours rehosting a production
Windchill server to an identical development Windchill server. One of
the last steps in cleaning up the rehost procedure is removing valuted
items out of the database for replica sites. This needs to be done
before you ca ...
If you have your Windchill server instance setup to authenticate users
against your Active Directory (AD) you will need to keep an eye on your
disconnected principals (Site – Utilities – Principal Administrator –
Maintenance). Disconnected principals are AD accounts that have been
deleted ...
说明
The article describes how to change the webapp name for an existing
Windchill installation. Following webapp names were used throughout
this article:
Old webapp name: Windchill
New webapp name: wind
Please see “Additional Information” section for detailed instruction.
解决方案
Please s ...
How to use Netbeans debugger when your code is running in the Windchill® Method Server?
In order to specify that a debugger can be attached to the process,
we need to add the following option to the Method Server Java command :
-Xrunjdwp:transport=dt_socket,server=y,address=Port,s ...