Topic profile page for Schema.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Schema.
Topic "Schema" was discussed 56,747 times on 2,450 sites in last 3 months
I'm seting up @ commonuse syndication for... I'm seting up @ commonuse syndication for greatnonprofits.org, and I find myself doing server and db schema tunings. Full service! 10:10 PM May 19th from web
Started 14 hours, 12 minutes ago (2009-11-27 14:35:00)
by john smith2
Hi All: I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course. Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course. I needed the schemas for the following tables: CUSTOMERS ORDERS ORDER_ITEMS WAREHOUSES INVENTORIES PRODUCT_INFORMATION ...
Started 16 hours, 59 minutes ago (2009-11-27 11:48:00)
by user581493
Hi All: I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course. Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course. I needed the schemas for the following tables: CUSTOMERS ORDERS ORDER_ITEMS ...
Started 21 hours, 11 minutes ago (2009-11-27 07:36:00)
by user581493
Hi All: I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course. Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course. I needed the schemas for the following tables: CUSTOMERS ORDERS ORDER_ITEMS ...
Started 21 hours, 33 minutes ago (2009-11-27 07:14:00)
by dariyoosh
Dear all, I would like to know whether it is possible to specify a specific schema while connecting to a database directly by SQL*Plus command. Usually here is what I do (assuming that db01.WORLD is already in tnsnames.ora) $ sqlplus scott/tiger@db01.WORLD Well, in this case the user is SCOTT and the current schema is also SCOTT. If I want to ...
Started 1 day, 7 hours ago (2009-11-26 21:17:00)
by Greg Hermo
hi, i would like to know if there is a way i could migrate data from my old PgSQL database to a new MySQL database with a slightly different schema. i am aware that i can use scripts to convert from pgsql to mysql, however, as i've already mentioned, there has been a slight change in the database schema and i'm also using an old pgsql version. any advice on how i could migrate my ...
Started 1 day, 7 hours ago (2009-11-26 21:07:00)
by Greg Hermo
hi, i would like to know if there is a way i could migrate data from my old PgSQL database to a new MySQL database with a slightly different schema. i am aware that i can use scripts to convert from pgsql to mysql, however, as i've already mentioned, there has been a slight change in the database schema and i'm also using an old pgsql version. any advice on how i could migrate my ...
Started 1 day, 9 hours ago (2009-11-26 19:37:00)
by Jamo
I've started using the SQL spatial 2008 server. I'm having difficulties viewing some schemas. I have various schemas in the DB i've given a user select and view definition rights on the schema, and given the user login rights to the DB. I can connect to the Server using the user and select rows. However in mapguide studio I cannot view the schema in the data preview... However when...
Started 1 day, 9 hours ago (2009-11-26 19:36:00)
by user578807
Hi, I'm using JDeveloper 10.1.3.5. I'm not able to create xslt for schema's that contains schema type 'anyType' and schema elements 'any'. JDeveloper displays a message that this is not supported in this release. I then downloaded JDeveloper 11.1.1.1. However, in this I do not get an option to create xsl map file for xsl style sheet at all. There is an ...
Started 1 day, 15 hours ago (2009-11-26 13:08:00)
by dassanayake
I had data cut on a specific date on the same sever, and saved on a different schema. (Ex: RIVERSTEEL_NOV_09). After sometime we realized we are running out of space on the database server. I dropped this schema hoping it will give some space, but there is no change at all. Can you please let me know if I missed anything ? Besides dropping the schema from ...
Started 2 days, 20 hours ago (2009-11-25 07:57:00)
by edazor
s5600 charger problem. schema? please charge schema and charger chip? phone on .charger and power off phone. usb cable and power off pohone. help. samsung s5600 charger ?
Started 1 week, 1 day ago (2009-11-19 10:59:00)
by evertonmurilo evertonmurilo is offline Junior Member
Hi, i'm new in Pentaho and i'm trying to create a cube for one example db here, but when i load my xml in Agg Designer the program show me the message error "Error loading schema" and nothing more... What could be happening? Thanks.
Started 1 week, 1 day ago (2009-11-19 10:51:00)
by Jason Richmeier
I need to synchronize some custom schema modifications made to an instance of ADAM (Windows Server 2003 R2) and an Active Directory domain (Windows Server 2008 R2). I am using the LDIFDE utility but I am getting several different error responses (which don't make much sense to me). Is there any documentation that someone knows of ...
Started 4 days, 22 hours ago (2009-11-23 06:17:00)
by hume.spamfilter@bofh.ca
Can anyone point me at ANYTHING that can help me resolve this error? All I can find online is endless copies of error code to error string tables. The complete text from ldifde -i is: ------------------------- dn: CN=dalPerson,CN=Schema,CN=Configuration,DC=Dal,DC= Ca Attribute 0) objectClass:classSchema Attribute 1) cn:...
Started 2 days, 2 hours ago (2009-11-26 02:35:00)
by Werner De Kuyffer
Hello, Can someone give me a comparison of the teaks that can be performed by Enterprise Admins, Domain Admins and Schema Admins? Thanks for your answer, Werner
Started 1 day, 17 hours ago (2009-11-26 11:40:10)
by zahid.ali
Hi all, I have a schema that i load into dataset object after that i need to convert it into xml this is the code that i have uptill now DataSet ds = new DataSet(); ds.ReadXmlSchema(@"D:\copy.xsd"); int relCount = ds.Relations.Count; for (int i = 0; i < relCount; i++) { ds.Relations[i].Nested = true;...
Started 5 days, 15 hours ago (2009-11-22 13:45:00)
by RonnyK
I have written an import routine, that imports a textfile into a database table, using a schema.ini. In the input file, 3 fields are seperated, that should be concatenated in the import-routine. Does anyone know how I can make that happen... Small part of the import-routine, first lines are the last lines of the programatically created schema.ini. Code: ...