请教:在用Django连接现有Oracle表时需要指定Schema,否则找不到表。但是如果设置Schema?
THX!
class Meta: db_table = u'"SCHEMA"."TABLE_NAME"' # Notice the quoting needed