﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14136	Show how to specify schemas for Oracle databases	pfctdayelise	nobody	"As mentioned [http://cd-docdb.fnal.gov/cgi-bin/RetrieveFile?docid=3156&version=1&filename=DjangoOracle.html here], to specify a schema as well as a db_table for an Oracle database, you need to do some fancy quoting like this:


{{{
    class Meta:
        db_table = u'""SCHEMA"".""TABLE_NAME""'
}}}


It would be nice to mention that in [http://docs.djangoproject.com/en/1.2/ref/databases/#oracle-notes the docs]. I spent ages trying to figure it out!"	Uncategorized	closed	Documentation	1.2	Normal	duplicate	databases oracle easy		Unreviewed	0	0	0	0	0	0
