Re: pg_temp schema created while using DB Link

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: pg_temp schema created while using DB Link
Дата
Msg-id 2322d8108dde9dd7e7f002e082839aeea055d084.camel@cybertec.at
обсуждение исходный текст
Ответ на pg_temp schema created while using DB Link  (Jill Jade <jill779ks@gmail.com>)
Ответы Re: pg_temp schema created while using DB Link
Список pgsql-general
On Fri, 2020-05-08 at 10:11 +0400, Jill Jade wrote:
> We have an issue with DB_Link from Oracle to PostgreSQL. When we try to access tables from
> Oracle database via DB_link, temp schemas(pg_temp,pg_toast) are automatically created
> in the database while using the query below.
> 
> create table as select * from table@oralink  
> 
> Even if we reload the database, the temp schemas are still there. 
> 
> Do you know the reason why the temp schemas are being created with DB_link?
> Does anyone has a solution for this problem?

These schemas contain temporary tables and are not connected to your connection
from Oracle (unless you create temporary tables via that connection).

They are an implementation detail and should not bother you.

What is your problem with these schemmas?

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




В списке pgsql-general по дате отправления:

Предыдущее
От: github kran
Дата:
Сообщение: Re: AutoVacuum and growing transaction XID's
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Memory footprint diff between 9.5 and 12