<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Tuning and Migration Wizard"]]></title>
		<link>http://forums.enterprisedb.com/forums/show/11.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Tuning and Migration Wizard"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>migration from &quot;vanilla&quot; jdbc database</title>
				<description><![CDATA[ I'm looking to migrate (or at least copy data) from a fairly obscure RDBMS to Postgres.  My obscure RDBMS does have a JDBC driver, tho.  Can I use the migration tool to do this?  Or is the tool limited to Oracle, Sybase, MySQL and MS-SQL?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3626/13521.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3626/13521.page</link>
				<pubDate><![CDATA[Fri, 5 Apr 2013 12:06:40]]> GMT</pubDate>
				<author><![CDATA[ ccurvey]]></author>
			</item>
			<item>
				<title>function multiset(numeric) does not exist</title>
				<description><![CDATA[ Hi all,<br /> Nice day all !<br /> My func:<br /> [code]<br /> CREATE OR REPLACE FUNCTION fn_test(xx character varying) <br />   RETURNS attr____x AS<br /> $BODY$<br /> declare<br />   rs attr____x;<br /> begin<br />   select<br />       multiset<br />       (<br />         select t.id<br />         from test t<br />         where t.temp = xx<br />       ) as attr____x<br />      into rs <br />   from <br />   dual;<br />   return rs;<br /> end;[/code]<br /> When I call func: select  fn_test('abc') ;<br /> It raise errors:<br /> [code]<br /> No function matches the given name and argument types. You might need to add explicit type casts.<br /> function multiset(numeric) does not exist<br /> [/code]<br /> <br /> I cant solve my problems. Can edb-er share me some ideas or solutions ?<br /> Thanks !!!<br /> Regard<br /> <br /> Luân !<br /> <br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3567/13355.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3567/13355.page</link>
				<pubDate><![CDATA[Wed, 6 Mar 2013 00:00:41]]> GMT</pubDate>
				<author><![CDATA[ luan_version_three]]></author>
			</item>
			<item>
				<title>Migration tool kit issue</title>
				<description><![CDATA[ I am trying to migrate mysql db to postgres plus using migration toolkit<br /> mysql server version - 5.5.28<br /> ppas server version - 9.2<br /> when i rum runMTK.sh i get No suitable driver found error.<br /> I have copied mysql jdbc connector 5.1.23 /opt/PostgresPlus/9.0AS/jre/lib/ext and edited toolkit.properties file also.<br /> Where exactly i need to change to resolve this issue.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3548/13306.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3548/13306.page</link>
				<pubDate><![CDATA[Wed, 13 Feb 2013 01:34:19]]> GMT</pubDate>
				<author><![CDATA[ jshweta1412]]></author>
			</item>
			<item>
				<title>Migration Wizard without Advanced Server</title>
				<description><![CDATA[ Hi,<br /> <br /> I run Drupal on Postgres and need to convert a third party website from MySQL. The Migration Toolkit looks very promising but there is a problem because the documentation states to put the mysql-connector-java-ver-bin.jar in the \jre\lib\ext directory under Advanced Server. <br /> However, the documentation states the command line migration tool is not dependent on AS and since I'm running OSX installing Advanced Server is not an option. I currently have the connector installed in the lib directory alongside the other .jar files.<br /> <br /> Is there any way I can mimic the directory structure for AS to make Migration Toolkit work with the connector or some configuration change I can make?<br /> <br /> Kind regards,<br /> eric]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3544/13294.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3544/13294.page</link>
				<pubDate><![CDATA[Fri, 8 Feb 2013 10:18:26]]> GMT</pubDate>
				<author><![CDATA[ ericsound]]></author>
			</item>
			<item>
				<title>Table Exclusion List</title>
				<description><![CDATA[ Hello all,<br /> I have a PostgreSQL 8.4 to 9.2 migration on my plate and am trying to carve the process up in segments.  To save time, I plan to exclude a list of lesser-used tables from a very large database, then import them after the main import.  I'm able to create the "exclusion table" backup through the use of a "for loop" in BASH then referencing a simple text file containing a list of +100 tables to create a separate backup for each table.<br /> <br /> My question; is there a better way I can leverage this list through pg_dump other than using +100 '-T' statements in my query?<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3526/13238.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3526/13238.page</link>
				<pubDate><![CDATA[Mon, 28 Jan 2013 11:27:35]]> GMT</pubDate>
				<author><![CDATA[ dallasg]]></author>
			</item>
			<item>
				<title>Tuning wizard cannot access postgresql.conf</title>
				<description><![CDATA[ Hi,<br /> Using standard postgres 9.2.2 (32 bit on windows 7) with the pgdata directory moved to another disk (D:\postgresdata), the server works.<br /> Tuning wizard lets me select the (correct) installation to tune, but after pressing Next says:<br /> "The postgresql.conf for the selected server is not accessible. Please try again by running the TuningWizard as an administrator."<br /> Running as admin makes no difference whatever. Presumably tuningwizard cannot find the config file or data directory in the first place.<br /> Environment variable PGDATA is set to point at the data directory, which also contains postgresql.conf.<br /> Registry (currentcontrolset -&gt; services) has: C:/Program Files (x86)/PostgreSQL/9.2/bin/pg_ctl.exe runservice -N &quot;postgresql-9.2&quot; -D &quot;D:/Postgresdata&quot;<br /> Local_machine -&gt; software -&gt; postgresql has keys Installations and Services without further data.<br /> I hope somebody can explain me how I should run tuning wizard in this case.<br /> Thanks in advance,<br /> Jan]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3488/13089.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3488/13089.page</link>
				<pubDate><![CDATA[Thu, 27 Dec 2012 16:33:40]]> GMT</pubDate>
				<author><![CDATA[ janhec]]></author>
			</item>
			<item>
				<title>datetime migration from SQL Server to PostgreSQL </title>
				<description><![CDATA[ migrator leaves timestamps blank instead of populating with timestamps.  Is this a bug or I am doing something wrong?<br /> <br /> i did dataonly dump<br /> <br /> ./runMTK.sh -offlineMigration /migrate -dataOnly -safeMode -loaderCount 3  -sourcedbtype sqlserver -targetdbtype postgres myschema<br /> <br /> when I go to migrate directory and open insert statement for a table that has date in it, I see empty space between 2 commas.  It has a value in SQL SERVER 2008 EXPRESS<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3473/13043.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3473/13043.page</link>
				<pubDate><![CDATA[Fri, 7 Dec 2012 16:53:04]]> GMT</pubDate>
				<author><![CDATA[ andrewshved]]></author>
			</item>
			<item>
				<title>Migration from Oracle, dbms_medatada.get_ddl</title>
				<description><![CDATA[ Hi,<br /> <br /> I am trying to migrate from Oracle 10.2.0.1.0 to PostgreSQL Plus Advanced Server 9.2.1.3 <br /> <br /> In one of my procedures, I have used dbms_metadata.get_ddl function to retrieve DDL of indexes on a table. I am dropping indexes before a long and heavy insert operations and at the end of this process i was creating indexes again. On Oracle I am able to get DDL of these indexes with dbms_metadata.get_ddl function. On migration of this code, closest I got is : [url]http://pldoc.sourceforge.net/maven-site/EnterpriseDB.html[/url]<br /> <br /> Unfortunately dba_source view does not have type of INDEX. It only supports TRIGGER, PACKAGE BODY, PACKAGE, FUNCTION and PROCEDURE (or something went wrong on my migration and I am missing other types ???)<br /> <br /> Could you please help me to find a way to generate DDL of indexes (of a table given as parameter) in procedure of a package?<br /> <br /> Thanks<br /> <br /> Seckin]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3471/13037.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3471/13037.page</link>
				<pubDate><![CDATA[Fri, 7 Dec 2012 05:49:35]]> GMT</pubDate>
				<author><![CDATA[ spulatkan]]></author>
			</item>
			<item>
				<title>Migration from Oracle, dbms_xmlparser</title>
				<description><![CDATA[ Hi,<br /> <br /> I am trying to migrate from Oracle 10.2.0.1.0 to PostgreSQL Plus Advanced Server 9.2.1.3<br /> <br /> On one of my Oracle package, I have used xmlparser (xdb.dbms_xmlparser) package. I have read that some of Oracle function packages were being supported on PostgreSQL Plus Advanced Server as [url=http://www.enterprisedb.com/products-services-training/products/postgres-plus-advanced-server/advanced-server-oracle-features]Oracle compatibility features[/url] but I guess dbms_xmlparser is not one of them; I receive following error from migration toolkit:<br /> [code]<br /> Error Creating Package Body OS_COMMAND_PKG: ERROR: package "dbms_xmlparser" does not exist at position 5823<br /> ;     p                     xdb.dbms_xmlparser.parser<br />                             ^<br /> Stack Trace:<br /> java.sql.SQLException: ERROR: package "dbms_xmlparser" does not exist at position 5823<br /> ;     p                     xdb.dbms_xmlparser.parser<br />                             ^<br />         at com.edb.common.MTKMetaData.executeScript(MTKMetaData.java:976)<br />         at com.edb.MigrationToolkit.copyPackages(MigrationToolkit.java:3996)<br />         at com.edb.MigrationToolkit.copyPackages(MigrationToolkit.java:4020)<br />         at com.edb.MigrationToolkit.importSchema(MigrationToolkit.java:2968)<br />         at com.edb.MigrationToolkit.main(MigrationToolkit.java:1389)<br /> [/code]<br /> <br /> What is the best way to migrate such functions to PostgreSQL Plus?<br /> My code is very similar to domsample.sql on http://docs.oracle.com/cd/B10500_01/appdev.920/a96621/adx20ppl.htm]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3465/13016.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3465/13016.page</link>
				<pubDate><![CDATA[Fri, 30 Nov 2012 07:52:42]]> GMT</pubDate>
				<author><![CDATA[ spulatkan]]></author>
			</item>
			<item>
				<title>Migration from Oracle, ROLLBACK TO SAVEPOINT</title>
				<description><![CDATA[ Hi,<br /> <br /> I am trying to migrate from Oracle 10.2.0.1.0 to PostgreSQL Plus Advanced Server 9.2.1.3<br /> <br /> At the moment I have problem with ROLLBACK TO SAVEPOINT statements on a package, and following error message is displayed by migration toolkit:<br /> [quote]<br /> Error Creating Package Body CUMULUS_PKG: ERROR: syntax error at or near "TO" at position 24782<br /> ;               WHEN OTHERS THEN       BEGIN         -- try to return to savepoint         ROLLBACK TO SAVEPOINT before_create_draw<br />                                                                                         ^<br /> Stack Trace:<br /> java.sql.SQLException: ERROR: syntax error at or near "TO" at position 24782<br /> ;               WHEN OTHERS THEN       BEGIN         -- try to return to savepoint         ROLLBACK TO SAVEPOINT before_create_draw<br />                                                                                         ^<br />         at com.edb.common.MTKMetaData.executeScript(MTKMetaData.java:976)<br />         at com.edb.MigrationToolkit.copyPackages(MigrationToolkit.java:3996)<br />         at com.edb.MigrationToolkit.copyPackages(MigrationToolkit.java:4020)<br />         at com.edb.MigrationToolkit.importSchema(MigrationToolkit.java:2968)<br />         at com.edb.MigrationToolkit.main(MigrationToolkit.java:1389)<br /> [/quote]<br /> <br /> I believe postgreSQL supports ROLLBACK TO SAVEPOINT statement. Do you have an idea about what could be the problem?<br /> <br /> ps: the package is successfully compiled on Oracle. If I modify the line to only ROLLBACK; then it passes that line and gives error on another line which has ROLLBACK TO SAVEPOINT xxxxx;]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3464/13015.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3464/13015.page</link>
				<pubDate><![CDATA[Fri, 30 Nov 2012 07:20:43]]> GMT</pubDate>
				<author><![CDATA[ spulatkan]]></author>
			</item>
			<item>
				<title>Status of Tuning Wizard for PostgreSQL 9.x</title>
				<description><![CDATA[ Hi<br /> <br /> Could you provide an update on what is happening with the Tuning Wizard and its ability to work with to PostgreSQL v9.x on Windows and Mac OS X please?  When you run Stackbuilder on both platforms, the Tuning Wizard shows as an option to download, yet when you install and run it, v1.4 (the latest version) does not find nor recognise the running instance of PostgreSQL v9.<br /> <br /> On Mac OS X, you can select the PostgreSQL.conf file in the data directory, and it will run against that file, but is it coming up with the right results?  Are the changes that it is making correct for the platform it is running on?  <br /> <br /> Thanks.<br /> <br /> Regards,<br /> David]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3362/12588.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3362/12588.page</link>
				<pubDate><![CDATA[Sun, 9 Sep 2012 19:17:20]]> GMT</pubDate>
				<author><![CDATA[ david.blaymires]]></author>
			</item>
			<item>
				<title>installing tuning wizard</title>
				<description><![CDATA[ Hi,<br /> I have postgresql 8.4.12 on windows 7 . What version of tuning wizard I need to download and How to manually install it. My stackbuilder doesn't work during proxy server settings. So, I need to manually install tuning wizard. Any help ? Thanks.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3324/12469.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3324/12469.page</link>
				<pubDate><![CDATA[Mon, 13 Aug 2012 11:13:13]]> GMT</pubDate>
				<author><![CDATA[ Post_gisuser]]></author>
			</item>
			<item>
				<title>Tuning wizard for PostgreSQL 9.1 on Mac OS X Lion (10.7.4) </title>
				<description><![CDATA[ Hi,<br /> <br /> I downloaded the Tuning Wizard using Stackbuilder after installing PostgreSQL 9.1.4 on a new Mac Mini running Mac OS X 10.7.4 (Lion).  When I opened the Tuning Wizard, it could not find the Postgres instance of v9.1 and the only options that showed in the opening dialogue were for PostgreSQL 8.x varieties.  Does the Tuning Wizard not work for v9.x on Mac?<br /> <br /> Regards<br /> David]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3304/12404.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3304/12404.page</link>
				<pubDate><![CDATA[Tue, 24 Jul 2012 08:22:58]]> GMT</pubDate>
				<author><![CDATA[ david.blaymires]]></author>
			</item>
			<item>
				<title>Oracle To Postgres Migration error</title>
				<description><![CDATA[ Hi<br /> <br /> I am getting the following error while migrating an oracle DB to Enterprise DB using Enterprise migration studio 9.0. i have already copied oracle 10g driver to C:\Program Files\PostgresPlus\9.0AS\migrationstudio\lib and C:\Program Files\PostgresPlus\9.1AS\jre\lib\ext but still im getting the error. can anyone suggest me a solution? <br /> <br /> <br /> [Starting Migration]<br /> Source database connectivity info...<br /> conn =jdbc:oracle:thin:@192.168.1.38:1521:hris<br /> user =enterprisedb<br /> password=******<br /> Target database connectivity info...<br /> conn =jdbc:edb://localhost:5432/postgres<br /> user =postgres<br /> password=******<br /> Connecting with source Oracle database server...<br /> Connecting with target EnterpriseDB database server...<br /> Exception in thread "Thread-19" java.lang.NoSuchMethodError: com.edb.Driver.setPrintInfo(Z)V<br /> 	at com.edb.dbhandler.enterprisedb.EnterpriseDBConnection.&lt;init&gt;(EnterpriseDBConnection.java:39)<br /> 	at com.edb.common.MTKFactory.createMTKConnection(MTKFactory.java:227)<br /> 	at com.edb.MigrationToolkit.createNewTargetConnection(MigrationToolkit.java:4619)<br /> 	at com.edb.MigrationToolkit.initToolkit(MigrationToolkit.java:2526)<br /> 	at com.edb.MigrationToolkit.main(MigrationToolkit.java:1247)<br /> 	at com.enterprisedb.migration.MigrationDialog$MigrationThread.run(MigrationDialog.java:1619)]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3299/12389.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3299/12389.page</link>
				<pubDate><![CDATA[Wed, 18 Jul 2012 00:52:53]]> GMT</pubDate>
				<author><![CDATA[ sambaheerathan]]></author>
			</item>
			<item>
				<title>Migration tool problems</title>
				<description><![CDATA[ Hello everybody,<br /> <br /> I'm trying to migrate my Jforum from Oracle 9i to Postgres but I face two problems:<br /> Fisrt, the date are truncated: 'date' data type in Oracle containing "13/05/2008 09:05:40" results in "2008-05-13" (data type 'date') after migration.<br /> Second, the data of type BLOB and CLOB after migration are displayed as hexadecimal in the forum:<br /> \xfeff004f00750069002c002000e00020006c0027006f0063006300610.....<br /> Il matches exactly what i see in table but I dont know why it can't be displayed correctly.<br /> My Oracle DB parameter for NLS_CHARACTERSET is WE8MSWIN1252, and i think i made a mistake in the configuration of my Postgres DB:<br /> CREATE DATABASE own_jforum<br />   WITH OWNER = own_jforum_role<br />        ENCODING = 'UTF8'<br />        TABLESPACE = jforum_data<br />        LC_COLLATE = 'French_France.1252'<br />        LC_CTYPE = 'French_France.1252'<br />        CONNECTION LIMIT = -1;<br /> GRANT ALL ON DATABASE own_jforum TO own_jforum_role WITH GRANT OPTION;<br /> GRANT ALL ON DATABASE own_jforum TO public;<br /> <br /> Can someone help me ?<br /> <br /> Thanks !!]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3272/12275.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3272/12275.page</link>
				<pubDate><![CDATA[Tue, 19 Jun 2012 10:03:23]]> GMT</pubDate>
				<author><![CDATA[ sebastien.maye]]></author>
			</item>
			<item>
				<title>migration from SQL server To postgres [Don't work]</title>
				<description><![CDATA[ Hi, i try to move data from sqlServer to postgres<br /> _______toolkit.properties___________________<br /> SRC_DB_URL=jdbc:jtds:sqlserver://MYHOST:53804/MyDataBase<br /> SRC_DB_USER=user1<br /> SRC_DB_PASSWORD=user1<br /> <br /> TARGET_DB_URL=jdbc:postgresql://MYNEWHOST:63308/MyDataBase<br /> TARGET_DB_USER=user1<br /> TARGET_DB_PASSWORD=user1<br /> ________________________________________<br /> java -Dprop=toolkit.properties -jar lib/edb-migrationtoolkit.jar -sourcedbtype sqlserver -targetdbtype postgresql -allTables public<br /> <br /> ____RESULT____<br /> Source database connectivity info...<br /> .....<br /> Connecting with source SQL Server database server...<br /> Connecting with target Postgres database server...<br /> Importing sql server schema public...<br /> <br /> Schema public imported successfully.<br /> <br /> <br /> Migration process completed successfully.<br /> <br /> Migration logs have been saved to C:\Documents and Settings\aattouma010311\.enterprisedb\migration-toolkit\logs<br /> <br /> ******************** Migration Summary ********************<br /> <br /> Total objects: 0<br /> Successful count: 0<br /> Failure count: 0<br /> <br /> *************************************************************]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3265/12256.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3265/12256.page</link>
				<pubDate><![CDATA[Fri, 15 Jun 2012 05:26:30]]> GMT</pubDate>
				<author><![CDATA[ assadi]]></author>
			</item>
			<item>
				<title>Shrink Log database</title>
				<description><![CDATA[ Dear All,<br /> <br /> I have 1 program use postgres database.<br /> After 2,3 day , database postgres create a file have space 1.1 GB.<br /> I don't want postgres create file log.<br />  What need I do ?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3254/12236.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3254/12236.page</link>
				<pubDate><![CDATA[Sun, 10 Jun 2012 22:51:30]]> GMT</pubDate>
				<author><![CDATA[ herocobac]]></author>
			</item>
			<item>
				<title>Sybase Migration - Migration Toolkit</title>
				<description><![CDATA[ <br /> Hi,<br /> <br /> I am in the process of migrating from Sybase to PPAS. As I understand, Sybase do not use "Schema" method to store data even they have this facility (correct me if I'm wrong). <br /> How can i perform the migration using migration toolkit since you will need to specify schema name in the command?<br /> <br /> Thank you.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3234/12155.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3234/12155.page</link>
				<pubDate><![CDATA[Wed, 30 May 2012 00:17:00]]> GMT</pubDate>
				<author><![CDATA[ maalini]]></author>
			</item>
			<item>
				<title>Migrating PostgreSQL 8.4.5 to 8.4.8</title>
				<description><![CDATA[ Hi All,<br /> I am new for PostgreSQL,Currently we are using PostgreSQL 8.4.5 in RHEL5.5 Server and want to update it to 8.4.8.<br /> <br /> Please help me how to upgrade it step by step.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/3226/12136.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/3226/12136.page</link>
				<pubDate><![CDATA[Wed, 23 May 2012 08:44:13]]> GMT</pubDate>
				<author><![CDATA[ sanker_kambhapati]]></author>
			</item>
			<item>
				<title>initdb.exe cannot locate component</title>
				<description><![CDATA[ this is the error im getting when i try to install postgreSQL.<br /> <br /> The component it cannot locate is "WSOCK32.dll"<br /> <br /> i've downloaded this component but am not sure wat to do with it now.<br /> <br /> any suggestions as ive tried numerous times to install postgresql with NO SUCCESS. and the same error everytime.<br /> <br /> please help me]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2988/11125.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2988/11125.page</link>
				<pubDate><![CDATA[Sat, 10 Dec 2011 18:56:59]]> GMT</pubDate>
				<author><![CDATA[ damien519]]></author>
			</item>
			<item>
				<title>tuning wizard on windows x64</title>
				<description><![CDATA[ Enterprisedb tuning wizard don't work with PostgreSQL 9.1 x64 or I'm missing something? ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2973/11070.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2973/11070.page</link>
				<pubDate><![CDATA[Wed, 30 Nov 2011 04:33:02]]> GMT</pubDate>
				<author><![CDATA[ antoine.guidi]]></author>
			</item>
			<item>
				<title>I cannot CONNECT TO MY SERVER</title>
				<description><![CDATA[ For the last 5 hours, I've been trying to figure out what's going on with my PostgreSQL server.  I've reinstalled it but no luck.  It constantly gives me this error...<br /> I'm using postgreSQL 9.0 <br /> <br /> An error has occurred:<br /> Error connecting to the server:  server closed the connection unexpectedly<br /> This probably means the server terminated abnormally before or while processing the request.<br /> <br /> Inside the logfile, I have this error<br /> 2011-11-19 23:53:09 PST LOG:  could not receive data from client: Unknown winsock error 10038<br /> <br /> The database was working fine this morning and all of a sudden, the connection just died.  <br /> <br /> Someone please help me.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2964/11050.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2964/11050.page</link>
				<pubDate><![CDATA[Sun, 20 Nov 2011 02:58:47]]> GMT</pubDate>
				<author><![CDATA[ patricio.ramos.cl]]></author>
			</item>
			<item>
				<title>excessive disk storage issued by an alter table add column statement</title>
				<description><![CDATA[ executed a simple statement: Alter table employees add column uuid uuid not null default uuid_generate_v4(); on a partitioned table, The problem is that this table employees contains 7 billion+ rows of data.<br /> We executed this statement and it executed for about 50 hours and then the disk drive filled up and the process terminated and rolled back. We got the database back up and we are running VACUUM FULL in an attempt to recovery disk space, but the vacuum will likely run 3-5 days based upon our evaluation of how far the vacuum got since it was started yesterday morning, and so far we haven't seen any meaningful/measureable storage recovered. <br /> <br /> Question#1 Does Postgresql require double the disk space based upon its current size for this command to finish successfully?<br /> <br /> Question#2 If we break up the process into two steps. i.e. 1.) alter table employees add column uuid uuid; 2.) alter table employees alter column uuid default uuid_generate_v4(); will this minimize disk storage for this table?<br /> <br /> Question#3 If vacuum don't reclaim space, is there any other alternatives other than doing a restore to get back to our original footprint.<br /> <br /> Question#4 Do you have products that can monitor the alter statement and track where it is in the process. i.e. what partition is currently being populated with the default value, etc.<br /> <br /> Thanks<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2963/11049.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2963/11049.page</link>
				<pubDate><![CDATA[Fri, 18 Nov 2011 11:18:58]]> GMT</pubDate>
				<author><![CDATA[ patricio.ramos.cl]]></author>
			</item>
			<item>
				<title>Oracle pipeline function</title>
				<description><![CDATA[ We are now using Oracle but want to migrate to Postgres. One of the issues during migration is that we use the oracle pipeline function in a lot of our PL/SQL procedures and functions. Is there a way to automatically migrate these functions using the migration wizard?]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2928/10891.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2928/10891.page</link>
				<pubDate><![CDATA[Thu, 13 Oct 2011 09:53:47]]> GMT</pubDate>
				<author><![CDATA[ roko55]]></author>
			</item>
			<item>
				<title>PhpBB3 Forum, MySQL to PostgreSQL </title>
				<description><![CDATA[ I try to convert my forum phpbb3, it uses mysql.<br /> <br /> I use [b]EnterpriseDB MySQL Migration Wizard[/b].<br /> <br /> The conversion finished successfully but phpbb3 have this error message:<br /> <br /> [code]General Error<br /> <br /> SQL ERROR [ postgres ]<br /> <br /> ERROR: operator does not exist: boolean = integer LINE 3: WHERE is_dynamic = 1 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. []<br /> <br /> An sql error occurred while fetching this page. Please contact an administrator if this problem persists.[/code]<br /> <br /> <br /> Do you have explanations or a solution has my problem please ? :(]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2841/10556.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2841/10556.page</link>
				<pubDate><![CDATA[Fri, 12 Aug 2011 14:32:19]]> GMT</pubDate>
				<author><![CDATA[ blodgfx]]></author>
			</item>
	</channel>
</rss>