** We tell the data dictionary we're done writing at the end of
** the transaction.
*/
dd.startWriting(lcc);
sd = ddg.newSchemaDescriptor(schemaName,
thisAid,
tmpSchemaId);
dd.addDescriptor(sd, null, DataDictionary.SYSSCHEMAS_CATALOG_NUM, false, tc);
}